summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Try to fix test_tarfile on AMD64 debian parallel 3.xVictor Stinner2010-10-231-1/+1
* Issue #6011: getpath: decode VPATH env var from the locale encodingVictor Stinner2010-10-231-7/+10
* Revert r85797 (and r85798): it broke the Windows buildbots because ofAntoine Pitrou2010-10-225-106/+49
* Update what's newAntoine Pitrou2010-10-221-1/+2
* Issue #9935: Speed up pickling of instances of user-defined classes.Antoine Pitrou2010-10-224-48/+104
* For now, remove accept4() code (issue #10115)Antoine Pitrou2010-10-221-9/+0
* 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-229-14/+137
* 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-224-27/+44
* Apply fix from r85784 on py3k too.Éric Araujo2010-10-211-2/+6
* Fixed a typoAlexander Belopolsky2010-10-211-1/+1
* Issue #7061: Fixed section titleAlexander Belopolsky2010-10-211-1/+1
* Add .hgeol file for the Mercurial EOL extension.Georg Brandl2010-10-211-0/+36
* 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-212-8/+13
* #4829: better error message for invalid file modeGeorg Brandl2010-10-211-1/+2
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-2110-14/+136
* #1203650: allow larger list of files in windows makefile for freeze.Georg Brandl2010-10-211-5/+7
* #3077: fix h2py substitution of character literals.Georg Brandl2010-10-211-1/+1
* Fix missing import.Georg Brandl2010-10-211-2/+1
* #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newli...Georg Brandl2010-10-211-3/+4
* #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C fil...Georg Brandl2010-10-213-33/+68
* #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-204-0/+160
* 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
* fix uninitialized struct member #10152Benjamin Peterson2010-10-201-0/+1
* logging: Improved StreamHandler documentation.Vinay Sajip2010-10-201-11/+13
* logging: Made StreamHandler terminator configurable.Vinay Sajip2010-10-202-3/+7
* Fix for issue #7473.Ronald Oussoren2010-10-202-1/+9
* Don't lie about the supported architectures in the OSX installerRonald Oussoren2010-10-201-1/+1
* logging: clarified Filter documentation.Vinay Sajip2010-10-201-6/+10
* Fix r85728: use "" to mean the system default locale, which should work on mo...Georg Brandl2010-10-201-7/+4
* Correct signature of BytesGenerator in docs.R. David Murray2010-10-191-1/+1
* logging: Documented usage of callables as filters.Vinay Sajip2010-10-192-12/+16
* Issue #7061: Fixed some of the issues in turtle module documentationAlexander Belopolsky2010-10-191-11/+13
* Be consistent in the spelling of thread-safe(ty).Georg Brandl2010-10-195-7/+7
* logging: Allowed filters to be just callables.Vinay Sajip2010-10-193-1/+45
* logging: Added tests for _logRecordClass changes.Vinay Sajip2010-10-193-2/+51
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-194-5/+30
* Fixed the docstring for calendar.isleap() function.Alexander Belopolsky2010-10-191-1/+1
* logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre...Vinay Sajip2010-10-192-3/+26
* Fix Issue10140 - Tools/scripts/pathfix.py: add option to preserve timestampsSenthil Kumaran2010-10-191-3/+18
* initfsencoding(): get_codeset() failure is now a fatal errorVictor Stinner2010-10-191-13/+6
* zipimport: remove arbitrary length limit from message formatsVictor Stinner2010-10-181-14/+9
* zipimport: document archive encoding; fix indentationVictor Stinner2010-10-181-3/+4