- 1f9d24a Merge: #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
- 923512f #18431: Decode encoded words in atoms in new email parser. by R David Murray · 12 years ago
- ae95b4f Issue #17845: Clarify the message setup.py prints upon successfully by Brett Cannon · 12 years ago
- a79e4fb Issue #18342: Use the repr of a module name for ``from ... import by Brett Cannon · 12 years ago
- 63194a7 Merge: #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
- 65171b2 #18044: Fix parsing of encoded words of the form =?utf8?q?=XX...?= by R David Murray · 12 years ago
- f9e6672 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 12 years ago
- 3641a74 Issue #17872: Fix a segfault in marshal.load() when input stream returns by Serhiy Storchaka · 12 years ago
- 50ae3f6 Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
- 275d5fd Issue #18101: Tcl.split() now process strings nested in a tuple as it by Serhiy Storchaka · 12 years ago
- e3ed4ed Issue #18338: `python --version` now prints version string to stdout, and by Serhiy Storchaka · 12 years ago
- e173d01 Merge #17987: properly document support.captured_xxx. by R David Murray · 12 years ago
- 5a33f81 #17987: properly document support.captured_xxx. by R David Murray · 12 years ago
- 5ec4464 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 12 years ago
- 848ee09 Issue #18426: Fix NULL pointer dereference in C extension import when by Christian Heimes · 12 years ago
- 16dbbae #18116: getpass no longer always falls back to stdin. by R David Murray · 12 years ago
- 9f96789 #17198: merge with 3.3. by Ezio Melotti · 12 years ago
- b08495b #17198: Fix a NameError in the dbm module. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
- 74a146d Merge #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 12 years ago
- 331c3fd Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form. by Florent Xicluna · 12 years ago
- 4603487 #18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant. by Ezio Melotti · 12 years ago
- 24e33ac Issue #17206: On Windows, increase the stack size from 2 MB to 4.2 MB to fix by Victor Stinner · 12 years ago
- 0507bf5 Issue #3329: Implement the PEP 445 by Victor Stinner · 12 years ago
- 7e5d557 merge for issue #18351. by Brett Cannon · 12 years ago
- a53cca3 Issue #18351: Fix various issues with importlib._bootstrap._get_sourcefile(). by Brett Cannon · 12 years ago
- e0a39de #18380: merge with 3.3. by Ezio Melotti · 12 years ago
- 2a99d5d #18380: pass regex flags to the right argument. Patch by Valentina Mukhamedzhanova. by Ezio Melotti · 12 years ago
- 361b28d (3.3->default) Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 12 years ago
- fd1c69e2 Issue #12990: The "Python Launcher" on OSX could not launch python scripts that have paths that include wide characters. by Ronald Oussoren · 12 years ago
- 8624ed5 Issue #18375: merge with 3.3 by Florent Xicluna · 12 years ago
- d9e7c86 Issue #18375: Assume --randomize when --randseed is used for running the testsuite. by Florent Xicluna · 12 years ago
- 6597aa1 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
- 54ad7e3 Issue #18347: ElementTree's html serializer now preserves the case of closing tags. by Christian Heimes · 12 years ago
- 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 12 years ago
- 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 12 years ago
- fff5915 Consolidate tests section. by Antoine Pitrou · 12 years ago
- 0cb1e9a Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 12 years ago
- be9c841 Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. by Antoine Pitrou · 12 years ago
- 1b6348e Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
- e3e8bcf Issue #17261: Ensure multiprocessing's proxies use proper address. by Richard Oudkerk · 12 years ago
- 0857ab4 (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal by Victor Stinner · 12 years ago
- 8d37954 Issue #18343: faulthandler.register() now keeps the previous signal handler by Victor Stinner · 12 years ago
- 1d5b933 Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 12 years ago
- b9dbc7d Issue #18328: Reorder ops in PyThreadState_Delete*() functions. Now the by Christian Heimes · 12 years ago
- 626032a Issue #17097: Merge. by Richard Oudkerk · 12 years ago
- cca8c53 Issue #17097: Make multiprocessing ignore EINTR. by Richard Oudkerk · 12 years ago
- 7c1457b Merge with current default by Łukasz Langa · 12 years ago
- 3720c77 Issue #18244: Adopt C3-based linearization in functools.singledispatch for improved ABC support by Łukasz Langa · 12 years ago
- bfafab1 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 12 years ago
- a24b4d2 Issue #18339: Negative ints keys in unpickler.memo dict no longer cause a by Christian Heimes · 12 years ago
- 04926ae Issue 18240: The HMAC module is no longer restricted to bytes and accepts by Christian Heimes · 12 years ago
- ec4bdac (merge) Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
- 8a0b775 Issue #7136: In the Idle File menu, "New Window" is renamed "New File". by Terry Jan Reedy · 12 years ago
- 893c7e7 Closes #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 12 years ago
- 61d003a Issue #18224: Removed pydoc script from created venv, as it causes problems on Windows and adds no value over and above python -m pydoc ... by Vinay Sajip · 12 years ago
- 634e076 Merge #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
- 925a322 #18155: Regex-escape delimiter, in case it is a regex special char. by R David Murray · 12 years ago
- b1c6827 Merge with 3.3 by Terry Jan Reedy · 12 years ago
- 70d2c71 Issue #18315: Improve fileinput docs by adding 'bufsize' where missing and by Terry Jan Reedy · 12 years ago
- cf873c6 Merge #14360: Add news item. by R David Murray · 12 years ago
- 02e4a7b #14360: Add news item. by R David Murray · 12 years ago
- cd83fa8 Issue #13483: Use VirtualAlloc in obmalloc on Windows. by Martin v. Löwis · 12 years ago
- 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 12 years ago
- 86073dc (Merge 3.3) Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if by Victor Stinner · 12 years ago
- 6efa965 Issue #18135: ssl.SSLSocket.write() now raises an OverflowError if the input by Victor Stinner · 12 years ago
- 5707d50 #11390: convert doctest CLI to argparse and add -o and -f options. by R David Murray · 12 years ago
- c89533f Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
- 8eeae21 Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise by Serhiy Storchaka · 12 years ago
- 8cfd67c (Merge 3.3) Issue #18135: Fix a possible integer overflow in by Victor Stinner · 12 years ago
- 9ee0203 Issue #18135: Fix a possible integer overflow in ssl.SSLSocket.write() by Victor Stinner · 12 years ago
- 2ab07f0 (Merge 3.3) Issue #18137: Detect integer overflow on precision in by Victor Stinner · 12 years ago
- 2f084ec Issue #18137: Detect integer overflow on precision in float.__format__() and by Victor Stinner · 12 years ago
- c77d9f3 Issue #11016: Add C implementation of the stat module as _stat by Christian Heimes · 12 years ago
- f83bc7a merge from 3.3 by Senthil Kumaran · 12 years ago
- ce3dd0b Add -b and -X options to python man page. Patch contributed by Corey Brune. by Senthil Kumaran · 12 years ago
- 15a7d2e merge 3.3 (#18248) by Benjamin Peterson · 12 years ago
- 19886b8 fix libffi build on AIX (closes #18248) by Benjamin Peterson · 12 years ago
- d9a52f2 merge heads by Christian Heimes · 12 years ago
- dceec13 merge heads by Christian Heimes · 12 years ago
- 7151551 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 12 years ago
- d2774c7 Issue #18259: Declare sethostname in socketmodule.c for AIX by Christian Heimes · 12 years ago
- 1a1a06e Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
- 9a00e0a Issue #18256: Compilation fix for recent AIX releases. Patch by David Edelsohn. by Antoine Pitrou · 12 years ago
- 9ce4f36 merge heads by Christian Heimes · 12 years ago
- 9a5395a Issue #18147: Add diagnostic functions to ssl.SSLContext(). by Christian Heimes · 12 years ago
- a5f004f Merge heads by Serhiy Storchaka · 12 years ago
- 774bed7 Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
- c7bfe0e Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data by Serhiy Storchaka · 12 years ago
- 9424bb4 Issue #18207: Fix test_ssl for some versions of OpenSSL that ignore seconds by Christian Heimes · 12 years ago
- f24fecd Issue #18076: Introduce imoportlib.util.decode_source(). by Brett Cannon · 12 years ago
- f4375ef importlib.abc.SourceLoader.get_source() was re-raising SyntaxError and by Brett Cannon · 12 years ago
- 13d8ff9 Issues #18058, 18057: Make importlib._bootstrap.NamespaceLoader by Brett Cannon · 12 years ago
- e4f41de Issue #17177: The imp module is pending deprecation. by Brett Cannon · 12 years ago
- 22ba31a Prevent a possible double close of parent pipe fds when the subprocess by Gregory P. Smith · 12 years ago
- 893f2ff news entry for subprocess double close fix. by Gregory P. Smith · 12 years ago
- 8a2a902 Merge with 3.3 by Andrew Kuchling · 12 years ago
- 53e5ea7 #18113: Objects associated to a curses.panel object with set_userptr() were leaked. by Andrew Kuchling · 12 years ago
- cc39b1e merge w/ 3.3 by Brett Cannon · 12 years ago
- 27bbfdb Drop some dead imports of imp by Brett Cannon · 12 years ago
- a38e814 Issue #18194: Introduce importlib.util.cache_from_source() and by Brett Cannon · 12 years ago