summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* #16306: merge with 3.3.Ezio Melotti2012-11-231-3/+15
|\
| * #16306: merge with 3.2.Ezio Melotti2012-11-231-3/+15
| |\
| | * #16306: report only the first unknown option and add more tests. Patch by Se...Ezio Melotti2012-11-231-3/+15
| | * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-212-0/+21
* | | #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-211-2/+45
* | | 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-201-4/+21
|\ \ \ | |/ /
| * | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-4/+21
| * | #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-184-10/+3
* | | #7782: merge with 3.3.Ezio Melotti2012-11-181-0/+15
* | | Issue #15627: Add the compile_source() method toBrett Cannon2012-11-181-6/+9
* | | #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-181-0/+11
* | | Issue #10966: Remove the concept of unexpected skipped tests.Brett Cannon2012-11-183-298/+12
* | | Issue #14631: Add a new :class:`weakref.WeakMethod` to simulate weak referenc...Antoine Pitrou2012-11-171-0/+140
* | | Issue #16469: Fraction(float('nan')) and Fraction(float('inf')) now raise Val...Mark Dickinson2012-11-151-14/+18
* | | Allow configuration of handler properties.Vinay Sajip2012-11-151-0/+35
* | | 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
|/ / /
* | | Fix whitespace.Antoine Pitrou2012-11-131-1/+1
* | | Issue #12428: Add a pure Python implementation of functools.partial().Antoine Pitrou2012-11-131-72/+136
* | | merge 3.3Philip Jenvey2012-11-131-0/+3
|\ \ \ | |/ /
| * | merge 3.2Philip Jenvey2012-11-131-0/+3
| |\ \ | | |/
| | * add gc_collects to weakref testsPhilip Jenvey2012-11-131-0/+3
| | * Merge headsAntoine Pitrou2012-11-111-19/+18
| | |\
| * | | Issue #16218, #16444: Backport improvment on tests for non-ASCII charactersVictor Stinner2012-11-124-10/+105
* | | | Issue #15478: os.lchflags() is not always available when os.chflags() is avai...Victor Stinner2012-11-131-4/+3
* | | | Add a test for hashing of unaligned memory buffers (from issue #16427).Antoine Pitrou2012-11-111-0/+10
|\ \ \ \ | |/ / /
| * | | Add a test for hashing of unaligned memory buffers (from issue #16427).Antoine Pitrou2012-11-111-0/+10
| * | | Merge headsAntoine Pitrou2012-11-111-19/+18
| |\ \ \
| * \ \ \ Issue #16453: Fix equality testing of dead weakref objects.Antoine Pitrou2012-11-111-21/+84
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge headsAntoine Pitrou2012-11-111-20/+19
|\ \ \ \ \