1. 01d2580 "Numeric Python" -> "NumPy" by Benjamin Peterson · 9 years ago
  2. 90c9b40 Issue #27114: Fix SSLContext._load_windows_store_certs fails with PermissionError by Steve Dower · 9 years ago
  3. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 9 years ago
  4. 5db0b33 Fix Issue #21528 - Fix documentation typos by Donald Stufft · 11 years ago
  5. 3214ed6 Nits by Raymond Hettinger · 15 years ago
  6. 171deb2 #5486: typos. by Georg Brandl · 16 years ago
  7. 880e4f3 #9911: doc copyedits. by Georg Brandl · 15 years ago
  8. 658903e Fix typo in library/ipc.rst by Eli Bendersky · 12 years ago
  9. 59dd0e6 fix indentation and add curlies (closes #27093) by Benjamin Peterson · 9 years ago
  10. 2aaad46 Issue #26673: Protect IDLE from Linux fonts with reported default size 0. by Terry Jan Reedy · 9 years ago
  11. a8a259e Backported curses tests. by Serhiy Storchaka · 9 years ago
  12. 0d84ea7 Fix minor inconsistencies with Issue #N references in NEWS by Martin Panter · 9 years ago
  13. 12cf60c Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 9 years ago
  14. 6546d7c Fixed test_sizeof for deque. by Serhiy Storchaka · 9 years ago
  15. 0825e63 Backports: #25747: remove bad test. #27044: stop test_idle from leaking. by Terry Jan Reedy · 9 years ago
  16. c742dff Issue #27039: Fixed bytearray.remove() for values greater than 127. by Serhiy Storchaka · 9 years ago
  17. 3079bbe Issue #14132: Fix redirect handling when target is just a query string by Martin Panter · 9 years ago
  18. a898abd Issue #19524: Port fakehttp() from Py3 c1fb19907cc4 for use in test_urllib2 by Serhiy Storchaka · 11 years ago
  19. d0dc72b Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 9 years ago
  20. c6a7c96 Backported tests for issue #18531. by Serhiy Storchaka · 9 years ago
  21. 6904ca3 Issue 18910: Edit idle_test/README.txt to add 'requires' warning. by Terry Jan Reedy · 9 years ago
  22. f45c175 Remove PEP 291 compatibility requirements for ctypes and modulefinder by Martin Panter · 9 years ago
  23. 0e1c5f7 Restored test_interleaved. After issue #8886 it was a duplicate of by Serhiy Storchaka · 9 years ago
  24. 1edccfa Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li by Martin Panter · 9 years ago
  25. 413a8e1 fix indentation of comments in cellobject.c (closes #27011) by Benjamin Peterson · 9 years ago
  26. ec62130 Issue #12045: Avoid duplicate execution of command in ctypes.util._get_soname(). by Antoine Pitrou · 14 years ago
  27. 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
  28. 09f1679 Add NEWS entry for issue26960. by Senthil Kumaran · 9 years ago
  29. b5a67de Closes issue26960. by Senthil Kumaran · 9 years ago
  30. 22d8942 Issue #25745: Fixed leaking a userptr in curses panel destructor. by Serhiy Storchaka · 9 years ago
  31. 3111c94 Issue #26881: modulefinder now works with bytecode with extended args. by Serhiy Storchaka · 9 years ago
  32. 4f23cab Corrections for a/an in code comments and documentation by Martin Panter · 9 years ago
  33. f2f1c57 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  34. cdbf38c Issue #26512: Clarify Integral; tidy up table of rounding functions by Martin Panter · 9 years ago
  35. cacbc17 Replace example.com with pythontest.net in test_getcode of test_urllibnet by Berker Peksag · 9 years ago
  36. 816a5ff Issue #17765: weakref.ref() no longer silently ignores keyword arguments. by Serhiy Storchaka · 9 years ago
  37. b4905ef Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 9 years ago
  38. c145da0 Issue #26889: Fixed hyperlinks formatting. by Serhiy Storchaka · 9 years ago
  39. 63d2fca Issue #26889: Tweaked xmlrpclib documentation. by Serhiy Storchaka · 9 years ago
  40. 1ca93b6 Issue #26962: Backport 23d986228c6b to 2.7 by Berker Peksag · 9 years ago
  41. 073418a Issue #26873: xmlrpclib now raises ResponseError on unsupported type tags by Serhiy Storchaka · 9 years ago
  42. 7dc8e1e Backported test for posixpath.expanduser(). by Serhiy Storchaka · 9 years ago
  43. 7d03c84 Clarify IDLE-console differences with respect to the sys module. by Terry Jan Reedy · 9 years ago
  44. 84050c5 Upgrade ensurepip bundled setuptools to 20.10.1 by Donald Stufft · 9 years ago
  45. ae21a8a Issue #24114: Fix an uninitialized variable in `ctypes.util`. by Meador Inge · 9 years ago
  46. 065b40c Issue #21746: Remove BaseResult reference from urlparse documentation by Berker Peksag · 9 years ago
  47. 064ee4d Issue #26864: Fix case insensitivity and suffix comparison with no_proxy by Martin Panter · 9 years ago
  48. 4ef4eda Issue #26822: Decreased an overhead of using _PyArg_NoKeywords() in calls of by Serhiy Storchaka · 9 years ago
  49. fd58349 Issue #26874: Simplify the divmod docstring. by Zachary Ware · 9 years ago
  50. 64f8c7e Issue #26874: Make divmod docstring and full doc match by Zachary Ware · 9 years ago
  51. 44f99d0 fileinput.hook_encoded() uses io.open(), not codecs.open(). by Serhiy Storchaka · 9 years ago
  52. b688650 Issue #26672: Fix regrtest example in test.rst by Berker Peksag · 9 years ago
  53. 11cc513 Issue #20598: Replace trivial split() calls with lists in argparse docs by Martin Panter · 9 years ago
  54. ff64b3a Issue #24715: Improve sort stability example by Raymond Hettinger · 9 years ago
  55. 167c81d Issue #23986: Note that the in-operator for lists and tuples check identity before equality. by Raymond Hettinger · 9 years ago
  56. b31c87b backport fix for Issue #26804. by Senthil Kumaran · 9 years ago
  57. d4442ae Issue #26837: assertSequenceEqual() now correctly outputs non-stringified by Serhiy Storchaka · 9 years ago
  58. 0207e76 Issue #26822: itemgetter, attrgetter and methodcaller objects no longer by Serhiy Storchaka · 9 years ago
  59. bca06cc fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
  60. e9ee317 Issue #22359: Avoid recursive $(MAKE); disable running cross-compiled pgen by Martin Panter · 9 years ago
  61. f6f617c Fix python-gdb.py: get C types on demand by Victor Stinner · 9 years ago
  62. 5b48fa9 Fix spelling (inital), grammar (may translates) in documentation, comments by Martin Panter · 9 years ago
  63. 0cf2cf2 Issue #26657: Fix SimpleHTTPServer Windows directory traversal vulnerability by Martin Panter · 9 years ago
  64. 9a118f1 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 9 years ago
  65. 0bb165e Issue #4806: Avoid masking TypeError when *-unpacking a generator by Martin Panter · 10 years ago
  66. 414f8b9 add gc support to slice (closes #26659) by Benjamin Peterson · 9 years ago
  67. 16b83b1 Issue #24173: Fix curses.wrapper link in curses HOWTO by Berker Peksag · 9 years ago
  68. ccff2bb Issue #23029: Fix catch_warnings() in test_filename_none by Berker Peksag · 9 years ago
  69. aeff57d Improve the coverage of urlparse module. Backport to 2.7 branch. by Senthil Kumaran · 9 years ago
  70. bf02d18 Fix typos in code comment and documentation by Martin Panter · 9 years ago
  71. fb45216 Issue #26638: Fix links to some CLI options by Martin Panter · 9 years ago
  72. 87d9de6 Issue #25314: Remove confused statement about const argument by Martin Panter · 9 years ago
  73. 6a8163a Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  74. 8feff8f Issue #26465: Update VS9.0 build files for OpenSSL 1.0.2g by Zachary Ware · 9 years ago
  75. a364c12 Issue #26747: Document that InstanceTypes only works for old-style classes by Berker Peksag · 9 years ago
  76. 9ec6464 Issue #26718: super.__init__ no longer leaks memory if called multiple times. by Serhiy Storchaka · 9 years ago
  77. f1023ba [minor] - Correct the docstring of locale.str. Patch by poleto. by Senthil Kumaran · 9 years ago
  78. b9b98c8 Update susp-ignore file (#25910). by Georg Brandl · 9 years ago
  79. d47b996 Issue #25496: Document compresslevel defaults to 9, by Hamza T Khan by Martin Panter · 9 years ago
  80. 5892ab1 Clarify greedy-qualifier example, avoid HTML. by Georg Brandl · 9 years ago
  81. 997a1c8 Issue #26733: Fixed formatting line numbers in test_dis. by Serhiy Storchaka · 9 years ago
  82. 92a5f47 Issue #25910: Fixed more links in the docs. by Serhiy Storchaka · 9 years ago
  83. fdcb535 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
  84. 6e0b44e Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  85. bb65063 Issue #26200: Restored more safe usages of Py_SETREF. by Serhiy Storchaka · 9 years ago
  86. 763a61c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  87. 149d080 Issue #13410: Fixed a bug in PyUnicode_Format where it failed to properly by Serhiy Storchaka · 9 years ago
  88. f1669a3 Issue #26712: Unify (r)split(), (l/r)strip() tests into string_tests by Martin Panter · 9 years ago
  89. ec3c245 Issue #26609: Fix up Python 2 port by Martin Panter · 9 years ago
  90. af58c85 Issue #26609: Fix HTTP server tests to request an absolute URL path by Martin Panter · 9 years ago
  91. 7784888 Issue #19377: Add .svg to mimetypes.types_map by Berker Peksag · 9 years ago
  92. 81f8d57 Issue #13952: Add .csv to mimetypes.types_map by Berker Peksag · 9 years ago
  93. 265bc81 Issue #16329: Add .webm to mimetypes.types_map by Berker Peksag · 9 years ago
  94. 86e0d57 Issue #26257: Eliminate buffer_tests.py and fix ByteArrayAsStringTest by Martin Panter · 9 years ago
  95. bc62af1 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  96. aad86a6 Issue #6953: Rearrange and expand Readline module documentation by Martin Panter · 9 years ago
  97. 3c38dcc Fix typos in documentation and comments by Martin Panter · 9 years ago
  98. ed06e8f Issue #23735: Avoid sighandler_t Gnu-ism by Martin Panter · 9 years ago
  99. a70c323 Issue #23735: Add SIGWINCH handler for Readline 6.3+ support, by Eric Price by Martin Panter · 9 years ago
  100. ce9f8e2 Issue #26678: Fix datetime.tzinfo indexing and “tzinfo” attribute links by Martin Panter · 9 years ago