summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #5639: Add a *server_hostname* argument to `SSLContext.wrap_socket`Antoine Pitrou2010-10-221-0/+5
* #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add ...Georg Brandl2010-10-221-0/+2
* Fix #10162: Add try/except around _winreg.OpenKey for keys that areBrian Curtin2010-10-211-0/+3
* Issue #10089: Add support for arbitrary -X options on the command-line.Antoine Pitrou2010-10-211-0/+3
* #9919: fix off-by-one error in lineno command in Misc/gdbinit; also add newli...Georg Brandl2010-10-211-3/+4
* Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead ofVictor Stinner2010-10-201-0/+6
* logging: Made StreamHandler terminator configurable.Vinay Sajip2010-10-201-0/+2
* Fix for issue #7473.Ronald Oussoren2010-10-201-0/+3
* logging: Allowed filters to be just callables.Vinay Sajip2010-10-191-0/+2
* logging: Added tests for _logRecordClass changes.Vinay Sajip2010-10-191-0/+2
* #10092: Properly reset locale in Locale*Calendar classes. The context manage...Georg Brandl2010-10-191-0/+2
* logging: Added _logRecordClass, getLogRecordClass, setLogRecordClass to incre...Vinay Sajip2010-10-191-0/+3
* One more change for issue 9807, by Matthias Klose.Barry Warsaw2010-10-182-2/+3
* Issue #10117: Tools/scripts/reindent.py now accepts source files thatAlexander Belopolsky2010-10-181-0/+4
* Issue #5117: Case normalization was needed on ntpath.relpath(). AndHirokazu Yamamoto2010-10-181-0/+4
* #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY.R. David Murray2010-10-181-0/+2
* #1343: Add short_empty_elements option to XMLGenerator.R. David Murray2010-10-171-0/+3
* make hashes always the size of pointers; introduce Py_hash_t #9778Benjamin Peterson2010-10-171-0/+6
* Remove the external non-python.org hyperlink and point people toGregory P. Smith2010-10-171-2/+1
* Drop OPT:Olimit, as it confuses SunPRO (and other compilers).Martin v. Löwis2010-10-171-0/+2
* The py_decref macro was incorrect and unnecessary.Gregory P. Smith2010-10-171-10/+0
* * Applys part of the patch from http://bugs.python.org/issue3631 to addGregory P. Smith2010-10-171-8/+21
* - Accept Oracle Berkeley DB 5.0 and 5.1 as backend for the dbm extension.Matthias Klose2010-10-171-0/+2
* Issue #10123: Don't use non-ascii filenames in test_doctest tests. Add aVictor Stinner2010-10-161-0/+6
* Issue #9713, #10114: Parser functions (eg. PyParser_ASTFromFile) expectsVictor Stinner2010-10-161-1/+5
* Fix incorrect maintainer nameBrian Quinlan2010-10-161-1/+1
* Add bquinlan as the maintainer of concurrent.futuresBrian Quinlan2010-10-161-0/+1
* don't identify the toplevel namespace by name #9997Benjamin Peterson2010-10-161-0/+3
* Add NEWS for issue 9807 part 1.Barry Warsaw2010-10-161-0/+3
* First (uncontroversial) part of issue 9807.Barry Warsaw2010-10-161-1/+4
* #9862: On AIX PIPE_BUF is broken. Make it 512.R. David Murray2010-10-151-0/+3
* #6098: Refrain from claiming DOM level 3 conformance in minidom.Georg Brandl2010-10-151-0/+2
* #5762: fix handling of empty namespace in minidom, which would result in Attr...Georg Brandl2010-10-151-0/+3
* Fix issue references.Georg Brandl2010-10-151-2/+2
* Issue #9308: Removed redundant coding cookies. Added tests forAlexander Belopolsky2010-10-151-0/+3
* #9054: fix crash when using pyexpat with a system expat lib version 2.0.1.Georg Brandl2010-10-151-0/+3
* #2830: add html.escape() helper and move cgi.escape() uses in the standard li...Georg Brandl2010-10-151-0/+3
* #5355: Provide mappings from Expat error numbers to string descriptions and b...Georg Brandl2010-10-151-0/+4
* Use locale encoding if Py_FileSystemDefaultEncoding is not setVictor Stinner2010-10-151-0/+3
* Fix the regex to match all kind of filenames, for interactive debugging in do...Florent Xicluna2010-10-141-0/+3
* Issue 9183: Intern UTC timezone.Alexander Belopolsky2010-10-141-0/+3
* - Issue #10094: Use versioned .so files on GNU/kfreeBSD and the GNU Hurd.Matthias Klose2010-10-141-0/+5
* Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,Antoine Pitrou2010-10-142-2/+5
* Issue #10095: fp_setreadl() doesn't reopen the file, reuse instead the fileVictor Stinner2010-10-141-0/+3
* Issue10063 - file:// scheme will stop accessing remote hosts via ftp protocolSenthil Kumaran2010-10-141-0/+6
* #9418: first step of moving private string methods to _string module.Georg Brandl2010-10-141-0/+3
* #1710703: write zipfile structures also in the case of closing a new, but emp...Georg Brandl2010-10-141-0/+4
* Revert r85435 (and r85440): decode command line arguments from utf-8Victor Stinner2010-10-131-3/+0
* put PYTHONIOENCODING in man pageBenjamin Peterson2010-10-131-2/+11
* Issue #9992: On Mac OS X, decode command line arguments from utf-8 instead ofVictor Stinner2010-10-131-0/+3