Éric Araujo
|
5bd9270954
|
Address reviews for open’s opener argument doc patch (#13424).
* Remove example deemed not helpful.
* Simplify the other one.
* Add missing target to ref.
|
2012-11-22 00:13:49 -05:00 |
Ezio Melotti
|
f81a84df9a
|
Null merge with 3.2.
|
2012-11-21 18:36:52 +02:00 |
Ezio Melotti
|
3c76aa6b23
|
Remove unused variabile "plain" in builtin_exec.
|
2012-11-21 18:36:08 +02:00 |
Chris Jerdonek
|
fbc32f6d52
|
Null merge from 3.2.
|
2012-11-21 05:34:26 -08:00 |
Chris Jerdonek
|
777db2d838
|
Fix label in docs (from issue #13538).
|
2012-11-21 05:32:44 -08:00 |
Chris Jerdonek
|
5fae0e5854
|
Improve str() and object.__str__() documentation (issue #13538).
|
2012-11-20 17:45:51 -08:00 |
Chris Jerdonek
|
9ddfb19e41
|
Null merge from 3.2 (issue #13538).
|
2012-11-20 17:44:02 -08:00 |
Chris Jerdonek
|
17fc44c9b3
|
Improve str() and object.__str__() documentation (issue #13538).
|
2012-11-20 17:31:02 -08:00 |
Barry Warsaw
|
7623129e80
|
null merge
|
2012-11-20 17:11:46 -05:00 |
Barry Warsaw
|
ed843b5e5c
|
Do a better job of preserving the state of sys.modules.
|
2012-11-20 17:10:10 -05:00 |
Barry Warsaw
|
d340543717
|
Do a better job of ensuring test reproducibility and clean up.
|
2012-11-20 17:05:41 -05:00 |
Antoine Pitrou
|
a34412a992
|
Merge test from issue #1160.
|
2012-11-20 22:35:53 +01:00 |
Antoine Pitrou
|
39bdad813a
|
Issue #1160: Fix compiling large regular expressions on UCS2 builds.
Patch by Serhiy Storchaka.
|
2012-11-20 22:30:42 +01:00 |
Barry Warsaw
|
82c1c781c7
|
- Issue #16514: Fix regression causing a traceback when sys.path[0] is None
(actually, any non-string or non-bytes type).
|
2012-11-20 15:22:51 -05:00 |
Andrew Svetlov
|
23089ab1db
|
Fix typo in multiprocessing documentation, thanks to Dmitry Tolstoy from docs@
|
2012-11-20 16:12:38 +02:00 |
Stefan Krah
|
36f021621e
|
Backport 9dd4638de73b.
|
2012-11-19 00:54:05 +01:00 |
Ezio Melotti
|
4b26d5507b
|
#7782: merge with 3.2.
|
2012-11-18 23:15:47 +02:00 |
Ezio Melotti
|
4a1fdcf07d
|
#7782: add a test for test_iter.
|
2012-11-18 23:14:42 +02:00 |
Antoine Pitrou
|
946eb45930
|
The poplib module provides two classes, not one.
|
2012-11-18 18:37:24 +01:00 |
Antoine Pitrou
|
3813c9efb7
|
The poplib module provides two classes, not one.
|
2012-11-18 18:37:02 +01:00 |
Ezio Melotti
|
f7c709d62d
|
#16306: merge with 3.2.
|
2012-11-18 14:02:08 +02:00 |
Ezio Melotti
|
7c66319edc
|
#16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.
|
2012-11-18 13:55:52 +02:00 |
Ezio Melotti
|
0e1c8166a4
|
#14313: null merge.
|
2012-11-18 13:22:34 +02:00 |
Ezio Melotti
|
6a5fc4c443
|
#14313: zipfile now raises NotImplementedError when the compression type is unknown.
|
2012-11-18 13:20:36 +02:00 |
Ezio Melotti
|
186ab5f404
|
#16053: merge with 3.2.
|
2012-11-18 12:56:17 +02:00 |
Ezio Melotti
|
a69be2803b
|
#16053: document csv.Dialect.strict. Patch by Kushal Das.
|
2012-11-18 12:55:35 +02:00 |
Mark Dickinson
|
eb54deb2d2
|
Merge typo fix from 3.2.
|
2012-11-18 10:42:27 +00:00 |
Mark Dickinson
|
ec967246a1
|
Typo fix.
|
2012-11-18 10:42:07 +00:00 |
Mark Dickinson
|
f56c361212
|
Issue #12005: merge doc patch from 3.2
|
2012-11-18 10:22:40 +00:00 |
Mark Dickinson
|
a3f37408da
|
Issue #12005: clarify behaviour of % and // for Decimal objects.
|
2012-11-18 10:22:05 +00: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 |
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 |
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
|
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 |
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 |
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 |
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
|
251269ccc8
|
Merge from 3.2: update the PyPI docs regarding listing versions (issue #16400).
|
2012-11-14 12:24:21 -08:00 |