1. 1563f16 2.7.12 release candidate 1 by Benjamin Peterson · 9 years ago v2.7.12rc1
  2. 4b27f14 update pydoc topics by Benjamin Peterson · 9 years ago
  3. d244a8f upgrade expt to 2.1.1 (closes #26556) by Benjamin Peterson · 9 years ago
  4. f3ba6a9 Issue #5124: For 2.7, move requires('gui') from module level to setUpClass. by Terry Jan Reedy · 9 years ago
  5. 2e1b7fc raise an error when STARTTLS fails by Benjamin Peterson · 9 years ago
  6. 391f1a4 Issue #5124: NEWS entries. by Terry Jan Reedy · 9 years ago
  7. 3b6a532 Issue #5124: Paste with selection should always replace. by Terry Jan Reedy · 9 years ago
  8. a0f2295 - Issue #17500, and https://github.com/python/pythondotorg/issues/945: Remove by [email protected] · 9 years ago
  9. 33b19ca Issue #24617: Add comment for os.mkdir about mode quirks by Tommy Beadle · 9 years ago
  10. 7740c40 Fix typo in comment by Martin Panter · 9 years ago
  11. c9813d8 Issue #20699: Document that “io” methods should accept memoryview by Martin Panter · 9 years ago
  12. 9aabacc Issue #7356: ctypes.util: Make parsing of ldconfig output locale independent. by Matthias Klose · 15 years ago
  13. d6cecd3 Issue #8491: Add link to Gnu Readline configuration documentation by Martin Panter · 9 years ago
  14. 24b9e1a [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 9 years ago
  15. cff5ec6 merge heads by Benjamin Peterson · 9 years ago
  16. b3e073c fix leak of keyfile_bytes by Benjamin Peterson · 9 years ago
  17. 3b91de5 stop leaking certfile_bytes (closes #27267) by Benjamin Peterson · 9 years ago
  18. d5982d0 Issue #23275: Backport empty square bracket assignment documentation fix by Martin Panter · 9 years ago
  19. 6af1c49 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  20. c363644 Issue #21313: Tolerate truncated buildinfo in sys.version by Martin Panter · 9 years ago
  21. 05837ec Items for NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  22. ed722d9 Issue #27229: Comment in middle of shell command fails on BSD and OS X by Martin Panter · 9 years ago
  23. ab14558 Issue #27229: Fix in-tree cross-build rule, by Xavier de Gaye by Martin Panter · 9 years ago
  24. 835d392 Issue #26014: Guide 2.7 users to the new packaging documentation: by Ned Deily · 9 years ago
  25. 1a9ee94 Issue #27225: Fixed a reference leak in type_new when setting __new__ fails. by Serhiy Storchaka · 9 years ago
  26. fcbb2c4 Issue #21916: Added more tests for the turtle module. by Serhiy Storchaka · 9 years ago
  27. 966d299 Issue #26930: Update OS X 32-bit-only installer builds to use OpenSSL 1.0.2h. by Ned Deily · 9 years ago
  28. 75c6b9b Merge heads by Serhiy Storchaka · 9 years ago
  29. dec45b4 Issue #21916: Added tests for the turtle module. by Serhiy Storchaka · 9 years ago
  30. 65a139a Issue #24759: Add 'private' notice for idlelib.idle_test. by Terry Jan Reedy · 9 years ago
  31. d37781e Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 9 years ago
  32. 06cd1c3 Issue 27216: Fix typo (noticed by Alex Chan). by Ned Deily · 9 years ago
  33. 0ba3c80 IDLE test README: 'gui' to 'GUI', except in "'gui'" and '-ugui'. by Terry Jan Reedy · 9 years ago
  34. b5f487a Fix typo in code comment by Martin Panter · 9 years ago
  35. a48aa85 check the result of PyByteArray_Resize in readline() (closes #27211) by Benjamin Peterson · 9 years ago
  36. bbf29ee Issue 20567: Revise idle_test/README.txt and some tests to match new advice. by Terry Jan Reedy · 9 years ago
  37. e6167e3 [backport to 2.7] - issue8519 - Reference termios and ioctl manual pages in the library documentation. by Senthil Kumaran · 9 years ago
  38. 13e6581 Issue #27185: Rename test_string_merged.py back to test_string.py. by Serhiy Storchaka · 9 years ago
  39. 6d38c2b Issue #27185: Merge test_pep292.py into test_string_merged.py. by Serhiy Storchaka · 9 years ago
  40. 49d6ab6 Issue #27185: Rename test_pep292.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
  41. 15da226 Issue #27185: Rename test_string.py to test_string_merged.py. by Serhiy Storchaka · 9 years ago
  42. c3cd60e issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  43. f9f8e18 Exclude unittests from the make profile-opt training run that either by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  44. c543a0f Issue #25702: A --with-lto configure option has been added that will by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  45. e725777 remove (hilarious) defaults for various constants getpath.c needs by Benjamin Peterson · 9 years ago
  46. 3017cef #13784: fix xml.sax.reader getColumn/LineNumber docs. by R David Murray · 9 years ago
  47. 382d041 note that Py_VISIT handles NULL (closes #27183) by Benjamin Peterson · 9 years ago
  48. 8d496ad Issue #27171: Fix typos in documentation, code comments, and tests by Martin Panter · 9 years ago
  49. 56da8fa Issue #12243: Remove redundant availability notes from getpass docs by Berker Peksag · 9 years ago
  50. fcd7d34 Issue #25570: Add example of customizing User-Agent via add_header() by Martin Panter · 9 years ago
  51. d2b4926 Fix a few typos. Patch by Eitan Adler. by Ezio Melotti · 12 years ago
  52. 9c771ba fix typo by Fred Drake · 18 years ago
  53. 200a615 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 9 years ago
  54. f50417b Add items to MISC/NEWS and idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  55. 739b373 issue27043 - Explain the inspect.cleandoc behavior on synopsis line and other lines. by Senthil Kumaran · 9 years ago
  56. b44c452 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  57. 6ee36a5 Backed out changeset e7062dd9085e (#25731) by Benjamin Peterson · 9 years ago
  58. 253c0bf issue26083: Avoid duplicate error message string from a subprocess exec failure.Avoid a duplicate error message string from a subprocess exec failure. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  59. cb0fc27 Issue 25926: Clarify that the pure python equivalents are only approximate. by Raymond Hettinger · 9 years ago
  60. 5720493 Issue #26553: Capitalization of HTTP, HTTPS, FTP, and URL by Martin Panter · 9 years ago
  61. 6ecfab8 Issue #5784: Cannot test wbits=0 unless we know we have zlib v1.2.3.5 by Martin Panter · 9 years ago
  62. 9c946bb Issue #5784: Expand documentation and tests for zlib wbits parameter by Martin Panter · 9 years ago
  63. 5541aa3 stop talking about svn by Benjamin Peterson · 9 years ago
  64. 496790b remove cruft from Schwarzian transform section by Benjamin Peterson · 9 years ago
  65. 01d2580 "Numeric Python" -> "NumPy" by Benjamin Peterson · 9 years ago
  66. 90c9b40 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 9 years ago
  67. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
  68. 5db0b33 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  69. 3214ed6 Nits by Raymond Hettinger · 15 years ago
  70. 171deb2 #5486: typos. by Georg Brandl · 16 years ago
  71. 880e4f3 #9911: doc copyedits. by Georg Brandl · 15 years ago
  72. 658903e Fix typo in library/ipc.rst by Eli Bendersky · 11 years ago
  73. 59dd0e6 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 9 years ago
  74. 2aaad46 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 9 years ago
  75. a8a259e Backported curses tests. by Serhiy Storchaka · 9 years ago
  76. 0d84ea7 Fix minor inconsistencies with Issue #N references in NEWS by Martin Panter · 9 years ago
  77. 12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  78. 6546d7c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  79. 0825e63 Backports: #25747: remove bad test. #27044: stop test_idle from leaking. by Terry Jan Reedy · 9 years ago
  80. c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  81. 3079bbe Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  82. a898abd Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 by Serhiy Storchaka · 11 years ago
  83. d0dc72b Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
  84. c6a7c96 Backported tests for issue #18531. by Serhiy Storchaka · 9 years ago
  85. 6904ca3 Issue 18910: Edit idle_test/README.txt to add 'requires' warning. by Terry Jan Reedy · 9 years ago
  86. f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder by Martin Panter · 9 years ago
  87. 0e1c5f7 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 9 years ago
  88. 1edccfa Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  89. 413a8e1 fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 9 years ago
  90. ec62130 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 14 years ago
  91. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  92. 09f1679 Add NEWS entry for issue26960. by Senthil Kumaran · 9 years ago
  93. b5a67de Closes issue26960. by Senthil Kumaran · 9 years ago
  94. 22d8942 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  95. 3111c94 Issue #26881: modulefinder now works with bytecode with extended args. by Serhiy Storchaka · 9 years ago
  96. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  97. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  98. cdbf38c Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  99. cacbc17 Replace example.com with pythontest.net in test_getcode of test_urllibnet by Berker Peksag · 9 years ago
  100. 816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago