Commit Graph

44019 Commits

Author SHA1 Message Date
Lars Gustäbel
9cbdd75ec5 Add read support for all missing variants of the GNU sparse
extensions. Thus, in addition to GNUTYPE_SPARSE headers, sparse
information in pax headers created by GNU tar can now be decoded.
All three formats 0.0, 0.1 and 1.0 are supported.
On filesystems that support this, holes in files are now restored
whenever a sparse member is extracted.
2010-10-29 09:08:19 +00:00
Georg Brandl
3122ce3e5d (?:...) is a non-capturing, but still grouping construct. 2010-10-29 06:17:38 +00:00
Georg Brandl
5c66bcaa1a Fix markup error and update false positive entries from "make suspicious". 2010-10-29 05:36:28 +00:00
Georg Brandl
a17fd1f3b5 Port suspicious markup builder and patchlevel.py so that they can be used with Python 2 and 3 without conversion. 2010-10-29 05:30:17 +00:00
Georg Brandl
b98273fff9 Re-add "debugger" label, it is used in pydoc-topics. 2010-10-29 05:24:24 +00:00
Georg Brandl
30176890d0 send_bytes obviously needs bytes... 2010-10-29 05:22:17 +00:00
Georg Brandl
2b15bd810d #10222: fix for overzealous AIX compiler. 2010-10-29 04:54:13 +00:00
Benjamin Peterson
a95e977e41 decrement offset when it points to a newline (#10186 followup) 2010-10-29 03:28:14 +00:00
Victor Stinner
47ce965562 What's New in Python 3.2: update Unicode section 2010-10-29 00:57:35 +00:00
Victor Stinner
6f35eda4d9 Issue #10210: os.get_exec_path() ignores BytesWarning warnings 2010-10-29 00:38:58 +00:00
Victor Stinner
bfd7b265b6 #10209, test_pep277: disable test_normalize and test_listdir on darwin
These tests are irrevelant on this OS.
2010-10-28 23:14:45 +00:00
Victor Stinner
fc6f5a4020 test_pep277: disable filenames 11, 12, 13, 14 on darwin
Because darwin "normalizes" these filenames differently than Python's NFD
normalization.
2010-10-28 22:57:03 +00:00
Antoine Pitrou
07e20ef50b Issue #5437: A preallocated MemoryError instance should not hold traceback
data (including local variables caught in the stack trace) alive infinitely.
2010-10-28 22:56:58 +00:00
Alexander Belopolsky
1842d0c4d8 Fixed a typo in a comment. 2010-10-28 20:13:52 +00:00
Hirokazu Yamamoto
7c3d709377 Updated readme.txt about OpenSSL. 2010-10-28 17:57:25 +00:00
Georg Brandl
5be365f55d #10116: wrap transient_internet() around net access in test_urllib2net. 2010-10-28 14:55:02 +00:00
Éric Araujo
ae2d8320a5 Fix typo from r85874 2010-10-28 13:49:17 +00:00
Georg Brandl
5bc168600a Review new Barrier docs. 2010-10-28 13:07:50 +00:00
Georg Brandl
2fa4cc55e9 Support new Condition return value in the multiprocessing version. 2010-10-28 13:01:06 +00:00
Victor Stinner
7362c4f311 test_pep277: add identifiers to filenames 2010-10-28 11:20:31 +00:00
Victor Stinner
7dae81b1ff test_pep277: format filename with ascii() on failure
"%a" instead of "%r"
2010-10-28 11:11:24 +00:00
Victor Stinner
74ad75405c test_pep277: format function argument with ascii() on failure
"%a" instead of "%r"
2010-10-28 11:09:09 +00:00
Kristján Valur Jónsson
3be00037d6 issue 8777
Add threading.Barrier
2010-10-28 09:43:10 +00:00
Georg Brandl
65ffae0aa3 Condition.wait now returns bool. 2010-10-28 09:24:56 +00:00
Georg Brandl
b9a4391754 #10218: return timeout status from Condition.wait, mirroring other primitives' behavior. 2010-10-28 09:03:20 +00:00
Georg Brandl
cbb9421347 Fix bytes/str issues in get-remote-certificate.py. 2010-10-28 08:38:30 +00:00
Georg Brandl
4d54088599 #7351: add more consistent exception name alias. 2010-10-28 06:42:33 +00:00
Antoine Pitrou
b156a46b26 Issue #8852: Allow the socket module to build on OpenSolaris. 2010-10-27 20:13:57 +00:00
Georg Brandl
71f8cc9b4a Add David. 2010-10-27 20:01:51 +00:00
Antoine Pitrou
ea5d17d9af In open(), only set the buffer size from st.st_blksize when it is greater
than 1.  This matches the pure Python implementation in _pyio and should
fix a couple of failures on the NetBSD buildbot.
2010-10-27 19:45:43 +00:00
Antoine Pitrou
d72402effc Recode modules from latin-1 to utf-8 2010-10-27 18:52:48 +00:00
Antoine Pitrou
6b03ee6033 Issue #5027: The standard xml namespace is now understood by
xml.sax.saxutils.XMLGenerator as being bound to
http://www.w3.org/XML/1998/namespace.  Patch by Troy J. Farrell.
2010-10-27 18:33:30 +00:00
Alexander Belopolsky
c1a6836305 Issue #10193: Simplified instrospection used by turtle module 2010-10-27 13:25:45 +00:00
Georg Brandl
7424dd359c #5975: add unix_dialect to csv module. 2010-10-27 07:27:06 +00:00
Georg Brandl
347fe5ce3c Encoding fix. 2010-10-27 07:21:54 +00:00
Alexander Belopolsky
f0a0d14c28 Issue #7061: Dropped "for Tk" from turtle module title and moved its
doc section under frameworks.  Also fixed a couple of markup issues
that affected TOC rendering.
2010-10-27 03:06:43 +00:00
Victor Stinner
ad15872854 Simplify PyUnicode_Encode/DecodeFSDefault on Windows/Mac OS X
* Windows always uses mbcs
 * Mac OS X always uses utf-8
2010-10-27 00:25:46 +00:00
Georg Brandl
91b47c64e1 Fix import. 2010-10-26 20:12:37 +00:00
Georg Brandl
599dbfca2f #10200: typo. 2010-10-26 19:58:11 +00:00
Georg Brandl
70cd7bc748 #10200: typo. 2010-10-26 19:31:06 +00:00
Vinay Sajip
6a65c5df86 logging: Improved Formatter implementation. 2010-10-26 13:16:11 +00:00
R. David Murray
ba488d1504 #7761: fix telnetlib.interact failures on Windows. 2010-10-26 12:42:24 +00:00
Georg Brandl
123015e10a faqwiz is removed. 2010-10-26 10:42:16 +00:00
Georg Brandl
f19ff1ea7d Work a bit more on tkinter demos. 2010-10-26 10:39:14 +00:00
Georg Brandl
19208900f4 Markup fix. 2010-10-26 06:59:23 +00:00
Georg Brandl
856023a098 #3018: tkinter demo fixes for py3k. 2010-10-25 17:50:20 +00:00
Victor Stinner
07e4f1565b sys_update_path(): update sys.path even if argc==0 2010-10-25 17:37:23 +00:00
Victor Stinner
d960faec86 update gitignore 2010-10-25 17:37:18 +00:00
Senthil Kumaran
0256b2a8d6 Fix issue10192 - add urlencode to urllib.parse.__all__ 2010-10-25 16:36:20 +00:00
Vinay Sajip
d0557bfe77 logging: Formatter implementation tweak. 2010-10-25 15:25:24 +00:00