Georg Brandl
|
b3bd624a55
|
Back out patch for #1159051, which caused backwards compatibility problems.
|
2013-05-12 11:57:26 +02:00 |
Georg Brandl
|
64949fa20e
|
merge with 3.2
|
2013-05-12 11:52:22 +02:00 |
Georg Brandl
|
a9417d7f0e
|
merge with 3.2
|
2013-05-12 11:51:26 +02:00 |
Georg Brandl
|
c502df4e3e
|
Issue #17915: Fix interoperability of xml.sax with file objects returned by
codecs.open().
|
2013-05-12 11:41:12 +02:00 |
Georg Brandl
|
93b061bc3e
|
Issue #1159051: Back out a fix for handling corrupted gzip files that
broke backwards compatibility.
|
2013-05-12 11:29:27 +02:00 |
Georg Brandl
|
d1ef30fa60
|
merge
|
2013-05-12 11:24:58 +02:00 |
Georg Brandl
|
831ae8454d
|
merge heads
|
2013-05-12 11:24:47 +02:00 |
Georg Brandl
|
fbb9152f92
|
Issue #17838: merge with 3.3
|
2013-05-12 11:21:27 +02:00 |
Benjamin Peterson
|
0d4931eb9e
|
prevent IDLE from trying to close when sys.stdin is reassigned (#17838)
|
2013-05-11 22:24:28 -05:00 |
Vinay Sajip
|
43473e3680
|
Diagnostics collected, test disabled for now.
|
2013-05-12 00:18:02 +01:00 |
Vinay Sajip
|
caf9eb8ada
|
Re-enabled test with more diagnostics.
|
2013-05-12 00:04:58 +01:00 |
Benjamin Peterson
|
fc6f4cd398
|
merge 3.3
|
2013-05-11 16:29:11 -05:00 |
Benjamin Peterson
|
aa6f688bd4
|
only close non-None files
|
2013-05-11 16:29:03 -05:00 |
Benjamin Peterson
|
2e8457d01c
|
remove unused import
|
2013-05-11 16:12:57 -05:00 |
Benjamin Peterson
|
2943cdb5eb
|
simplify #17947 test with weakrefs
|
2013-05-11 16:10:52 -05:00 |
Brett Cannon
|
4c8bf6b732
|
merge
|
2013-05-11 14:47:12 -04:00 |
Brett Cannon
|
f27541653b
|
Touch up grammar for dict.update() docstring.
|
2013-05-11 14:46:48 -04:00 |
Benjamin Peterson
|
a75a2ec64d
|
merge 3.3 (#17547)
|
2013-05-11 13:02:59 -05:00 |
Benjamin Peterson
|
feb5149244
|
-Wformat is needed by gcc 4.8 (closes #17547)
|
2013-05-11 13:00:05 -05:00 |
Antoine Pitrou
|
7ce35a1816
|
Issue #17237: Fix crash in the ASCII decoder on m68k.
|
2013-05-11 15:59:37 +02:00 |
Antoine Pitrou
|
8b0e98426d
|
Issue #17237: Fix crash in the ASCII decoder on m68k.
|
2013-05-11 15:58:34 +02:00 |
Raymond Hettinger
|
3f5228d402
|
Issue #16694: Add source code link for operator.py
|
2013-05-10 19:57:44 -07:00 |
Guido van Rossum
|
6832c81d5d
|
#17927: Keep frame from referencing cell-ified arguments.
|
2013-05-10 08:47:42 -07:00 |
Barry Warsaw
|
8c01ffa6ed
|
Merge 3.3
|
2013-05-10 11:36:23 -04:00 |
Barry Warsaw
|
d8f870d0fa
|
I was confused before. It's correct to not call .close() inside the with
statement, but add a comment that clarifies the purpose of the code.
|
2013-05-10 11:35:38 -04:00 |
Ezio Melotti
|
9b149b94ff
|
#17841: merge with 3.3.
|
2013-05-10 05:22:14 +03:00 |
Ezio Melotti
|
173d4109b5
|
#17841: remove missing codecs aliases from the documentation. Patch by Thomas Fenzl.
|
2013-05-10 05:21:35 +03:00 |
Andrew Kuchling
|
40e39fc8b8
|
#17700: merge with 3.3
|
2013-05-09 20:14:01 -04:00 |
Andrew Kuchling
|
ddcb30440d
|
#17700: update the curses HOWTO for 3.x
|
2013-05-09 20:05:20 -04:00 |
Ezio Melotti
|
1fbb773c29
|
#17938: merge with 3.3.
|
2013-05-09 15:34:09 +03:00 |
Ezio Melotti
|
955382ca54
|
#17938: remove duplicate paragraphs.
|
2013-05-09 15:33:53 +03:00 |
Ezio Melotti
|
79ec9f0ec9
|
#17809: merge with 3.3.
|
2013-05-09 15:24:30 +03:00 |
Ezio Melotti
|
ce82d57c74
|
#17809: fix a test failure in test_expanduser when $HOME has a trailing /. Patch by Kubilay Kocak.
|
2013-05-09 15:19:45 +03:00 |
Serhiy Storchaka
|
b3c5d85680
|
Issue #16601: Restarting iteration over tarfile no more continues from where
it left off. Patch by Michael Birtwell.
|
2013-05-09 14:36:58 +03:00 |
Serhiy Storchaka
|
263fab94ee
|
Issue #16601: Restarting iteration over tarfile no more continues from where
it left off. Patch by Michael Birtwell.
|
2013-05-09 14:22:26 +03:00 |
Charles-Francois Natali
|
f28dfdd07b
|
Issue #17912: Use a doubly linked-list for thread states.
|
2013-05-08 21:09:52 +02:00 |
Antoine Pitrou
|
04e70d19e7
|
Issue #17807: Generators can now be finalized even when they are part of a reference cycle.
|
2013-05-08 18:12:35 +02:00 |
Antoine Pitrou
|
070cb3c9be
|
Issue #1545463: At shutdown, defer finalization of codec modules so that stderr remains usable.
(should fix Windows buildbot failures on test_gc)
|
2013-05-08 13:23:25 +02:00 |
Ezio Melotti
|
d62a514386
|
#17877: merge with 3.3.
|
2013-05-08 11:16:33 +03:00 |
Ezio Melotti
|
6bcc0f1b51
|
#17877: skip test if the Olson's TZ database is missing.
|
2013-05-08 11:16:02 +03:00 |
Ezio Melotti
|
0fbdf26158
|
#16523: merge with 3.3.
|
2013-05-08 10:56:32 +03:00 |
Ezio Melotti
|
babc8227cc
|
#16523: improve attrgetter/itemgetter/methodcaller documentation.
|
2013-05-08 10:53:11 +03:00 |
Victor Stinner
|
6f75a3e89e
|
Use Py_intptr_t to store the difference between two pointers, instead of int
Fix a compiler warning on Windows 64-bit
|
2013-05-08 00:44:15 +02:00 |
Victor Stinner
|
70792d268e
|
Fix compiler warnings: explicit cast to int in sha256/sha512 modules
|
2013-05-08 00:00:44 +02:00 |
Victor Stinner
|
e8289618bf
|
zlib: Explicit cast to fix a compiler warning
|
2013-05-07 23:50:21 +02:00 |
Victor Stinner
|
22c103b3cc
|
Fix a compiler warning: use unsigned int type instead of enum PyUnicode_Kind to
compare two Unicode kinds
|
2013-05-07 23:50:03 +02:00 |
Victor Stinner
|
f2b9a340ef
|
audioop: explicit cast to fix a compiler warning
|
2013-05-07 23:49:15 +02:00 |
Victor Stinner
|
313f10c722
|
Fix a compiler warning: in and out are unused in _Py_char2wchar() if
HAVE_MBRTOWC is not defined
|
2013-05-07 23:48:56 +02:00 |
Richard Oudkerk
|
c41917f4cb
|
Correction for 4f82b6cfee46.
|
2013-05-07 14:36:51 +01:00 |
Richard Oudkerk
|
ad34ef8640
|
Fix os.__all__ to is passes test___all__
|
2013-05-07 14:23:42 +01:00 |