1. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  2. 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
  3. f1669a3 Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests by Martin Panter · 9 years ago
  4. ec3c245 Issue #26609: Fix up Python 2 port by Martin Panter · 9 years ago
  5. af58c85 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 9 years ago
  6. 7784888 Issue #19377: Add .svg to mimetypes.types_map by Berker Peksag · 9 years ago
  7. 81f8d57 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 9 years ago
  8. 265bc81 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 9 years ago
  9. 86e0d57 Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
  10. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  11. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  12. 3c38dcc Fix typos in documentation and comments by Martin Panter · 9 years ago
  13. ed06e8f Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 9 years ago
  14. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  15. ce9f8e2 Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links by Martin Panter · 9 years ago
  16. cb7fff5 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
  17. 838b133 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
  18. 68822a0 Issue #22854: fileno() is always required in IOBase; remove test by Martin Panter · 9 years ago
  19. 0ed3891 Issue #26492: Added additional tests for exhausted iterators of mutable sequences. by Serhiy Storchaka · 9 years ago
  20. 14a7d63 Issue #26494: Fixed crash on iterating exhausting iterators. by Serhiy Storchaka · 9 years ago
  21. d524b70 Issue #23804: Fix SSL recv/read(0) to not return 1024 bytes by Martin Panter · 9 years ago
  22. b8089b4 Issue #26644: Raise ValueError for negative SSLSocket.recv() and read() by Martin Panter · 9 years ago
  23. 6ce9f4b Revert the last change: by doko@ubuntu.com · 9 years ago
  24. ed282af Makefile.pre.in: by doko@ubuntu.com · 9 years ago
  25. b703611 Issue #24266: Cancel history search mode with Ctrl+C in Readline 7 by Martin Panter · 9 years ago
  26. 9b15490 remove useless $ keyword (closes #17167) by Benjamin Peterson · 9 years ago
  27. 127f0d8 Issue #15660: Further clarify 0 prefix for width specifier in formats. by Terry Jan Reedy · 9 years ago
  28. 9d9d99c whitespace by Terry Jan Reedy · 9 years ago
  29. d0c21de Document maintenance of idlelib/help.html in idlelib. by Terry Jan Reedy · 9 years ago
  30. a9c24a6 Rebase 2.7 idlelib/idle.html on current 2.7.11 docs with tag changes. by Terry Jan Reedy · 9 years ago
  31. 6d297cb Issue #26581: Use the first coding cookie on a line, not the last one. by Serhiy Storchaka · 9 years ago
  32. cac1d23 Added new tests for detecting Python source code encoding. by Serhiy Storchaka · 9 years ago
  33. 67818a1 Issue #18048: Merge test_pep263.py and test_coding.py into test_source_encoding.py. by Serhiy Storchaka · 9 years ago
  34. 6765015 Issue #18048: Rename test_coding.py to test_source_encoding.py. by Serhiy Storchaka · 12 years ago
  35. dbcd457 Issue #23857: Implement PEP 493 by Nick Coghlan · 9 years ago
  36. 3a4bdb6 #26250: document the sqlite3.Cursor.connection attribute. Initial patches by Aviv Palivoda and Varpu Rantala. by Ezio Melotti · 9 years ago
  37. 9cb2074 Issue #26313: ssl.py _load_windows_store_certs fails if windows cert store is empty. Patch by Baji. by Steve Dower · 9 years ago
  38. 2bf60cb Issue #19450: Update Windows builds to use SQLite 3.8.11.0. by Steve Dower · 9 years ago
  39. 115d858 Upgrade ensurepip._bundled pip to 8.1.1 and setuptools to 20.3 by Donald Stufft · 9 years ago
  40. a45120d Issue #17603: Check for st_blocks field without requiring fileblocks.o by Martin Panter · 9 years ago
  41. ec8d6c2 Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  42. d351827 Issue #20556: Used specific assert methods in threading tests. by Serhiy Storchaka · 9 years ago
  43. aac1dd0 #24918: fix CSS for code blocks when a side box is present. Patch by Manvi B. by Ezio Melotti · 9 years ago
  44. 6066257 #25687: clarify that errors in tearDown increase the total number of reported errors. Initial patch by HyeSoo Park. by Ezio Melotti · 9 years ago
  45. deb1a90 Issue #26513: Fixes platform module detection of Windows Server by Steve Dower · 9 years ago
  46. 5c2cb82 Issue #23718: Fixed parsing time in week 0 before Jan 1. Original patch by by Serhiy Storchaka · 9 years ago
  47. ca76100 Issue 25959: Explain in docstring that PhotoImage.zoom arguments are by Terry Jan Reedy · 9 years ago
  48. 3d3a8f6 #26247: document Chrome/Chromium addition to webbrowser. Patch by Manvi B. by Ezio Melotti · 9 years ago
  49. 8285a70 Issue #16851: Add Anna Koroliuk to Misc/ACKS by Victor Stinner · 9 years ago
  50. 498834b Fix inspect.ismethod() doc by Victor Stinner · 9 years ago
  51. 0fd213c Issue #26177: Fixed the keys() method for Canvas and Scrollbar widgets. by Serhiy Storchaka · 9 years ago
  52. 2c311f9 Issue #15068: Avoid creating a reference loop in fileinput. by Serhiy Storchaka · 9 years ago
  53. b6d633c Backed out changeset: e7065fc4a6c2 by Steve Dower · 9 years ago
  54. 2f7570f Force clean externals on buildbots. by Steve Dower · 9 years ago
  55. b3fbbf4 Issue #26465: Update Windows builds to use OpenSSL 1.0.2g. by Steve Dower · 9 years ago
  56. 69b7f81 Issue #15068: Got rid of excessive buffering in the fileinput module. by Serhiy Storchaka · 9 years ago
  57. 2d80fb3 Issue #26486: Removed pickle test that doesn't work in 2.7 on 64-bit platform. by Serhiy Storchaka · 9 years ago
  58. 20c8cd9 Issue #26456: Force all child threads to terminate in TestForkInThread by Martin Panter · 9 years ago
  59. b5805b5 Issue #26465: Update OS X installer build to use OpenSSL 1.0.2g. by Ned Deily · 9 years ago
  60. 4ddb44a properly use PyObject_CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  61. 69d7f6a Issue #26505: Fix typos in getaddrinfo license text. Patch by Alex Willmer. by Ned Deily · 9 years ago
  62. 2ec5fd5 Document another recipe for itertools: all_equal(). Inspired by David Beazley. by Raymond Hettinger · 9 years ago
  63. 87640b3 Issue #2202: Fix UnboundLocalError in AbstractDigestAuthHandler.get_algorithm_impls by Berker Peksag · 9 years ago
  64. 9e00088 Issue #26167: Backported copy tests. by Serhiy Storchaka · 9 years ago
  65. a61bfdb Issue #26475: Fixed debugging output for regular expressions with the (?x) flag. by Serhiy Storchaka · 9 years ago
  66. 7c033e6 Issue #26486: Backported some pickle tests from 3.x. by Serhiy Storchaka · 9 years ago
  67. e41dc4f Issue #26485: Fix Sphinx warning in Doc/license.rst by Berker Peksag · 9 years ago
  68. deffc0b issue26484 - fix the broken table in the doc about len(). by Gregory P. Smith · 9 years ago
  69. 79f657c Issue #26476: Fixed compilation error when use PyErr_BadInternalCall() in C++. by Serhiy Storchaka · 9 years ago
  70. bb56936 Issue #26246: Set initial value of the hidden attr when creating copy button. by Berker Peksag · 9 years ago
  71. b6b1ab4 Issue #26385: Cleanup NamedTemporaryFile if fdopen() fails, by SilentGhost by Martin Panter · 9 years ago
  72. 97b6e0b Fix typo. by Georg Brandl · 9 years ago
  73. 5a3e8e5 Issue 13573: Document that csv.writer uses str() for floats instead of repr(). by Raymond Hettinger · 9 years ago
  74. ef85a1a Issue #22836: Keep exception reports sensible despite errors by Martin Panter · 9 years ago
  75. f9ce84b #26246: update copybutton.js after JQuery update. Patch by Liang-Bo Wang. by Ezio Melotti · 9 years ago
  76. 83e9b57 Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 10 years ago
  77. a575839 Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  78. ee7fe38 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  79. 7a7ad35 Issue #25136: Add reference to 'xcode-select --install' to Mac README. by Ned Deily · 9 years ago
  80. 942f3de Change OS X installer builds targeted for 10.10 and above to build by Ned Deily · 9 years ago
  81. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  82. 098f6d0 Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  83. 39267c2 Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  84. 3058eb4 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  85. 9037834 Issue #26417: Prevent spurious errors and incorrect defaults when by Ned Deily · 9 years ago
  86. c46a2eb Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  87. be9ddc1 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  88. 3e85838 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  89. 35bb78e Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  90. 59b9a16 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  91. d6dd0e6 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  92. 94035f3 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  93. 63d1f47 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  94. ba8474b Issue #26309: Shut down SocketServer request if verify_request() is false by Martin Panter · 9 years ago
  95. 51b13e5 fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  96. b2e3946 open the cert store readonly by Benjamin Peterson · 9 years ago
  97. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  98. fdb959b Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  99. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 10 years ago
  100. c665ff6 Closes #26320: fix stylesheet after Sphinx update. by Georg Brandl · 10 years ago