summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* #16309: avoid using deprecated method and turn docstring in a comment.Ezio Melotti2012-11-221-6/+6
* #16522: Add FAIL_FAST flag to doctest.R David Murray2012-11-212-3/+52
* Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).Chris Jerdonek2012-11-212-0/+21
|\
| * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-212-0/+21
* | Do a better job of preserving the state of sys.modules.Barry Warsaw2012-11-201-1/+6
|\ \ | |/
| * Do a better job of preserving the state of sys.modules.Barry Warsaw2012-11-201-1/+6
* | Merge test from issue #1160.Antoine Pitrou2012-11-201-0/+6
|\ \ | |/
| * Merge test from issue #1160.Antoine Pitrou2012-11-201-0/+6
| |\
| | * Issue #1160: Fix compiling large regular expressions on UCS2 builds.Antoine Pitrou2012-11-201-0/+6
* | | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-202-4/+23
|\ \ \ | |/ /
| * | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-202-4/+23
| * | #7782: merge with 3.2.Ezio Melotti2012-11-181-0/+15
| |\ \ | | |/
| | * #7782: add a test for test_iter.Ezio Melotti2012-11-181-0/+15
* | | Remove sys.platform == 'riscos' checks from some Python and test files. #16501Christian Heimes2012-11-186-14/+4
* | | #7782: merge with 3.3.Ezio Melotti2012-11-181-0/+15
* | | Issue #15627: Add the compile_source() method toBrett Cannon2012-11-182-9/+18
* | | #16306: merge with 3.3.Ezio Melotti2012-11-181-1/+8
|\ \ \ | |/ /
| * | #16306: merge with 3.2.Ezio Melotti2012-11-181-1/+8
| |\ \ | | |/
| | * #16306: Fix multiple error messages when unknown command line parameters wher...Ezio Melotti2012-11-181-1/+8
| | * #14313: zipfile now raises NotImplementedError when the compression type is u...Ezio Melotti2012-11-182-0/+39
* | | Issue #10966: Remove the concept of unexpected skipped tests.Brett Cannon2012-11-183-298/+12
* | | Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-234/+217
|\ \ \ | |/ /
| * | Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-234/+217
| |\ \ | | |/
| | * Issue #16408: Fix file descriptors not being closed in error conditions in th...Antoine Pitrou2012-11-171-222/+205
* | | Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...Antoine Pitrou2012-11-172-1/+195
* | | #11981: remove duplicate line. Patch by Johan Euphrosine.Ezio Melotti2012-11-171-1/+0
* | | Merge fix for #16489 from 3.3Brett Cannon2012-11-171-1/+3
|\ \ \ | |/ /
| * | Issue #16489: Make it clearer that importlib.find_loader() requiresBrett Cannon2012-11-171-1/+3
* | | MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...Jesus Cea2012-11-171-6/+6
|\ \ \ | |/ /
| * | MERGE: Closes #16461: Wave library should be able to deal with 4GB wav files,...Jesus Cea2012-11-171-6/+6
| |\ \ | | |/
| | * Closes #16461: Wave library should be able to deal with 4GB wav files, and sa...Jesus Cea2012-11-171-6/+6
* | | #16478: merge with 3.3.Ezio Melotti2012-11-161-8/+8
|\ \ \ | |/ /
| * | #16478: merge with 3.2.Ezio Melotti2012-11-161-8/+8
| |\ \ | | |/
| | * #16478: use floor division in tabnanny and fix a ResourceWarning. Patch by S...Ezio Melotti2012-11-161-8/+11
* | | Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...Mark Dickinson2012-11-152-19/+27
* | | Issue #16481: MergeRichard Oudkerk2012-11-151-0/+1
|\ \ \ | |/ /
| * | Issue #16481: multiprocessing no longer leaks process handles on Windows.Richard Oudkerk2012-11-151-0/+1
* | | Allow configuration of handler properties.Vinay Sajip2012-11-152-0/+39
* | | merge 3.3Philip Jenvey2012-11-141-5/+10
|\ \ \ | |/ /
| * | merge 3.2Philip Jenvey2012-11-141-5/+10
| |\ \ | | |/
| | * don't gc_collect on CPython to guarantee a lack of ref cycles (thanks Antoine)Philip Jenvey2012-11-141-5/+9
* | | Fix a typoBrett Cannon2012-11-141-1/+1
* | | mergeBrett Cannon2012-11-141-0/+2
|\ \ \
| * | | Issue #16290: __complex__ must now always return an instance of complex.Mark Dickinson2012-11-141-0/+2
* | | | Clean up the messages used by some tests.Brett Cannon2012-11-144-11/+7
* | | | Clean up test_sundry and have it error out when a module has grownBrett Cannon2012-11-141-18/+14
* | | | Use importlib instead of calling __import__ directly.Brett Cannon2012-11-141-2/+1
|/ / /
* | | Closes #16378: Merged docstring changes from 3.3.Vinay Sajip2012-11-141-4/+7
|\ \ \ | |/ /
| * | Issue #16378: Updated docstrings to reflect the defaults present in the code.Vinay Sajip2012-11-141-4/+7
* | | Fix whitespace.Antoine Pitrou2012-11-131-1/+1