summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* test_zipimport_support: use ascii() on bytes output to avoid BytesWarningVictor Stinner2010-10-201-2/+2
* logging: Made StreamHandler terminator configurable.Vinay Sajip2010-10-201-3/+5
* Fix r85728: use "" to mean the system default locale, which should work on mo...Georg Brandl2010-10-201-7/+4
* logging: Documented usage of callables as filters.Vinay Sajip2010-10-191-6/+1
* logging: Allowed filters to be just callables.Vinay Sajip2010-10-192-1/+43
* logging: Added tests for _logRecordClass changes.Vinay Sajip2010-10-192-2/+49
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-192-2/+19
* Fixed the docstring for calendar.isleap() function.Alexander Belopolsky2010-10-191-1/+1
* logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre...Vinay Sajip2010-10-191-3/+23
* PyUnicode_FromFormatV(): Fix %A formatVictor Stinner2010-10-181-3/+6
* Reverted inadvertent change that slipped into r85695Alexander Belopolsky2010-10-181-1/+0
* Issue #10117: Tools/scripts/reindent.py now accepts source files thatAlexander Belopolsky2010-10-181-0/+1
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-184-4/+23
* #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-172-7/+125
* test_httpservers: Python CGI scripts have to be encoded to utf-8Victor Stinner2010-10-171-2/+2
* test_httpservers: Fix skip test check, the python executable path have to beVictor Stinner2010-10-171-7/+10
* test_httpservers: skip CGI tests if Python executable path is not encodableVictor Stinner2010-10-171-3/+14
* Fix Issue10119 - test_urllibnet failure when using support.transient_internet.Senthil Kumaran2010-10-171-20/+10
* Avoid hanging the test on netbsd5.Gregory P. Smith2010-10-171-1/+2
* skip test_itimer_virtual on NetBSD to prevent the test suite from hanging.Gregory P. Smith2010-10-171-2/+2
* test_cmd_line_script: format paths with ascii() instead of repr()Victor Stinner2010-10-171-8/+8
* use assertion methodsBenjamin Peterson2010-10-171-2/+2
* disable the garbage collector while collecting traces, so that __del__s don't...Benjamin Peterson2010-10-171-3/+12
* remove rather pointless testBenjamin Peterson2010-10-171-8/+0
* fix for netbsd.Gregory P. Smith2010-10-171-2/+4
* test_subprocess: use surrogateescape error handler to write shell scriptsVictor Stinner2010-10-161-2/+2
* Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add aVictor Stinner2010-10-161-12/+46
* don't identify the toplevel namespace by name #9997Benjamin Peterson2010-10-161-0/+8
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-163-8/+26
* revert change in inappropiate branchBenjamin Peterson2010-10-151-2/+2
* #6098: Refrain from claiming DOM level 3 conformance in minidom.Georg Brandl2010-10-151-2/+0
* #5762: fix handling of empty namespace in minidom, which would result in Attr...Georg Brandl2010-10-152-3/+11
* #4785: document strict argument of JSONDecoder, plus add object_pairs_hook in...Georg Brandl2010-10-152-4/+34
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-1511-16/+54
* #9683: remove broken dead code dealing with nested arguments removed from Py3...Georg Brandl2010-10-151-28/+12
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-156-20/+64
* #5355 followup: add unit test for new dictionaries, and provide submodules fr...Georg Brandl2010-10-152-3/+27
* Fix #10098. Fix sporadic test_os failures.Brian Curtin2010-10-151-1/+1
* Revert debug printoutAntoine Pitrou2010-10-151-3/+0
* Enable debug output at the start of the regression suite instead.Antoine Pitrou2010-10-152-5/+3
* Temporary debug printout for buildbotsAntoine Pitrou2010-10-151-0/+5
* remove empty fileBenjamin Peterson2010-10-151-0/+0
* Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,...Benjamin Peterson2010-10-1459-50/+726
* More proper closing of filesAntoine Pitrou2010-10-147-58/+83
* revert change that was in wrong branchBenjamin Peterson2010-10-141-15/+7
* Add test case for issue #9409, non-ascii char in doctest. It passes in 3.2 b...Florent Xicluna2010-10-141-2/+5
* Explicitly close some files (from issue #10093)Antoine Pitrou2010-10-145-14/+25
* Fix the regex to match all kind of filenames, for interactive debugging in do...Florent Xicluna2010-10-142-12/+12
* Increase timeouts in test_ftplib (for very slow buildbots)Antoine Pitrou2010-10-141-13/+13
* OopsAntoine Pitrou2010-10-141-1/+1