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 |
Vinay Sajip
|
577abe161d
|
Skip failing test pending investigation.
|
2013-05-07 10:52:18 +01:00 |
Ezio Melotti
|
3ed3b3b402
|
#17714: merge with 3.3.
|
2013-05-07 11:21:21 +03:00 |
Ezio Melotti
|
c58a3ea72c
|
#17714: document that the base64 codec adds a trailing newline.
|
2013-05-07 11:14:27 +03:00 |
Ezio Melotti
|
7168879eb2
|
#17871: merge with 3.3.
|
2013-05-07 09:47:08 +03:00 |
Ezio Melotti
|
9c939bceeb
|
#17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari.
|
2013-05-07 09:46:30 +03:00 |
Raymond Hettinger
|
6e6bee8d08
|
merge
|
2013-05-06 18:23:10 -07:00 |
Raymond Hettinger
|
12f588adeb
|
Issue 17920: Fix-up terminology in the set documentation
|
2013-05-06 18:22:43 -07:00 |
Victor Stinner
|
f4f24248dc
|
Fix uninitialized value in charmap_decode_mapping()
|
2013-05-07 01:01:31 +02:00 |
Nick Coghlan
|
37c74650d1
|
Issue #11816: Add missing test helper
This is why I should really use hg import rather than patch,
but old habits die hard...
|
2013-05-07 08:28:21 +10:00 |
Victor Stinner
|
8cecc8c262
|
Issue #7330: Implement width and precision (ex: "%5.3s") for the format string
of PyUnicode_FromFormat() function, original patch written by Ysj Ray.
|
2013-05-06 23:11:54 +02:00 |
Antoine Pitrou
|
9b5d4d8cef
|
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
Initial patch by Bradley Froehle.
|
2013-05-06 21:54:07 +02:00 |
Antoine Pitrou
|
a7f7deb6ed
|
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
Initial patch by Bradley Froehle.
|
2013-05-06 21:51:03 +02:00 |
Charles-Francois Natali
|
b1294fa9f4
|
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
platforms. Patch by Federico Schwindt.
|
2013-05-06 21:26:05 +02:00 |
Charles-Francois Natali
|
002a77d2f7
|
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
platforms. Patch by Federico Schwindt.
|
2013-05-06 21:24:31 +02:00 |