- 01cca5e Issue #15020: The program name used to search for Python's path is now "python3" under Unix, not "python". by Antoine Pitrou · 13 years ago
- f01a337 Fix issue # 15033 - Return the proper exitcode for failure when modules are invoked using -m switch. Patch contributed by Jeff Knupp by Senthil Kumaran · 13 years ago
- 5b5619f #5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush() by Petri Lehtinen · 13 years ago
- 24319ac Issue #10571: Fix the "--sign" option of distutils' upload command. by Antoine Pitrou · 13 years ago
- f29435f #9559: Append data to single-file mailbox files if messages are only added by Petri Lehtinen · 13 years ago
- b837192 Issue #14443: ensure that brp-python-bytecompile is invoked with the correct by David Malcolm · 13 years ago
- 5135992 Fixes issue #12268: File readline, readlines and read() or readall() methods by Gregory P. Smith · 13 years ago
- 99cc629 Issue #15142: Fix reference leak when deallocating instances of types created using PyType_FromSpec(). by Antoine Pitrou · 13 years ago
- a07548e Issue #14653: email.utils.mktime_tz() no longer relies on system by Alexander Belopolsky · 13 years ago
- 9ed8b4e #10053: Don't close FDs when FileIO.__init__ fails by Hynek Schlawack · 13 years ago
- 103e811 Fix GzipFile's handling of filenames given as bytes objects. by Nadeem Vawda · 13 years ago
- f29ec4b Issue #15101: Make pool finalizer avoid joining current thread. by Richard Oudkerk · 13 years ago
- da7a6e7 Fix NEWS entry for #15036 by Petri Lehtinen · 13 years ago
- 14d99a1 Ignore X-Antivirus headers in test_nntplib by Nick Coghlan · 13 years ago
- be4e4b5 Issue #15043: skip test_gdb if the custom hooks can't be loaded by Nick Coghlan · 13 years ago
- 02653f1 #15036: Make a repeated changes and flushes work with single-file mailboxes by Petri Lehtinen · 13 years ago
- 197651b Issue #10133: Make multiprocessing deallocate buffer if socket read fails. by Richard Oudkerk · 13 years ago
- 2a2ce4f Issue #12510: Revise and triple # of calltip tests, with an eye to unittest by Terry Jan Reedy · 13 years ago
- 29471de Issue #13854: Properly handle non-integer, non-string arg to SystemExit by Richard Oudkerk · 13 years ago
- e41682b Issue #12157: pool.map() does not handle empty iterable correctly by Richard Oudkerk · 13 years ago
- 58f07a9 Fixes issue #15000: support the odd x32 abi on posixsubprocess's system call. by Gregory P. Smith · 13 years ago
- 61ed804 Move the 14992 note to the correct section. by Gregory P. Smith · 13 years ago
- a81c856 Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError by Gregory P. Smith · 13 years ago
- 8b2a56b Issue #14962: Update text coloring in IDLE shell window after changing by Ned Deily · 13 years ago
- cf4a1b7 Add news item for #14943 by Brian Curtin · 13 years ago
- 3aee941 Issue #10997: Prevent a duplicate entry in IDLE's "Recent Files" menu. by Ned Deily · 13 years ago
- e1ad3da Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts. by Antoine Pitrou · 13 years ago
- 031e25b Issue #9041: raised exception is misleading by Meador Inge · 13 years ago
- 4b6045c Issue #14443: Tell rpmbuild to use the correct version of Python by Nick Coghlan · 13 years ago
- e1c5087 Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping. by Terry Jan Reedy · 13 years ago
- c5301ef Issue12510: Attempting to get invalid tooltip no longer closes Idle. by Terry Jan Reedy · 13 years ago
- cd6b8c6 Issue #10365: File open dialog now works instead of crashing by Terry Jan Reedy · 13 years ago
- 809309a Issue #14876: Use user-selected font for highlight configuration. by Terry Jan Reedy · 13 years ago
- ffa4b2c Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg by Senthil Kumaran · 13 years ago
- 1a01ebc #14863: Update the documentation of os.fdopen() by Petri Lehtinen · 13 years ago
- 2fc5a50 Issue #14036: return None when port in urlparse cross 65535 by Senthil Kumaran · 13 years ago
- 346c5de Remove duplicate entries in Misc/NEWS. by Florent Xicluna · 13 years ago
- 1f50389 #14472: Update .gitignore by Petri Lehtinen · 13 years ago
- 898d51d #14875: Use float('inf') instead of float('1e66666') in the json module. by Ezio Melotti · 13 years ago
- 6e8ba0a news for Issue14426 by Senthil Kumaran · 13 years ago
- 079bfc9 #14494: Document that absolute imports became default in 3.0 instead of 2.7. by Petri Lehtinen · 13 years ago
- 6709b7d #14072: Fix parsing of tel URIs in urlparse by making the check for ports stricter. by Ezio Melotti · 13 years ago
- 5fa4a89 Fix Issue14721: Send Content-length: 0 for empty body () in the http.client requests by Senthil Kumaran · 13 years ago
- 1be320e Issue9374 - Generic parsing of query and fragment portion of urls for any scheme by Senthil Kumaran · 13 years ago
- 8d88604 #14798: pyclbr now raises ImportError instead of KeyError for missing packages by Petri Lehtinen · 13 years ago
- 3407dfb Upgrade OpenSSL to 1.0.0j by Martin v. Löwis · 13 years ago
- a103b96 Issue #14829: Fix bisect and range() indexing with large indices (>= 2 ** 32) under 64-bit Windows. by Antoine Pitrou · 13 years ago
- 4d377d9 Issue #14777: In an X11 windowing environment, tkinter may return by Ned Deily · 13 years ago
- 34f3fcc Issue #12541: Be lenient with quotes around Realm field of HTTP Basic Authentation in urllib2. by Senthil Kumaran · 13 years ago
- 5fddf86 Issue #14662: Prevent shutil failures on OS X when destination does not by Ned Deily · 13 years ago
- 1682e5d Issue #14157: Fix time.strptime failing without a year on February 29th. by Antoine Pitrou · 13 years ago
- 7f0d888 Closes #14768: os.path.expanduser('~/a') doesn't works correctly when HOME is '/' by Jesus Cea · 13 years ago
- d576c71 Issue #14761: Fix potential leak on an error case in the import machinery. by Antoine Pitrou · 13 years ago
- da029fb Issue #14741: Fix missing support for ellipsis in parser module. by Mark Dickinson · 13 years ago
- 11c1dee Issue #14697: Fix missing parser module support for set displays and set comprehensions. by Mark Dickinson · 13 years ago
- cf360b9 Issue #14701: Add missing support for 'raise ... from' in parser module. by Mark Dickinson · 13 years ago
- 640335c Fix issue number in Misc/NEWS. by Mark Dickinson · 13 years ago
- 1b2e944 Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. by Mark Dickinson · 13 years ago
- 6cc7a41 #14034: added the argparse tutorial. Patch by Tshepang Lekhonkhobe. by Ezio Melotti · 13 years ago
- 7295c6a fix calling the classmethod descriptor directly (closes #14699) by Benjamin Peterson · 13 years ago
- 42d7081 issue13183 - Fix pdb skipping frames after hitting a breakpoint and running step. Patch by Xavier de Gaye by Senthil Kumaran · 13 years ago
- e654c11 Issue #14433: Prevent msvcrt crash in interactive prompt when stdin is closed. by Martin v. Löwis · 13 years ago
- 407b3bd Issue #14696: Fix parser module to understand 'nonlocal' declarations. by Mark Dickinson · 13 years ago
- 2420d83 Issue #10941: Fix imaplib.Internaldate2tuple to produce correct result near by Alexander Belopolsky · 13 years ago
- ea7e9f9 Issue #9154: Fix parser module to understand function annotations. by Mark Dickinson · 13 years ago
- b05ac86 Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin). by Antoine Pitrou · 13 years ago
- 1ef9eda Issue #14160: TarFile.extractfile() failed to resolve symbolic links by Lars Gustäbel · 13 years ago
- 7b16687 don't use a slot wrapper from a different special method (closes #14658) by Benjamin Peterson · 13 years ago
- c43125a #14638: pydoc now treats non-str __name__ as None instead of raising by R David Murray · 13 years ago
- 88ec620 news for issue13684 by Senthil Kumaran · 13 years ago
- 37fc401 Close issue #14026 by better testing sys.argv handling in test_cmd_line_script (patch by Jason Yeo) by Nick Coghlan · 13 years ago
- bcc17ee Issue #14630: Fix an incorrect access of ob_digit[0] for a zero instance of an int subclass. by Mark Dickinson · 13 years ago
- 63674f4 Issue #14629: Raise SyntaxError in tokenizer.detect_encoding by Martin v. Löwis · 13 years ago
- 8e6e0fd Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork(). by Antoine Pitrou · 13 years ago
- 10ac77d Close #14032: fix incorrect variable reference in test_cmd_line_script by Nick Coghlan · 13 years ago
- 0780b6b #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
- 2c14146 improve by Benjamin Peterson · 13 years ago
- e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
- 32c59b6 mangle keyword-only argname when loading defaults (closes #14607) by Benjamin Peterson · 13 years ago
- ee9e485 Closes #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
- aa292f9 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
- a13b109 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
- 18e3d81 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 13 years ago
- 650dfaf #14399: corrected news item by R David Murray · 13 years ago
- 51804e9 #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
- 5739e10 Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
- a51497a Merge 3.2.3 release clone. by Georg Brandl · 13 years ago
- 126aef7 Issue #8799: Fix and improve the threading.Condition documentation. by Antoine Pitrou · 13 years ago
- 470f33f News entry for f91ecbc8bafc. by Georg Brandl · 13 years ago
- b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
- 1024541 Issue #14496: Fix wrong name in idlelib/tabbedpages.py. Patch by Popa Claudiu. by Andrew Svetlov · 13 years ago
- 6d20cba Issue #14482: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 984dfa7 Issue #14471: Fix a possible buffer overrun in the winreg module. by Kristján Valur Jónsson · 13 years ago
- e900096 prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
- 709176f Issue #14151: Raise a ValueError, not a NameError, when trying to create by Antoine Pitrou · 13 years ago
- 58bb82e Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 13 years ago
- 70deb3d Issue #13872: socket.detach() now marks the socket closed (as mirrored in the socket repr()). by Antoine Pitrou · 13 years ago
- 6211b88 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
- f70401e Issue #14406: Fix a race condition when using `concurrent.futures.wait(return_when=ALL_COMPLETED)`. by Antoine Pitrou · 13 years ago
- f3c2976 update NEWS as Terry Reedy proposed by Andrew Svetlov · 13 years ago