summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* A fix for running unittest tests on platforms without the audioop module (e.g...Michael Foord2010-03-272-14/+7
* Add Misc/NEWS entry for r79455.Mark Dickinson2010-03-271-0/+5
* Make Fraction to complex comparisons with <=, <, >= or > raise TypeError.Mark Dickinson2010-03-272-4/+19
* Ensure that the failed or unexpected tests are sorted before printing.Florent Xicluna2010-03-261-7/+2
* Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that bloc...Antoine Pitrou2010-03-262-3/+4
* reorder importsBenjamin Peterson2010-03-261-1/+2
* Makefile.pre.in for the unittest/test directoryMichael Foord2010-03-261-1/+1
* Addition of -c command line option to unittest, to handle ctrl-c during a tes...Michael Foord2010-03-266-16/+319
* Move a support TestCase out of the main namespace in unittest.test.test_suiteMichael Foord2010-03-261-7/+7
* Remove incorrect docstring in unittest.testMichael Foord2010-03-261-14/+0
* Turn unittest tests into a packageMichael Foord2010-03-2514-4420/+4515
* Fix #6538. Markup RegexObject and MatchObject as classes. Patch by Ryan Arana.Brian Curtin2010-03-251-173/+176
* make naming convention consistentBenjamin Peterson2010-03-251-2/+2
* Fix test_unittest and test_warnings when running "python -Werror -m test.regr...Florent Xicluna2010-03-252-11/+11
* #8207: Fix test_pep277 on OS XFlorent Xicluna2010-03-252-11/+20
* Syntax cleanup `== None` -> `is None`Florent Xicluna2010-03-252-6/+6
* make an attempt to add capsule to the Windows buildBenjamin Peterson2010-03-251-0/+8
* Add various itemsAndrew M. Kuchling2010-03-251-14/+66
* Remove extraneous experimental code checked in by accident.Larry Hastings2010-03-251-92/+0
* Fix a gcc warning introduced by r79397.Victor Stinner2010-03-251-1/+1
* fix eol properties on capsule filesBenjamin Peterson2010-03-250-0/+0
* set eol on email exampleBenjamin Peterson2010-03-250-0/+0
* set bsddb eol styleBenjamin Peterson2010-03-250-0/+0
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-2540-127/+1048
* Fix _curses.tiget*() functions: deny None to avoid a crash.Victor Stinner2010-03-251-3/+3
* Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compilerVictor Stinner2010-03-253-0/+7
* Replace license with simple attribution.Steven Bethard2010-03-241-13/+1
* Revert r79384 (the fix failed).Antoine Pitrou2010-03-241-11/+2
* replace copy right notice with simple attributionBenjamin Peterson2010-03-241-13/+1
* Trying to fix #8108. Will watch the buildbot(s).Antoine Pitrou2010-03-241-2/+11
* Skip tests which depend on multiprocessing.sharedctypes, if _ctypes is not av...Florent Xicluna2010-03-241-31/+33
* Various editsAndrew M. Kuchling2010-03-241-19/+23
* logging: Updated SysLogHandler documentation.Vinay Sajip2010-03-241-0/+8
* Skip test_ascii_formatd if _ctypes is not available (BSD, ...).Florent Xicluna2010-03-242-14/+9
* logging: Documentation tweak.Vinay Sajip2010-03-241-2/+2
* Add Brian Curtin.Martin v. Löwis2010-03-241-0/+2
* logging: Added LOG_FTP for SysLogHandler and updated documentation.Vinay Sajip2010-03-243-1/+76
* Another typo.Ezio Melotti2010-03-231-1/+1
* #8217: typo.Ezio Melotti2010-03-231-1/+1
* the == test doesn't work on Solaris #8210Benjamin Peterson2010-03-232-3/+3
* The SIGINT signal may happen earlier, during site.py initialization.Florent Xicluna2010-03-231-4/+1
* add some unittest itemsAndrew M. Kuchling2010-03-231-13/+20
* The standard error should be empty when the signal is killed, except on SIGINT.Florent Xicluna2010-03-231-2/+8
* Silence test_subprocess.Florent Xicluna2010-03-231-24/+12
* Skip test_format_deprecation if _ctypes is not available. Add a filter to th...Florent Xicluna2010-03-231-6/+11
* Fixed Issue8209 - OptionParser keyword arg 'epilog' not mentioned in the docsSenthil Kumaran2010-03-231-1/+2
* Merged revisions 79313,79324 via svnmerge fromBenjamin Peterson2010-03-231-5/+5
* Link specifically to the UCD version 5.2.0.Ezio Melotti2010-03-232-3/+4
* Remove link to objects.rst (gone in r79179).Ezio Melotti2010-03-231-1/+1
* Update the version number of the Unicode Database in a few more places.Ezio Melotti2010-03-224-14/+15