- 9c1a9b2 Issue #2211: Updated the implementation of the http.cookies.Morsel class. by Serhiy Storchaka · 10 years ago
- 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
- cc4dfc1 Issue #23491: Implement PEP 441: Improving Python Zip Application Support by Brett Cannon · 10 years ago
- 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
- 37f2034 Issue #22524: Rephrase scandir addition in What's New in Python 3.5 by Victor Stinner · 10 years ago
- 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
- 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 10 years ago
- 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 10 years ago
- 9121fe8 Add a whatsnew entry for issue #22003. by Berker Peksag · 10 years ago
- 8dcc1a9 Issue #23437: Update NEWS and whatsnew/3.5 by Steve Dower · 10 years ago
- 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
- 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 10 years ago
- c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 10 years ago
- ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 10 years ago
- bd09d7b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
- 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 10 years ago
- bf5e960 Issue #20289: cgi.FieldStorage() now supports the context management protocol. by Berker Peksag · 10 years ago
- 088ca8b Fix typos in Doc/whatsnew/3.5.rst. by Berker Peksag · 10 years ago
- 87d0b45 Issue #15381: Optimized io.BytesIO to make less allocations and copyings. by Serhiy Storchaka · 10 years ago
- 83e8027 Issue #22818: Splitting on a pattern that could match an empty string now by Serhiy Storchaka · 10 years ago
- f5324d7 Closes #22668: Merge from 3.4. by Stefan Krah · 10 years ago
- 618e315 Add whatsnew entry for issue #5309. by Berker Peksag · 10 years ago
- 47efb4a Issue #19361: JSON decoder now raises JSONDecodeError instead of ValueError. by Serhiy Storchaka · 10 years ago
- 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
- d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
- 3be472b Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
- a5d0c7c Issue #23185: add math.inf and math.nan constants. by Mark Dickinson · 10 years ago
- 02d8454 Issue #23014: Make importlib.abc.Loader.create_module() required when by Brett Cannon · 10 years ago
- e4db769 Issue #21793: Added http.HTTPStatus enums (i.e. HTTPStatus.OK, by Serhiy Storchaka · 10 years ago
- 56a6d85 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
- 83000a4 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 10 years ago
- bb44fe0 Issue #22389: Add contextlib.redirect_stderr(). by Berker Peksag · 10 years ago
- b6e2556 Issue #22834: Have import suppress FileNotFoundError when the current by Brett Cannon · 10 years ago
- df4518c Issue #22453: Removed non-documented macro PyObject_REPR(). by Serhiy Storchaka · 10 years ago
- c216c48 Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler by Nick Coghlan · 10 years ago
- 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
- 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
- 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
- c1ded29 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
- e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
- 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
- 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
- 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
- bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
- b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
- cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
- e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
- 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
- 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago
- 882c95c whatsnew: Fix markup. by Berker Peksag · 10 years ago
- fa0423b whatsnew: Add PEP 478. by Berker Peksag · 10 years ago
- 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
- df75fee #22508: Drop email __version__ string. It no longer means anything. by R David Murray · 10 years ago
- 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
- c31e622 #17442: Add chained traceback support to InteractiveInterpreter. by R David Murray · 10 years ago
- 9e7fbde merge with 3.4 by Georg Brandl · 10 years ago
- 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
- 004c00b merge 3.4 by Benjamin Peterson · 10 years ago
- cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
- 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
- ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
- f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
- c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
- dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
- 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
- 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
- ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
- b51b134 Merge PEP 466 What's New in 2.7 changes from 3.4 by Nick Coghlan · 10 years ago
- a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
- 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
- 045160b #15114, #21047: update whatsnew in Python 3.5. by Ezio Melotti · 10 years ago
- e1d24f7 Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
- 76e13c1 #15014: Add 'auth' command to implement auth mechanisms and use it in login. by R David Murray · 10 years ago
- 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
- 2f60820 #20295: Teach imghdr to recognize OpenEXR format images. by R David Murray · 10 years ago
- 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
- 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
- 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
- 6fe56a3 #14758: add IPv6 support to smtpd. by R David Murray · 10 years ago
- 554bcbf #19662: add decode_data to smtpd so you can get at DATA in bytes form. by R David Murray · 10 years ago
- 915d141 fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'· by Giampaolo Rodola' · 10 years ago
- 9f48851 Issue #21569: merge from 3.4 by Nick Coghlan · 10 years ago
- b1f59ce Issue #21569: Fix incorrect cross reference by Nick Coghlan · 10 years ago
- ce6c525 Merge issue #21569 from 3.4 by Nick Coghlan · 10 years ago
- 024b2f5 Issue #21569: sync Python 2.7 What's New with 2.7 version by Nick Coghlan · 10 years ago
- 2bc4d95 Issue #21233: Revert bytearray(int) optimization using calloc() by Victor Stinner · 10 years ago
- d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
- 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
- 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
- 0dfce56 Mention ipaddress improvements. by Antoine Pitrou · 10 years ago
- b9d9ce7 Better organization of the what's new by Antoine Pitrou · 10 years ago
- 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 11 years ago
- db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 11 years ago
- 92c4d45 Add porting note for issue #20951. by Antoine Pitrou · 11 years ago
- 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 11 years ago
- 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 11 years ago
- a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 11 years ago
- e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 11 years ago
- da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 11 years ago
- a5d63dd inspect.signature: Make Signature and Parameter picklable. Closes #20726 by Yury Selivanov · 11 years ago