summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #6780: fix starts/endswith error message to mention that tuples are accepted ...Ezio Melotti2011-04-261-0/+3
* #11901: add description of how bitfields are laid out to hexversion docsR David Murray2011-04-251-0/+1
* pybench prep_times calculation error (closes #11895)Jesus Cea2011-04-251-0/+1
* startswith and endswith don't accept None as slice index. Patch by Torsten Be...Jesus Cea2011-04-202-0/+4
* mergeRaymond Hettinger2011-04-191-0/+6
|\
| * Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-181-0/+2
| * Issue #11768: The signal handler of the signal module only callsVictor Stinner2011-04-181-0/+4
* | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-191-0/+3
|/
* Fix minor subclassing issue with collections.CounterRaymond Hettinger2011-04-151-0/+2
* Issue #5057: fix a bug in the peepholer that led to non-portable pyc files be...Ezio Melotti2011-04-151-1/+5
* Issue #11467: Fix urlparse behavior when handling urls which contains scheme ...Senthil Kumaran2011-04-151-0/+3
* Fix Issue11474 - fix url2pathname() handling of '/C|/' on WindowsSenthil Kumaran2011-04-141-0/+3
* #9233: Fix json to work properly even when _json is not available.Ezio Melotti2011-04-131-2/+4
* Merge updatesSenthil Kumaran2011-04-131-0/+3
|\
| * #10019: Fix regression relative to 2.6: add newlines if indent=0R David Murray2011-04-131-0/+3
* | Update the News for the fix to Issue11703.Senthil Kumaran2011-04-131-0/+3
|/
* make assigning to a bytes literal a syntax error (closes #11506)Benjamin Peterson2011-04-121-0/+3
* Correct leading spaces in my NEWS entry.Brian Curtin2011-04-111-2/+2
* Add NEWS item for #5162.brian.curtin2011-04-111-0/+3
* Issue9670: Back out changeset 378b40d71175; test fails on other platformsNed Deily2011-04-091-5/+0
* Issue #9670: Increase the default stack size for secondary threads onNed Deily2011-04-091-0/+5
* Issue #11719: Fix message about unexpected test_msilib skip.Ross Lagerwall2011-04-091-0/+3
* Issue #11650: PyOS_StdioReadline() retries fgets() if it was interruptedVictor Stinner2011-04-091-0/+4
* Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.Ross Lagerwall2011-04-051-0/+2
* Merge issue 11662.Guido van Rossum2011-03-291-0/+3
|\
| * Issue 11662: Fix vulnerability in urllib/urllib2.guido@google.com2011-03-291-0/+3
* | Closes #11696: Fix ID generation in msilib.Martin v. Löwis2011-03-272-0/+3
* | Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when ...Mark Dickinson2011-03-272-0/+4
* | Fix misplaced Misc/NEWS entry.Mark Dickinson2011-03-271-4/+4
* | Fix short file name generation in bdist_msi.Martin v. Löwis2011-03-271-0/+2
* | check possible recursive _as_parameter_ to prevent segfault (closes #1838)Benjamin Peterson2011-03-261-0/+3
* | Issue #11659: Fix ResourceWarning in test_subprocess introduced by #11459.Ross Lagerwall2011-03-262-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
* Fix some issue references in NEWSÉric Araujo2011-03-201-6/+6
* Issue #5537: Fix time2isoz() and time2netscape() functions of httplib.cookiejarVictor Stinner2011-03-211-3/+6
* Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-0/+3
* Issue #5421: Fix misleading error message when one of socket.sendto()'sAntoine Pitrou2011-03-172-0/+4
* #11401: handle headers with no value.R David Murray2011-03-161-0/+3
* #9298: restore proper folding of base64 encoded bodies.R David Murray2011-03-162-0/+5
* Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-162-0/+5
* On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile noAntoine Pitrou2011-03-152-0/+5
* #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-151-0/+1
* Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified I...Ronald Oussoren2011-03-141-0/+3
* Fix #11491. When dbm.open was called with a file which already exists andbriancurtin2011-03-142-0/+5
* Fixes #1099: Mac compile fails with pydebug and framework enabledRonald Oussoren2011-03-141-0/+3
* #11488: Add tests for writelines method of SpooledTemporaryFile.R David Murray2011-03-141-0/+1
* #11490: EACCES can also mean command not foundR David Murray2011-03-141-0/+3
* Issue 11131: Fix sign of zero result on decimal.Decimal plus and minus operat...Mark Dickinson2011-03-121-0/+3
* #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-101-0/+1