| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | fix eol properties on capsule files | Benjamin Peterson | 2010-03-25 | 0 | -0/+0 |
|
|
* | set eol on email example | Benjamin Peterson | 2010-03-25 | 0 | -0/+0 |
|
|
* | set bsddb eol style | Benjamin Peterson | 2010-03-25 | 0 | -0/+0 |
|
|
* | Backported PyCapsule from 3.1, and converted most uses of | Larry Hastings | 2010-03-25 | 40 | -127/+1048 |
|
|
* | Fix _curses.tiget*() functions: deny None to avoid a crash. | Victor Stinner | 2010-03-25 | 1 | -3/+3 |
|
|
* | Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler | Victor Stinner | 2010-03-25 | 3 | -0/+7 |
|
|
* | Replace license with simple attribution. | Steven Bethard | 2010-03-24 | 1 | -13/+1 |
|
|
* | Revert r79384 (the fix failed). | Antoine Pitrou | 2010-03-24 | 1 | -11/+2 |
|
|
* | replace copy right notice with simple attribution | Benjamin Peterson | 2010-03-24 | 1 | -13/+1 |
|
|
* | Trying to fix #8108. Will watch the buildbot(s). | Antoine Pitrou | 2010-03-24 | 1 | -2/+11 |
|
|
* | Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not av... | Florent Xicluna | 2010-03-24 | 1 | -31/+33 |
|
|
* | Various edits | Andrew M. Kuchling | 2010-03-24 | 1 | -19/+23 |
|
|
* | logging: Updated SysLogHandler documentation. | Vinay Sajip | 2010-03-24 | 1 | -0/+8 |
|
|
* | Skip test_ascii_formatd if _ctypes is not available (BSD, ...). | Florent Xicluna | 2010-03-24 | 2 | -14/+9 |
|
|
* | logging: Documentation tweak. | Vinay Sajip | 2010-03-24 | 1 | -2/+2 |
|
|
* | Add Brian Curtin. | Martin v. Löwis | 2010-03-24 | 1 | -0/+2 |
|
|
* | logging: Added LOG_FTP for SysLogHandler and updated documentation. | Vinay Sajip | 2010-03-24 | 3 | -1/+76 |
|
|
* | Another typo. | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | #8217: typo. | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | the == test doesn't work on Solaris #8210 | Benjamin Peterson | 2010-03-23 | 2 | -3/+3 |
|
|
* | The SIGINT signal may happen earlier, during site.py initialization. | Florent Xicluna | 2010-03-23 | 1 | -4/+1 |
|
|
* | add some unittest items | Andrew M. Kuchling | 2010-03-23 | 1 | -13/+20 |
|
|
* | The standard error should be empty when the signal is killed, except on SIGINT. | Florent Xicluna | 2010-03-23 | 1 | -2/+8 |
|
|
* | Silence test_subprocess. | Florent Xicluna | 2010-03-23 | 1 | -24/+12 |
|
|
* | Skip test_format_deprecation if _ctypes is not available. Add a filter to th... | Florent Xicluna | 2010-03-23 | 1 | -6/+11 |
|
|
* | Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docs | Senthil Kumaran | 2010-03-23 | 1 | -1/+2 |
|
|
* | Merged revisions 79313,79324 via svnmerge from | Benjamin Peterson | 2010-03-23 | 1 | -5/+5 |
|
|
* | Link specifically to the UCD version 5.2.0. | Ezio Melotti | 2010-03-23 | 2 | -3/+4 |
|
|
* | Remove link to objects.rst (gone in r79179). | Ezio Melotti | 2010-03-23 | 1 | -1/+1 |
|
|
* | Update the version number of the Unicode Database in a few more places. | Ezio Melotti | 2010-03-22 | 4 | -14/+15 |
|
|
* | Merged revisions 79309 via svnmerge from | Benjamin Peterson | 2010-03-22 | 1 | -1/+1 |
|
|