summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #13922: argparse no longer incorrectly strips '--' after the first one.R David Murray2012-07-212-0/+4
* #12353: argparse now correctly handles null argument values.R David Murray2012-07-211-0/+2
* Issues #10017 and #14998: Fix TypeError using pprint on dictionaries with uno...Florent Xicluna2012-07-211-0/+3
* Issue #14579: Fix CVE-2012-2135: vulnerability in the utf-16 decoder after er...Antoine Pitrou2012-07-211-0/+3
* Issue #15406: Fix deprecation warning in ctypes test_bitfields.pyMeador Inge2012-07-201-0/+1
* Issue #15404: Refleak in PyMethodObject repr.Andrew Svetlov2012-07-201-0/+2
* Issue #15394: Fix ref leaks in PyModule_Create.Meador Inge2012-07-192-0/+4
* Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.Meador Inge2012-07-191-0/+3
* Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-181-0/+3
* Fixes Issue #14635: telnetlib will use poll() rather than select() when possibleGregory P. Smith2012-07-152-0/+4
* #15180: Clarify posixpath.join() error message when mixing str & bytesHynek Schlawack2012-07-151-0/+2
* Issue #15230: Update runpy docs to clarify a couple of points that came up in...Nick Coghlan2012-07-151-0/+3
* Close #15230: runpy.run_path now sets __package__ correctly. Also refactored ...Nick Coghlan2012-07-141-0/+5
* Remove duplicate entry and fix orderAntoine Pitrou2012-07-131-2/+1
* Issue #15334: skip test_dynamic_key when run in non-interactive mode.Antoine Pitrou2012-07-131-0/+1
* Issue #15300: Ensure the temporary test working directories are in the same p...Antoine Pitrou2012-07-112-0/+5
* revert the changes done for issue14826 - quoting witin Request is not desirable.Senthil Kumaran2012-07-081-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-071-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-041-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-292-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-231-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-211-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-201-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