| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Issue #8032: For gdb7, a python-gdb.py file is added to the build, | Martin v. Löwis | 2010-04-01 | 9 | -1/+2083 |
|
|
| * | Fix a test_pydoc failure on Neal Norwitz's buildbot. | Brian Curtin | 2010-04-01 | 1 | -1/+1 |
|
|
| * | A couple small grammar fixes in test.rst, and rewrite the | R. David Murray | 2010-04-01 | 1 | -38/+46 |
|
|
| * | Add -Wd and -3 to the flags used to run the tests on Windows. | Ezio Melotti | 2010-03-31 | 1 | -1/+1 |
|
|
| * | Add -Wd and -3 to the flags used to run the tests. | Ezio Melotti | 2010-03-31 | 1 | -2/+2 |
|
|
| * | Replace catch_warnings with check_warnings when it makes sense. Use assertRa... | Florent Xicluna | 2010-03-31 | 21 | -226/+112 |
|
|
| * | Fix typo | Florent Xicluna | 2010-03-31 | 1 | -1/+1 |
|
|
| * | Issue #8268: Old-style classes (not just instances) now support weak | Antoine Pitrou | 2010-03-31 | 5 | -2/+29 |
|
|
| * | Fix test for xml.etree when using a non-ascii path. And use check_warnings i... | Florent Xicluna | 2010-03-31 | 1 | -16/+26 |
|
|
| * | - Issue #8233: When run as a script, py_compile.py optionally takes a single | Barry Warsaw | 2010-03-31 | 2 | -10/+31 |
|
|
| * | Correct what was intended to be a single-tuple to just be a != check. | Brian Curtin | 2010-03-31 | 1 | -1/+1 |
|
|
| * | Silence a py3k warning. | Ezio Melotti | 2010-03-31 | 1 | -3/+6 |
|
|
| * | Revert r79179 and merge r75584 to explain how to implement a queue using coll... | Ezio Melotti | 2010-03-31 | 1 | -14/+13 |
|
|
| * | Fix #8225. xml.etree was displaying an incorrect link when viewed in help. | Brian Curtin | 2010-03-31 | 2 | -1/+8 |
|
|
| * | Revert rev. 79509; ctypes doesn't build on linux. | Thomas Heller | 2010-03-30 | 18 | -379/+2072 |
|
|
| * | Removed merge tracking for "svnmerge" for | Thomas Heller | 2010-03-30 | 0 | -0/+0 |
|
|
| * | Merged revisions 79115,79424,79491 via svnmerge from | Thomas Heller | 2010-03-30 | 18 | -2072/+379 |
|
|
| * | Fix small error in r79502 | Antoine Pitrou | 2010-03-30 | 1 | -4/+4 |
|
|
| * | Issue #8248: Add some tests for the bool type. Patch by Gregory Nofi. | Antoine Pitrou | 2010-03-30 | 5 | -0/+35 |
|
|
| * | add inspect.getcallargs, which binds function arguments like a normal call #3135 | Benjamin Peterson | 2010-03-30 | 4 | -4/+306 |
|
|
| * | fix ACKS: alphabetic order and UTF-8 | Florent Xicluna | 2010-03-30 | 1 | -3/+3 |
|
|
| * | #8263: Now regrtest.py will report a failure if it receives a KeyboardInterru... | Florent Xicluna | 2010-03-30 | 2 | -12/+21 |
|
|
| * | Highlight the change of behavior related to r79494. Now VT and FF are linebr... | Florent Xicluna | 2010-03-30 | 1 | -2/+3 |
|
|
| * | #7643: Unicode codepoints VT (0x0B) and FF (0x0C) are linebreaks according to... | Florent Xicluna | 2010-03-30 | 5 | -13/+65 |
|
|
| * | Backport of weakref.WeakSet and tests from Python 3. | Michael Foord | 2010-03-29 | 6 | -1/+602 |
|
|
| * | Update itertools recipe for consume(). | Raymond Hettinger | 2010-03-28 | 1 | -1/+7 |
|
|
| * | Add a note on optimizing the itertools recipes for production. | Raymond Hettinger | 2010-03-28 | 1 | -0/+6 |
|
|
| * | Update itertools recipes. | Raymond Hettinger | 2010-03-28 | 1 | -7/+28 |
|
|
| * | Addition of delta keyword argument to unittest.TestCase.assertAlmostEquals an... | Michael Foord | 2010-03-27 | 2 | -13/+69 |
|
|
| * | Rename the unittest test_suite function to not clash with a test module name ... | Michael Foord | 2010-03-27 | 2 | -3/+3 |
|
|
| * | A fix for running unittest tests on platforms without the audioop module (e.g... | Michael Foord | 2010-03-27 | 2 | -14/+7 |
|
|
| * | Add Misc/NEWS entry for r79455. | Mark Dickinson | 2010-03-27 | 1 | -0/+5 |
|
|
| * | Make Fraction to complex comparisons with <=, <, >= or > raise TypeError. | Mark Dickinson | 2010-03-27 | 2 | -4/+19 |
|
|
| * | Ensure that the failed or unexpected tests are sorted before printing. | Florent Xicluna | 2010-03-26 | 1 | -7/+2 |
|
|
| * | Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc... | Antoine Pitrou | 2010-03-26 | 2 | -3/+4 |
|
|
| * | reorder imports | Benjamin Peterson | 2010-03-26 | 1 | -1/+2 |
|
|
| * | Makefile.pre.in for the unittest/test directory | Michael Foord | 2010-03-26 | 1 | -1/+1 |
|
|
| * | Addition of -c command line option to unittest, to handle ctrl-c during a tes... | Michael Foord | 2010-03-26 | 6 | -16/+319 |
|
|
| * | Move a support TestCase out of the main namespace in unittest.test.test_suite | Michael Foord | 2010-03-26 | 1 | -7/+7 |
|
|
| * | Remove incorrect docstring in unittest.test | Michael Foord | 2010-03-26 | 1 | -14/+0 |
|
|
| * | Turn unittest tests into a package | Michael Foord | 2010-03-25 | 14 | -4420/+4515 |
|
|
| * | Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana. | Brian Curtin | 2010-03-25 | 1 | -173/+176 |
|
|
| * | make naming convention consistent | Benjamin Peterson | 2010-03-25 | 1 | -2/+2 |
|
|
| * | Fix test_unittest and test_warnings when running "python -Werror -m test.regr... | Florent Xicluna | 2010-03-25 | 2 | -11/+11 |
|
|
| * | #8207: Fix test_pep277 on OS X | Florent Xicluna | 2010-03-25 | 2 | -11/+20 |
|
|
| * | Syntax cleanup `== None` -> `is None` | Florent Xicluna | 2010-03-25 | 2 | -6/+6 |
|
|
| * | make an attempt to add capsule to the Windows build | Benjamin Peterson | 2010-03-25 | 1 | -0/+8 |
|
|
| * | Add various items | Andrew M. Kuchling | 2010-03-25 | 1 | -14/+66 |
|
|
| * | Remove extraneous experimental code checked in by accident. | Larry Hastings | 2010-03-25 | 1 | -92/+0 |
|
|
| * | Fix a gcc warning introduced by r79397. | Victor Stinner | 2010-03-25 | 1 | -1/+1 |
|
|