1. ab16dc1 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 7 years ago
  2. 7f85947 [2.7] bpo-19225: Lack of c api exceptions doc (#964) by cocoatomo · 7 years ago
  3. f85dbfc Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  4. 4d42af1 Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox. by Serhiy Storchaka · 8 years ago
  5. 58c2c6e Issue #29078: Add the missing import in datetime.time doc example. by Xiang Zhang · 8 years ago
  6. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 8 years ago
  7. 2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 8 years ago
  8. 0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  9. 52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  10. 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 8 years ago
  11. 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 8 years ago
  12. 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 8 years ago
  13. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 8 years ago
  14. ad7a9ea IDLE NEWS item and ack. by Terry Jan Reedy · 8 years ago
  15. b00cc83 Issue #27806: add Aleks to Misc/ACKS. by Ned Deily · 8 years ago
  16. e6239a3 Issue #27934: Use float.__repr__ instead of plain repr when JSON-encoding an instance of a float subclass. Thanks Eddie James. by Mark Dickinson · 8 years ago
  17. 8578316 # 2466: ismount now recognizes mount points user can't access. by R David Murray · 8 years ago
  18. 75d7b61 Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  19. 801110b Issue #27490: Do not build pgen when cross-compiling by Martin Panter · 8 years ago
  20. 2955ef7 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  21. 77ccaaf Issue #27238: Got rid of bare excepts in the turtle module. Original patch by Serhiy Storchaka · 8 years ago
  22. e52140c #16484: Change PYTHONDOCS to "https:", and fix links to use lowercase by Martin Panter · 8 years ago
  23. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 8 years ago
  24. cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 8 years ago
  25. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  26. c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 8 years ago
  27. f6f617c Fix python-gdb.py: get C types on demand by Victor Stinner · 8 years ago
  28. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 8 years ago
  29. 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 8 years ago
  30. aac1dd0 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 8 years ago
  31. 6066257 #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 8 years ago
  32. 5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 8 years ago
  33. 8285a70 Issue #16851: Add Anna Koroliuk to Misc/ACKS by Victor Stinner · 8 years ago
  34. 69d7f6a Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 8 years ago
  35. f9ce84b #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 8 years ago
  36. ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  37. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 9 years ago
  38. a339e86 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  39. 047ddfb Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  40. 8addf28 Issue #25697: Fixed rough alphabetical order in Misc/ACKS. by Serhiy Storchaka · 9 years ago
  41. 37c02ac Issue #25624: ZipFile now always writes a ZIP_STORED header for directory by Serhiy Storchaka · 9 years ago
  42. fbe04b6 Issue #21827: Fixed textwrap.dedent() for the case when largest common by Serhiy Storchaka · 9 years ago
  43. 15a43ed Issue #25461: Rephrase os.walk() doc by Victor Stinner · 9 years ago
  44. 4ed35fc Issue #25161: Add full stops in documentation; patch by Takase Arihiro by Martin Panter · 9 years ago
  45. 51cd53e reinitialize an Event's Condition with a regular lock (closes #25319) by Benjamin Peterson · 9 years ago
  46. cff22eb Issue #25232: Fix CGIRequestHandler's splitting of URL query by Martin Panter · 9 years ago
  47. ab54ca7 Give proper credit for issue #24915 by Brett Cannon · 9 years ago
  48. 6f80464 Issue #25030: Do not document seek() as if it accepts keyword arguments by Martin Panter · 9 years ago
  49. 0ed1bcd Issue #23406: Clarify documentation on multiplying a sequence by Martin Panter · 9 years ago
  50. b75a0e9 Issue #17849: Raise sensible exception for invalid HTTP tunnel response by Martin Panter · 9 years ago
  51. 6a31bb5 Issue #24952: Clarify default argument of stack_size() in threading, thread by Martin Panter · 9 years ago
  52. d951625 Merge 2.7 heads. by Robert Collins · 9 years ago
  53. 11ac1a8 Issue #22812: Fix unittest discovery examples. by Robert Collins · 9 years ago
  54. b4bdbe9 Issue #23672: ACKS by Terry Jan Reedy · 9 years ago
  55. 9168d06 #21167: Fix definition of NAN when ICC used without -fp-model strict. by R David Murray · 9 years ago
  56. 937f2f7 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  57. 977be3e Issue #23652: Make the select module compile against LSB headers. by Zachary Ware · 9 years ago
  58. 9de4707 Issue 24745: Add ACKS entry. by Terry Jan Reedy · 9 years ago
  59. 3f32b97 Issue #21192: acks for 2.7 by Terry Jan Reedy · 9 years ago
  60. 15a92fd Issue #23319: Add Matthieu Gautier to Misc/ACKS by Victor Stinner · 9 years ago
  61. 581234e Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. by Robert Collins · 9 years ago
  62. d43e928 Issue #23985: Fixed integer overflow in iterator object. Original patch by by Serhiy Storchaka · 9 years ago
  63. c96ac59 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 9 years ago
  64. 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  65. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 9 years ago
  66. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  67. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  68. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  69. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 9 years ago
  70. 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 10 years ago
  71. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  72. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  73. d862db0 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  74. 186c5f0 Issue #22775: Fixed unpickling of Cookie.SimpleCookie with protocol 2. by Serhiy Storchaka · 10 years ago
  75. 009352a #22751: fix test___all__ warning about modified environment in the tests. Patch by Michael Cetrulo. by Ezio Melotti · 10 years ago
  76. cae81d0 #22237: fix patch attribution. by Ezio Melotti · 10 years ago
  77. 9f8a5b1 #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
  78. 1643d5c give exception a nice message (closes #22379) by Benjamin Peterson · 10 years ago
  79. 9ad23c6 #10510: make distuitls upload/register use HTML standards compliant CRLF. by R David Murray · 10 years ago
  80. 1b4b7af Issue #16537: Check whether self.extensions is empty in setup.py. by Berker Peksag · 10 years ago
  81. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 10 years ago
  82. b5dc3dc Issue #21860: Correct docstrings of FileIO.seek() and FileIO.truncate() methods. by Berker Peksag · 10 years ago
  83. cdabc37 Issue #22419: Limit the length of incoming HTTP request in wsgiref server to 65536 bytes. by Senthil Kumaran · 10 years ago
  84. c9cdd0c Lax cookie parsing in http.cookies could be a security issue when by Guido van Rossum · 10 years ago
  85. 0140845 Issue #22191: Fix warnings.__all__. by Brett Cannon · 10 years ago
  86. 575ee4c Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  87. c468aba #18034: update FAQ to suggest importlib.import_module instead of __import__. Patch by Wouter van Heyst. by Ezio Melotti · 10 years ago
  88. af09c77 Issue #21591: add test for qualified exec in tuple form. by Robert Jordens · 10 years ago
  89. e2fbf4f Issue #21597: Turtledemo text pane can now be widened to view or copy complete by Terry Jan Reedy · 10 years ago
  90. 7cc3b0a Backout 308f3c1e36d3. This change (issue21044) does not need to be merged on by Serhiy Storchaka · 10 years ago
  91. 4e64d87 Issue #21976: Fix test_ssl to accept LibreSSL version strings. by Antoine Pitrou · 10 years ago
  92. b606d45 Issue #21868: Prevent turtle crash due to invalid undo buffer size. by Raymond Hettinger · 10 years ago
  93. e7829bd Issue 21044: tarfile.open() now handles fileobj with an integer 'name' by Serhiy Storchaka · 10 years ago
  94. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  95. 38017b3 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  96. 58ad245 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  97. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  98. b23eef5 add Chris Foster by Benjamin Peterson · 10 years ago
  99. 58eb605 Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  100. 077c956 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago