summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #10161: test_pep277 formats filenames with ascii() on errorVictor Stinner2010-10-241-1/+1
* os: fsencode(), fsdecode() and os.environ(b) internal encode-decode methodsVictor Stinner2010-10-241-32/+37
* Add a new warning gategory, ResourceWarning, as discussed on python-dev. It ...Georg Brandl2010-10-243-3/+13
* Remove usage of exception indexing.Georg Brandl2010-10-241-1/+1
* Issue 5178: Add tempfile.TemporaryDirectory (original patch by Neil Schemenauer)Nick Coghlan2010-10-242-2/+167
* remove broken code accounting an offset the size of the line #10186Benjamin Peterson2010-10-241-0/+6
* #1349106: add linesep argument to generator.flatten and header.encode.R. David Murray2010-10-234-37/+80
* Revert r85801. The test ought to pass without rounding.Martin v. Löwis2010-10-231-1/+1
* Follow up to #9778: fix regressions on 64-bit Windows buildsAntoine Pitrou2010-10-231-1/+1
* #6518: enable context manager protocol for ossaudiodev types.Georg Brandl2010-10-231-4/+6
* Also guard other SOCK_NONBLOCK testAntoine Pitrou2010-10-231-9/+13
* Issue #6011: sysconfig and distutils.sysconfig use the surrogateescape errorVictor Stinner2010-10-233-3/+6
* Fix SOCK_CLOEXEC and SOCK_NONBLOCK tests on recent glibcs with old Linux kern...Antoine Pitrou2010-10-231-0/+18
* Try to fix test_tarfile on AMD64 debian parallel 3.xVictor Stinner2010-10-231-1/+1
* Revert r85797 (and r85798): it broke the Windows buildbots because ofAntoine Pitrou2010-10-221-20/+1
* Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2010-10-221-1/+20
* Fix test_ssl on Ubuntu buildbot with patched OpenSSLAntoine Pitrou2010-10-221-0/+1
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-224-8/+60
* Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested bothBarry Warsaw2010-10-221-1/+2
* Refactor interesting use of try-finally.Georg Brandl2010-10-221-10/+9
* Make top_level attribute a set instead of a dict with None values.Georg Brandl2010-10-221-5/+5
* #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-223-27/+42
* Apply fix from r85784 on py3k too.Éric Araujo2010-10-211-2/+6
* Fix r85774 editor fail. Had a dangling try and incorrect indent.Brian Curtin2010-10-211-2/+1
* Fix #10162: Add try/except around _winreg.OpenKey for keys that areBrian Curtin2010-10-211-8/+10
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+9
* #10159: sort completion matches before comparing to dir() result.Georg Brandl2010-10-211-2/+2
* Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead ofVictor Stinner2010-10-201-0/+32
* Move non-ascii test from test_run_code() to a new function: test_non_ascii()Victor Stinner2010-10-201-7/+9
* Move test_undecodable_code() from test_sys to test_cmd_lineVictor Stinner2010-10-202-38/+38
* 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