1. c216c48 Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler by Nick Coghlan · 10 years ago
  2. 39e4c4d Issue #21650: Add an `--sort-keys` option to json.tool CLI. by Berker Peksag · 10 years ago
  3. 1cca273 merge 3.4 (#22417) by Benjamin Peterson · 10 years ago
  4. 4ffb075 PEP 476: enable HTTPS certificate verification by default (#22417) by Benjamin Peterson · 10 years ago
  5. c1ded29 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  6. e5cf486 Issue #22388: Unified the style of "Contributed by" sentences in What's New. by Serhiy Storchaka · 10 years ago
  7. 8f791d3 Issue #6623: Remove deprecated Netrc class in the ftplib module. by Berker Peksag · 10 years ago
  8. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  9. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  10. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  11. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  12. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  13. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  14. 7438e4b Issue 1519638: Now unmatched groups are replaced with empty strings in re.sub() by Serhiy Storchaka · 10 years ago
  15. 4487dd0 #18615: Make sndhdr return namedtuples. by R David Murray · 10 years ago
  16. 882c95c whatsnew: Fix markup. by Berker Peksag · 10 years ago
  17. fa0423b whatsnew: Add PEP 478. by Berker Peksag · 10 years ago
  18. 861470c #16518: Bring error messages in harmony with docs ("bytes-like object") by R David Murray · 10 years ago
  19. df75fee #22508: Drop email __version__ string. It no longer means anything. by R David Murray · 10 years ago
  20. 9baa5b2 Issue #22437: Number of capturing groups in regular expression is no longer by Serhiy Storchaka · 10 years ago
  21. c31e622 #17442: Add chained traceback support to InteractiveInterpreter. by R David Murray · 10 years ago
  22. 9e7fbde merge with 3.4 by Georg Brandl · 10 years ago
  23. 3f40c40 Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 10 years ago
  24. 004c00b merge 3.4 by Benjamin Peterson · 10 years ago
  25. cbfaa7b standardize pep 466 relnote style by Benjamin Peterson · 10 years ago
  26. 49d77fd remove extra letter by Benjamin Peterson · 10 years ago
  27. ce30237 whatsnew for pep 466 ssl backport by Benjamin Peterson · 10 years ago
  28. f1a8df0 Issue #16104: Allow compileall to do parallel bytecode compilation. by Brett Cannon · 10 years ago
  29. c2edcdd Issue #13968: The glob module now supports recursive search in by Serhiy Storchaka · 10 years ago
  30. dd6507e Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  31. 1486799 Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 10 years ago
  32. 38684c3 imaplib.IMAP4 now supports the context manager protocol. by Serhiy Storchaka · 10 years ago
  33. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  34. b51b134 Merge PEP 466 What's New in 2.7 changes from 3.4 by Nick Coghlan · 10 years ago
  35. a5bbc2e Forward port PEP 466 What's New in 2.7 updates by Nick Coghlan · 10 years ago
  36. 2539e67 #21725: Add RFC 6531 (SMTPUTF8) support to smtpd. by R David Murray · 10 years ago
  37. 045160b #15114, #21047: update whatsnew in Python 3.5. by Ezio Melotti · 10 years ago
  38. e1d24f7 Issue #21813: Enhance documentation of the os.stat_result class. by Victor Stinner · 10 years ago
  39. 76e13c1 #15014: Add 'auth' command to implement auth mechanisms and use it in login. by R David Murray · 10 years ago
  40. 3e88722 Issue #5800: headers parameter of wsgiref.headers.Headers is now optional. by Berker Peksag · 10 years ago
  41. 2f60820 #20295: Teach imghdr to recognize OpenEXR format images. by R David Murray · 10 years ago
  42. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  43. 40ee301 Issue #21205: Add a new ``__qualname__`` attribute to generator, the qualified by Victor Stinner · 10 years ago
  44. 6ffface #19840: Add copy_function to shutil.move. by R David Murray · 10 years ago
  45. 6fe56a3 #14758: add IPv6 support to smtpd. by R David Murray · 10 years ago
  46. 554bcbf #19662: add decode_data to smtpd so you can get at DATA in bytes form. by R David Murray · 10 years ago
  47. 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
  48. 9f48851 Issue #21569: merge from 3.4 by Nick Coghlan · 10 years ago
  49. b1f59ce Issue #21569: Fix incorrect cross reference by Nick Coghlan · 10 years ago
  50. ce6c525 Merge issue #21569 from 3.4 by Nick Coghlan · 10 years ago
  51. 024b2f5 Issue #21569: sync Python 2.7 What's New with 2.7 version by Nick Coghlan · 10 years ago
  52. 2bc4d95 Issue #21233: Revert bytearray(int) optimization using calloc() by Victor Stinner · 10 years ago
  53. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  54. 2a17bde Issue #20383: Introduce importlib.util.module_from_spec(). by Brett Cannon · 10 years ago
  55. 8b852f1 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 10 years ago
  56. 0dfce56 Mention ipaddress improvements. by Antoine Pitrou · 10 years ago
  57. b9d9ce7 Better organization of the what's new by Antoine Pitrou · 10 years ago
  58. 6eaac13 Issue #21156: importlib.abc.InspectLoader.source_to_code() is now a by Brett Cannon · 10 years ago
  59. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  60. 92c4d45 Add porting note for issue #20951. by Antoine Pitrou · 10 years ago
  61. 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 11 years ago
  62. 67ae50e inspect: Make Signature and Parameter hashable. Issue #20334. by Yury Selivanov · 11 years ago
  63. a04dbe4 Issue #17621: Introduce importlib.util.LazyLoader. by Brett Cannon · 11 years ago
  64. e09fb71 fix #21076: turn signal module constants into enums by Giampaolo Rodola' · 11 years ago
  65. da39645 inspect.Signature: Add 'Signature.from_callable' classmethod. Closes #17373 by Yury Selivanov · 11 years ago
  66. a5d63dd inspect.signature: Make Signature and Parameter picklable. Closes #20726 by Yury Selivanov · 11 years ago
  67. b0e6951 Merge #20145 backport: delete whatsnew entry. by R David Murray · 11 years ago
  68. e1b6f97 #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 11 years ago
  69. 33a4000 Issue #20627: xmlrpc.client.ServerProxy is now a context manager. by Brett Cannon · 11 years ago
  70. a77d0c3 Issue #19165: The formatter module graduates to full deprecation. by Brett Cannon · 11 years ago
  71. ee6bdc0 remove the ability of datetime.time to be considered false (closes #13936) by Benjamin Peterson · 11 years ago
  72. eb7d40c Doc: add What's New in Python 3.5 to whatsnew index by Victor Stinner · 11 years ago
  73. 7143029 Issue #19977: When the ``LC_TYPE`` locale is the POSIX locale (``C`` locale), by Victor Stinner · 11 years ago
  74. 01adf06 Add a stub "whatsnew in 3.5" document. by Victor Stinner · 11 years ago
  75. 28a965f Typo by Jesus Cea · 11 years ago
  76. bdb8bb3 Typo by Jesus Cea · 11 years ago
  77. cec25b0 Typo by Jesus Cea · 11 years ago
  78. 3101b70 Final documentation fixes for 3.4.0 final. by Larry Hastings · 11 years ago
  79. 0548f5c Regenerate pydoc_topics, fix markup errors, in preparation for 3.4.0 final. by Larry Hastings · 11 years ago
  80. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  81. 6dfc632 whatsnew: difflib.isbjunk &c were removed, not deprecated. by R David Murray · 11 years ago
  82. c4c7b1c whatsnew: cp273 codec (#10907797) by R David Murray · 11 years ago
  83. b79b785 whatsnew: importlib deprecations. by R David Murray · 11 years ago
  84. 026019f Mangle __parameters in __annotations__ dict properly. Issue #20625. by Yury Selivanov · 11 years ago
  85. ad88d7a Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors. by Larry Hastings · 11 years ago
  86. 72318b9 Issue #20500: clarify that invocation may be indirect by Nick Coghlan · 11 years ago
  87. c0bc0b4 Issue #20500: Note other public APIs with the new assertion by Nick Coghlan · 11 years ago
  88. 3d7b364 Note the new debug assertion in PyObject_Str by Nick Coghlan · 11 years ago
  89. aa029da Tweaks to What's New and some referenced docs by Nick Coghlan · 11 years ago
  90. 96bb437 Close #20563: Declare ipaddress API stable by Nick Coghlan · 11 years ago
  91. 45e732d whatsnew: read/write on closed SSL socket exception has changed. by R David Murray · 11 years ago
  92. bf0ab83 whatsnew: html.escape 10x faster, _gestalt module gone. by R David Murray · 11 years ago
  93. a56d4e8 whatsnew: hmac accepts more bytes types, importlib decode_source, stat in C. by R David Murray · 11 years ago
  94. 5147e00 whatsnew: -m <namespace package>, plus 'using' doc updates. by R David Murray · 11 years ago
  95. 900aeb7 whatsnew: some more importlib replacements for imp functions. by R David Murray · 11 years ago
  96. 4885f49 whatsnew: filecmp.clear_cache, and reword description of cache in docs. by R David Murray · 11 years ago
  97. 70e04f5 whatsnew: fix importlib.reload entry. by R David Murray · 11 years ago
  98. 8c561b5 whatsnew: move of reload, update new windows-only ssl functions entry. by R David Murray · 11 years ago
  99. 63da7c7 inspect.signature: Support duck-types of Python functions (Cython, for instance) #17159 by Yury Selivanov · 11 years ago
  100. fe0f0b0 Typo fix by Andrew Kuchling · 11 years ago