summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #9347: Fix formatting for tuples in argparse type= error messages.Steven Bethard2011-04-031-0/+2
* Issue #11746: Fix SSLContext.load_cert_chain() to accept elliptic curve priva...Antoine Pitrou2011-04-031-0/+3
* Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for ...Raymond Hettinger2011-03-311-0/+1
* sys.getfilesystemencoding() raises a RuntimeError if initfsencoding() was notVictor Stinner2011-03-311-0/+3
* Issue #11618: Fix the timeout logic in threading.Lock.acquire() underAntoine Pitrou2011-03-301-0/+2
* Merge issue 11662.Guido van Rossum2011-03-291-0/+3
|\
| * Merge Issue 11662 from 3.1 branch.guido@google.com2011-03-291-0/+3
| |\
| | * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+3
* | | Correct handling of functions with only kwarg args in getcallargs (closes #11...Benjamin Peterson2011-03-281-0/+3
* | | merge #11696Martin v. Löwis2011-03-272-0/+3
|\ \ \
| * | | Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-272-0/+3
* | | | Merge #9696Mark Dickinson2011-03-272-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-272-0/+4
* | | | Move misplaced Misc/NEWS item (merge from 3.1)Mark Dickinson2011-03-271-4/+4
|\ \ \ \ | |/ / /
| * | | Fix misplaced Misc/NEWS entry.Mark Dickinson2011-03-271-4/+4
* | | | Issue #9026: Fix order of argparse sub-commands in help messages.Steven Bethard2011-03-271-0/+2
* | | | merge #7639Martin v. Löwis2011-03-271-0/+2
|\ \ \ \ | |/ / /
| * | | Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-271-0/+2
* | | | merge 3.1Benjamin Peterson2011-03-261-0/+6
|\ \ \ \ | |/ / /
| * | | check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+3
* | | | Issue #9343: Document that argparse parent parsers must be configured before ...Steven Bethard2011-03-261-0/+3
* | | | Merge with 3.1Ross Lagerwall2011-03-262-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.Ross Lagerwall2011-03-262-0/+4
* | | | Issue #8982: Improve the documentation for the argparse Namespace object.Steven Bethard2011-03-261-0/+2
* | | | Issue #11635: Don't use polling in worker threads and processes launched byAntoine Pitrou2011-03-261-0/+3
* | | | Fix NEWS item that ended up in wrong sectionSteven Bethard2011-03-261-2/+2
* | | | Issue #9348: Raise an early error if argparse nargs and metavar don't match.Steven Bethard2011-03-261-0/+2
* | | | Merge #11675Mark Dickinson2011-03-261-0/+4
|\ \ \ \ | |/ / /
| * | | Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects.Mark Dickinson2011-03-261-0/+4
| | |/ | |/|
| * | Issue #8651: PyArg_Parse*() functions raise an OverflowError if the fileVictor Stinner2011-03-211-0/+4
* | | Issue #11666: Teach pydoc to display full help for named tuplesRaymond Hettinger2011-03-251-0/+3
| |/ |/|
* | Add NEWS entry for 9aa6097131efAntoine Pitrou2011-03-231-0/+2
* | Issue #11628: cmp_to_key should use __slots__.Raymond Hettinger2011-03-221-0/+2
* | Fix some issue references in NEWSÉric Araujo2011-03-211-5/+5
|\ \ | |/
| * Fix some issue references in NEWSÉric Araujo2011-03-201-6/+6
* | merge 3.1Victor Stinner2011-03-211-0/+3
|\ \ | |/
| * Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejarVictor Stinner2011-03-211-3/+6
* | Issue #11395: io.FileIO().write() clamps the data length to 32,767 bytes onVictor Stinner2011-03-201-0/+6
* | Add NEWS for Issue #11563.Senthil Kumaran2011-03-201-0/+4
* | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-0/+3
|\ \ | |/
| * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-0/+3
* | Oops, wrong issue number in NEWSAntoine Pitrou2011-03-171-1/+1
* | Add news entry for a791dd7d51f3Antoine Pitrou2011-03-171-0/+3
* | Issue #5421: merge fixAntoine Pitrou2011-03-171-0/+2
|\ \ | |/
| * Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-172-0/+4
* | Move NEWS entry to correct placeMichael Foord2011-03-171-3/+4
* | Issue #10979. unittest stdout buffering now works with class and module setup...Michael Foord2011-03-171-0/+3
* | Merge from remoteNick Coghlan2011-03-171-0/+3
|\ \
| * | #11243: tests and fixes for handling of 'dirty data' in additional methodsR David Murray2011-03-171-0/+3
* | | Close #11577: Improve binhex test coverage and fix ResourceWarningNick Coghlan2011-03-172-0/+5
|/ /