summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-091-5/+0
* Issue #13557: Clarify effect of giving two different namespaces to exec orTerry Jan Reedy2012-07-081-3/+3
* issue 14826 - Address the buildbot failure ( explanation msg164973)Senthil Kumaran2012-07-081-2/+2
* Fix issue14826 - make urllib.request.Request quoted url consistent with URLOp...Senthil Kumaran2012-07-081-0/+5
* Issue #14990: tokenize: correctly fail with SyntaxError on invalid encoding d...Florent Xicluna2012-07-071-0/+3
* Issue #15247: FileIO now raises an error when given a file descriptor pointin...Antoine Pitrou2012-07-061-0/+3
* Issue #15020: The program name used to search for Python's path is now "pytho...Antoine Pitrou2012-07-051-0/+3
* Fix issue # 15033 - Return the proper exitcode for failure when modules are i...Senthil Kumaran2012-07-051-0/+3
* #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()Petri Lehtinen2012-06-291-0/+3
* Issue #10571: Fix the "--sign" option of distutils' upload command.Antoine Pitrou2012-06-282-0/+4
* #9559: Append data to single-file mailbox files if messages are only addedPetri Lehtinen2012-06-281-0/+4
* Issue #15079: make a test applicable to both C and Python versions of the pic...Antoine Pitrou2012-06-261-0/+1
* Issue #14443: ensure that brp-python-bytecompile is invoked with the correctDavid Malcolm2012-06-261-0/+3
* Fixes issue #12268: File readline, readlines and read() or readall() methodsGregory P. Smith2012-06-241-0/+5
* Issue #15142: Fix reference leak when deallocating instances of types created...Antoine Pitrou2012-06-231-0/+3
* Issue #14653: email.utils.mktime_tz() no longer relies on systemAlexander Belopolsky2012-06-221-0/+3
* #10053: Don't close FDs when FileIO.__init__ failsHynek Schlawack2012-06-211-0/+3
* Fix GzipFile's handling of filenames given as bytes objects.Nadeem Vawda2012-06-191-0/+2
* Issue #15101: Make pool finalizer avoid joining current thread.Richard Oudkerk2012-06-181-0/+2
* Fix NEWS entry for #15036Petri Lehtinen2012-06-181-3/+3
* #14840: Add a bit on the difference between tuples and lists. Initial patch ...Ezio Melotti2012-06-171-0/+1
* Ignore X-Antivirus headers in test_nntplibNick Coghlan2012-06-171-0/+3
* Issue #15043: skip test_gdb if the custom hooks can't be loadedNick Coghlan2012-06-171-0/+3
* #15036: Make a repeated changes and flushes work with single-file mailboxesPetri Lehtinen2012-06-151-0/+4
* Issue #10133: Make multiprocessing deallocate buffer if socket read fails.Richard Oudkerk2012-06-111-0/+3
* Issue #12510: Revise and triple # of calltip tests, with an eye to unittestTerry Jan Reedy2012-06-071-6/+7
* Issue #13854: Properly handle non-integer, non-string arg to SystemExitRichard Oudkerk2012-06-061-0/+3
* Issue #12157: pool.map() does not handle empty iterable correctlyRichard Oudkerk2012-06-061-0/+3
* Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call.Gregory P. Smith2012-06-051-0/+2
* Move the 14992 note to the correct section.Gregory P. Smith2012-06-031-5/+5
* Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSErrorGregory P. Smith2012-06-031-0/+5
* Issue #14962: Update text coloring in IDLE shell window after changingNed Deily2012-05-311-0/+3
* Add news item for #14943Brian Curtin2012-05-291-0/+3
* Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu.Ned Deily2012-05-291-0/+2
* Issue #14775: Fix a potential quadratic dict build-up due to the garbage coll...Antoine Pitrou2012-05-282-0/+4
* Issue #9041: raised exception is misleadingMeador Inge2012-05-281-0/+4
* Issue #14443: Tell rpmbuild to use the correct version of PythonNick Coghlan2012-05-281-0/+3
* Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.Terry Jan Reedy2012-05-281-0/+3
* Issue12510: Attempting to get invalid tooltip no longer closes Idle.Terry Jan Reedy2012-05-281-0/+3
* Issue #10365: File open dialog now works instead of crashingTerry Jan Reedy2012-05-271-0/+3
* Issue #14876: Use user-selected font for highlight configuration.Terry Jan Reedy2012-05-261-0/+2
* Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just ...Senthil Kumaran2012-05-261-0/+3
* #14863: Update the documentation of os.fdopen()Petri Lehtinen2012-05-241-0/+3
* Issue #14036: return None when port in urlparse cross 65535Senthil Kumaran2012-05-241-0/+3
* Remove duplicate entries in Misc/NEWS.Florent Xicluna2012-05-231-20/+0
* #14472: Update .gitignorePetri Lehtinen2012-05-222-0/+3
* #14875: Use float('inf') instead of float('1e66666') in the json module.Ezio Melotti2012-05-211-0/+2
* news for Issue14426Senthil Kumaran2012-05-201-0/+3
* #14494: Document that absolute imports became default in 3.0 instead of 2.7.Petri Lehtinen2012-05-192-0/+5
* #14072: Fix parsing of tel URIs in urlparse by making the check for ports str...Ezio Melotti2012-05-191-0/+3