Mark Dickinson
|
a3f37408da
|
Issue #12005: clarify behaviour of % and // for Decimal objects.
|
2012-11-18 10:22:05 +00:00 |
|
Mark Dickinson
|
0d18731815
|
Issue #12005: clarify behaviour of % and // for Decimal objects.
|
2012-11-18 10:20:28 +00:00 |
|
Antoine Pitrou
|
02512fb1cf
|
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.
Patch by Serhiy Storchaka.
|
2012-11-17 23:56:53 +01:00 |
|
Antoine Pitrou
|
8572da5e96
|
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.
Patch by Serhiy Storchaka.
|
2012-11-17 23:52:05 +01:00 |
|
Antoine Pitrou
|
17babc5e97
|
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.
Patch by Serhiy Storchaka.
|
2012-11-17 23:50:08 +01:00 |
|
Antoine Pitrou
|
6d5ad227a5
|
Issue #16215: Fix potential double memory free in str.replace().
Patch by Serhiy Storchaka.
|
2012-11-17 23:28:17 +01:00 |
|
Mark Dickinson
|
115bc79df8
|
Issue #9742: Sneaky fix for build failure on Solaris 9.
|
2012-11-17 20:18:52 +00:00 |
|
Antoine Pitrou
|
e3ae321222
|
Issue #15379: Fix passing of non-BMP characters as integers for the charmap decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
|
2012-11-17 21:14:58 +01:00 |
|
Ezio Melotti
|
fa7aeecbca
|
#16157: fix links in the whatsnew files.
|
2012-11-17 19:29:12 +02:00 |
|
Ezio Melotti
|
9c594af3dd
|
#16420: merge with 3.2.
|
2012-11-17 17:38:58 +02:00 |
|
Ezio Melotti
|
a39a22dc0b
|
#16420: document a way to escape metacharacters in glob/fnmatch.
|
2012-11-17 17:38:11 +02:00 |
|
Ezio Melotti
|
1df43d33d2
|
#16420: document a way to escape metacharacters in glob/fnmatch.
|
2012-11-17 17:38:11 +02:00 |
|
Brett Cannon
|
56b4ca78d8
|
Issue #16489: Make it clearer that importlib.find_loader() requires
the user to import any parent packages.
|
2012-11-17 09:30:55 -05:00 |
|
Ezio Melotti
|
4a42ec5089
|
Merge updates about dir() with 3.2.
|
2012-11-17 12:54:45 +02:00 |
|
Ezio Melotti
|
52e855084d
|
Update section about dir() in the tutorial.
|
2012-11-17 12:50:14 +02:00 |
|
Ezio Melotti
|
820f2bdaf9
|
Update section about dir() in the tutorial.
|
2012-11-17 12:46:40 +02:00 |
|
Ezio Melotti
|
0bbfae3be4
|
Merge rephrasing with 3.2.
|
2012-11-17 12:06:26 +02:00 |
|
Ezio Melotti
|
89b03b0ec6
|
Rephrase a sentence in the set and dict comprehensions tutorial page.
|
2012-11-17 12:06:01 +02:00 |
|
Ezio Melotti
|
9236a4e99d
|
#16470: mention set and dict comprehension in the tutorial. Patch by Yongzhi Pan.
|
2012-11-17 12:02:30 +02:00 |
|
Jesus Cea
|
fc1a63620e
|
MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
|
2012-11-17 03:42:41 +01:00 |
|
Jesus Cea
|
e4b863982c
|
Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
|
2012-11-17 03:41:54 +01:00 |
|
Jesus Cea
|
f34e4de3f5
|
Closes #16461: Wave library should be able to deal with 4GB wav files, and sample rate of 44100 Hz.
|
2012-11-17 03:38:17 +01:00 |
|
Ezio Melotti
|
eb24b44ef4
|
#16478: merge with 3.2.
|
2012-11-16 13:17:42 +02:00 |
|
Ezio Melotti
|
103f17ef91
|
#16478: use floor division in tabnanny and fix a ResourceWarning. Patch by Serhiy Storchaka.
|
2012-11-16 13:17:08 +02:00 |
|
Richard Oudkerk
|
021f4c2ecc
|
Issue #16481: multiprocessing no longer leaks process handles on Windows.
|
2012-11-15 18:16:35 +00:00 |
|
Andrew Svetlov
|
e2cf03e499
|
Issue #16144: Fix misleading sentence in reference/import.
Patch by Manuel Pégourié-Gonnard
|
2012-11-15 16:28:21 +02:00 |
|
Georg Brandl
|
526b553608
|
Remove versionadded from the tutorial, at a location where it produces more questions than it answers.
|
2012-11-15 07:10:27 +01:00 |
|
Philip Jenvey
|
21c95ebf7f
|
merge 3.2
|
2012-11-14 14:49:49 -08:00 |
|
Philip Jenvey
|
b37ac8eaf6
|
don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)
|
2012-11-14 14:37:24 -08:00 |
|
Chris Jerdonek
|
080123119d
|
Backport from 3.2: update PyPI docs regarding listing versions (issue #16400).
|
2012-11-14 12:36:53 -08:00 |
|
Chris Jerdonek
|
251269ccc8
|
Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).
|
2012-11-14 12:24:21 -08:00 |
|
Chris Jerdonek
|
f9e49eaefc
|
Update the description of which package versions PyPI displays (issue #16400).
|
2012-11-14 12:12:30 -08:00 |
|
Vinay Sajip
|
87ed599b8a
|
Issue #16378: Updated docstrings to reflect the defaults present in the code.
|
2012-11-14 11:18:35 +00:00 |
|
Chris Jerdonek
|
9e173ebde2
|
Link to "XRange Type" section in xrange() built-in function documentation.
|
2012-11-14 02:13:28 -08:00 |
|
Philip Jenvey
|
000bd4254f
|
merge 3.2
|
2012-11-13 12:27:56 -08:00 |
|
Philip Jenvey
|
3acc7ef1c5
|
add gc_collects to weakref tests
|
2012-11-13 12:26:31 -08:00 |
|
Benjamin Peterson
|
2a0e226131
|
recompile importlib.h
|
2012-11-12 17:02:32 -05:00 |
|
Benjamin Peterson
|
debf64ce2b
|
missing letter
|
2012-11-12 16:48:17 -05:00 |
|
Stefan Krah
|
4a3a3f3bda
|
Backport 5db6d9ddf6e8.
|
2012-11-12 20:35:29 +01:00 |
|
Stefan Krah
|
6df5cae49a
|
Issue #15835: Define PATH_MAX on HP-UX.
|
2012-11-12 20:14:36 +01:00 |
|
Georg Brandl
|
8a0d58bb3d
|
Use 2.x "print" syntax for this example.
|
2012-11-12 19:25:55 +01:00 |
|
Victor Stinner
|
e667e98faa
|
Issue #16218, #16444: Backport improvment on tests for non-ASCII characters
|
2012-11-12 01:23:15 +01:00 |
|
Antoine Pitrou
|
37bfa4e7ec
|
Add a test for hashing of unaligned memory buffers (from issue #16427).
|
2012-11-11 20:10:48 +01:00 |
|
Antoine Pitrou
|
1de1394f54
|
Merge heads
|
2012-11-11 19:40:49 +01:00 |
|
Antoine Pitrou
|
cc7715f8ae
|
Merge heads
|
2012-11-11 19:40:38 +01:00 |
|
Antoine Pitrou
|
f6a50cfa07
|
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
|
2012-11-11 19:37:41 +01:00 |
|
Antoine Pitrou
|
b704eab599
|
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for hashing.
|
2012-11-11 19:36:51 +01:00 |
|
Antoine Pitrou
|
e11fecb5a9
|
Issue #16453: Fix equality testing of dead weakref objects.
Also add tests for ordering and hashing.
|
2012-11-11 19:36:51 +01:00 |
|
Gregory P. Smith
|
027d6fcebd
|
remove an obsolete comment
|
2012-11-11 10:13:06 -08:00 |
|
Gregory P. Smith
|
859035d2ef
|
Refactor test_preexec_errpipe to not create an uncollectable reference cycle.
|
2012-11-11 10:00:49 -08:00 |
|