summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merged revisions 79309 via svnmerge fromBenjamin Peterson2010-03-221-1/+1
* Issue #8205: Remove the "Modules" directory from sys.path when Python is runn...Florent Xicluna2010-03-222-1/+4
* #7667: Fix doctest failures with non-ASCII paths.Florent Xicluna2010-03-222-1/+4
* Merged revisions 79077,79137,79304-79305 via svnmerge fromBenjamin Peterson2010-03-224-10/+170
* Issue #7512: shutil.copystat() could raise an OSError when the filesystemAntoine Pitrou2010-03-222-2/+10
* #7668: Fix test_httpservers failure when sys.executable contains non-ASCII by...Florent Xicluna2010-03-221-2/+12
* Preserve backward compatibility of the ctypes module.Florent Xicluna2010-03-221-0/+11
* Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...Florent Xicluna2010-03-223-6/+25
* Issue #7860: platform.uname now reports the correct 'machine' typeR. David Murray2010-03-223-1/+29
* logging: Added getChild utility method to Logger and added isEnabledFor metho...Vinay Sajip2010-03-224-1/+62
* Missing testsuite filesJesus Cea2010-03-223-0/+716
* Get rid of buffer() in test_ctypes: backport the 3.x tests.Florent Xicluna2010-03-227-47/+30
* Fix an occasional test_ftplib failure, following r79226.Antoine Pitrou2010-03-221-1/+6
* pybsddb 4.8.4 integration. Please, comment in issue #8156Jesus Cea2010-03-2223-451/+3356
* Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ...Vinay Sajip2010-03-223-2/+15
* Fix the NEWS about my last commit: an unicode subclass can now override theVictor Stinner2010-03-222-3/+1
* Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ...Vinay Sajip2010-03-222-3/+14
* Issue #1583863: An unicode subclass can now override the __str__ methodVictor Stinner2010-03-223-1/+14
* Correct usage message displayed for python -m unittest -hMichael Foord2010-03-223-10/+4
* expected failure should not trigger failfast behavior in unittest.Michael Foord2010-03-223-8/+1
* Removing Python 2.3 compatibility code from unittest.Michael Foord2010-03-223-8/+5
* Fix failing test committed by accident.Michael Foord2010-03-221-1/+1
* -f/--failfast command line option for unittest. Issue 8074. Documentation sti...Michael Foord2010-03-224-26/+86
* Issue 7815. __unittest in module globals trims frames from reported stacktrac...Michael Foord2010-03-2210-5/+32
* take into account keyword arguments when passing too many argsBenjamin Peterson2010-03-212-1/+10
* improve error message from passing inadequate number of keyword arguments #6474Benjamin Peterson2010-03-213-5/+19
* don't write duplicate testsBenjamin Peterson2010-03-211-2/+0
* fix importBenjamin Peterson2010-03-211-2/+3
* co_varnames is certainly a tuple, so let's not waste time finding outBenjamin Peterson2010-03-211-1/+1
* remove pointless conditionBenjamin Peterson2010-03-211-15/+13
* Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.Antoine Pitrou2010-03-212-20/+8
* flatten conditionBenjamin Peterson2010-03-211-8/+6
* Issue #1628484: The Makefile doesn't ignore the CFLAGS environmentAntoine Pitrou2010-03-212-5/+9
* Fix plural.Georg Brandl2010-03-211-1/+1
* Add itemsAndrew M. Kuchling2010-03-211-5/+30
* #8180: Fix test_pep277 on OS X and add more tests for special Unicode normali...Florent Xicluna2010-03-212-30/+108