1. 33b2d78 python 2.7.13rc1 by Benjamin Peterson · 9 years ago v2.7.13rc1
  2. ddb9c07 update pydoc topics by Benjamin Peterson · 9 years ago
  3. 5726b63 inline constant into its single use by Benjamin Peterson · 9 years ago
  4. f8f2138 fix refleak in reduce_2 error case by Benjamin Peterson · 9 years ago
  5. 26c985a fix refleak in null-containing error case (#21147) by Benjamin Peterson · 9 years ago
  6. d7324bc when you enter repr, you must leave, too (#25455) by Benjamin Peterson · 9 years ago
  7. ada7d92 fix refleak in file handle creation error case by Benjamin Peterson · 9 years ago
  8. 4458449 fix refleak in the shift-by-zero case (#27870) by Benjamin Peterson · 9 years ago
  9. 32b3734 Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied by Ned Deily · 9 years ago
  10. 7653c38 Try to fix test.test_support.rmtree() on Windows for fixing issue28847 tests. by Serhiy Storchaka · 9 years ago
  11. 1d2cfe2 Issue #28847: Fix spelling by Martin Panter · 9 years ago
  12. 1ae56fb Issue #21818: Fixed references to classes that have names matching with module by Serhiy Storchaka · 9 years ago
  13. cffc0f4 declarations to the top of the block by Benjamin Peterson · 9 years ago
  14. 1122236 increase test_smtplib timeouts by Benjamin Peterson · 9 years ago
  15. daf82f7 Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. by Serhiy Storchaka · 9 years ago
  16. 9bd44d6 Issue #28847: dubmdbm no longer writes the index file in when it is not by Serhiy Storchaka · 9 years ago
  17. 6df26b5 - Import latest config.sub config.guess files by [email protected] · 9 years ago
  18. c30f27d Issue #11145: Fixed miscellaneous issues with C-style formatting of types by Serhiy Storchaka · 9 years ago
  19. b398d2c Issue #28771: Correct documentation of signatures using const by Martin Panter · 9 years ago
  20. ed82604 Issue #25701: Document that some C APIs can both set and delete items by Martin Panter · 9 years ago
  21. a52b567 Issue #28820: Fix spelling of “practice” as a noun by Martin Panter · 9 years ago
  22. 13cc679 Issue #24469: Fixed memory leak caused by int subclasses without overridden by Serhiy Storchaka · 9 years ago
  23. 0092bc7 Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges by Serhiy Storchaka · 9 years ago
  24. e4a147b Fixed the documentation of the structure PyMethodDef. by Serhiy Storchaka · 9 years ago
  25. 8efc3c9 replace --with-optimizations references with --enable-optimizations in docs. by Gregory P. Smith · 9 years ago
  26. 3738ef4 Change double hyphens (en dashes) to em (longer) dashes by Martin Panter · 9 years ago
  27. fd08fdc Issue #25659: Change assert to TypeError in from_buffer/_copy() by Martin Panter · 9 years ago
  28. f75a2eb Issue #10656: Fix out-of-tree building on AIX by Martin Panter · 9 years ago
  29. 398bc76 Issue #28666: Fix stat import by Martin Panter · 9 years ago
  30. b999915 Rename the new --with-optimiations flag to --enable-optimizations. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  31. d54d327 Issue #28666: Fix removing readonly directories on Windows. by Serhiy Storchaka · 9 years ago
  32. f0d0306 Issue #28666: Now test.test_support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  33. b7c057a Issue #28666: Now test.support.rmtree is able to remove unwritable or by Serhiy Storchaka · 9 years ago
  34. bd20530 Upgrade pip to 9.0.1 and setuptools to 28.8.0 by Donald Stufft · 9 years ago
  35. d3e6c9e Issue #28563: Make plural form selection more lenient and accepting by Serhiy Storchaka · 9 years ago
  36. 2167666 Issue #28000: Fix gethostbyname_r() usage on AIX with _LINUX_SOURCE_COMPAT by Martin Panter · 9 years ago
  37. 536d93d Issue #28016: Skip /dev/tty seekable() test on AIX by Martin Panter · 9 years ago
  38. 09231e6 Issue #28676: Prevent missing 'getentropy' declaration warning on macOS. by Ned Deily · 9 years ago
  39. 58b6b98 Fixed the documentation of parse_constant argument in json.load(). by Serhiy Storchaka · 9 years ago
  40. fed0883 Issue #28615: Backport imaginary/complex number text from 3.x. by Terry Jan Reedy · 9 years ago
  41. 30b51c9 Issue #27854: Include idlelib/help.html in 2.7 Windows installer. by Terry Jan Reedy · 9 years ago
  42. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  43. ac33bd7 Issue #23839: Various caches now are cleared before running every test file. by Serhiy Storchaka · 9 years ago
  44. a33deb2 Issue #25507: Add back import needed for 2.x encoding warning box. by Terry Jan Reedy · 9 years ago
  45. 48aa605 Issue #27942: Fix memory leak in codeobject.c by Yury Selivanov · 9 years ago
  46. a876027 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 9 years ago
  47. 14269d9 Fix PC/VS9.0/build_ssl.py for recent OpenSSL by Zachary Ware · 9 years ago
  48. b26a7d1 Fix spacing after C++ in documentation by Martin Panter · 9 years ago
  49. 0caaa6c Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 9 years ago
  50. 52b0888 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 9 years ago
  51. d01b516 pip 9.0 works fine without the ssl module by Donald Stufft · 9 years ago
  52. c6c0aa4 Update pip to 9.0.0 and setuptools to 28.7.1 by Donald Stufft · 9 years ago
  53. b858d7f Issue #28513: Documented command-line interface of zipfile. by Serhiy Storchaka · 9 years ago
  54. 333b617 Closes #28568: Fix VS9.0 build files to use sqlite 3.8.11.0 by Zachary Ware · 9 years ago
  55. 38db34a Issue #28248: Update macOS installer build to use OpenSSL 1.0.2j. by Ned Deily · 9 years ago
  56. 5396257 Issue #28449: tarfile.open() with mode "r" or "r:" now tries to open a tar by Serhiy Storchaka · 9 years ago
  57. 39d74a9 Issue #26638: Cannot directly link to main option from the “timeit” module by Martin Panter · 9 years ago
  58. e3e362e Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings by Martin Panter · 9 years ago
  59. ee01fcc Issue #26638: Disable inappropriate links to Python interpreter options by Martin Panter · 9 years ago
  60. 4089b50 Fixed possible NULL decrefing. by Serhiy Storchaka · 9 years ago
  61. f831fd3 Issue #22949: Documented that fnmatch.translate() is for use with re.match(). by Serhiy Storchaka · 9 years ago
  62. d585c52 Issue #28496: Mark up constants 0, 1 and -1 that denote return values or by Serhiy Storchaka · 9 years ago
  63. 5e5af96 Issue #26240: Clean up the subprocess module doc string by Martin Panter · 9 years ago
  64. f8cc287 Issue #28515: Fixed py3k warnings. by Serhiy Storchaka · 9 years ago
  65. f10006c Issue #25464: Fixed HList.header_exists() in Tix module by adding by Serhiy Storchaka · 9 years ago
  66. 59addd6 Some distutils tests require zlib for creating tar.gz source distribution. by Serhiy Storchaka · 9 years ago
  67. abcd5d5 Issue #28115: ZIP creation test requires zlib. by Serhiy Storchaka · 9 years ago
  68. ef5c24a Issue #28488: shutil.make_archive() no longer adds entry "./" to ZIP archive. by Serhiy Storchaka · 9 years ago
  69. e2a3c77 Issue #28115: Added tests for CLI of the zipfile module. by Serhiy Storchaka · 9 years ago
  70. 58bd36b Issue #28435: Avoid no_proxy environment variable interfering with tests by Martin Panter · 9 years ago
  71. 0436ceb Issue #24381: Avoid unused function warning when building bundled macOS libffi. by Ned Deily · 9 years ago
  72. 38d335b Issue #28480: Avoid label at end of compound statement --without-threads by Martin Panter · 9 years ago
  73. cb042e0 Issue #19795: Fixed formatting a table. by Serhiy Storchaka · 9 years ago
  74. dc0e3a8 Issue #19795: Improved more markups of True/False. by Serhiy Storchaka · 9 years ago
  75. e3d5787 Issue #19795: Mark up True and False as literal text instead of bold. by Serhiy Storchaka · 9 years ago
  76. ad13f33 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 9 years ago
  77. 5df6d48 Issue #27896: Allow passing sphinx options to Doc/Makefile by Victor Stinner · 9 years ago
  78. 05b8443 Issue #21720: Improve exception message when the type of fromlist is unicode by Berker Peksag · 9 years ago
  79. 197332a Issue #27800: Document limitation and workaround for multiple RE repetitions by Martin Panter · 9 years ago
  80. 50f4072 Issue #18789: Update XML vulnerability table to use Safe/Vulnerable instead of No/Yes. (backport to 2.7) by Guido van Rossum · 9 years ago
  81. 5e2486b Issue #24452: Make webbrowser support Chrome on Mac OS X (backport to 2.7) by Guido van Rossum · 9 years ago
  82. 8fb09ad Issue #28248: Update Windows build to use OpenSSL 1.0.2j by Zachary Ware · 9 years ago
  83. 829d4fb Issue #28394: Typo fixes in code comments and changelog by Martin Panter · 9 years ago
  84. 61dd7ff Issue #26906: Resolving special methods of uninitialized type now causes by Serhiy Storchaka · 9 years ago
  85. 6a35bf6 Silenced compiler warnings. by Serhiy Storchaka · 9 years ago
  86. 0ea51b1 Issue #18287: PyType_Ready() now checks that tp_name is not NULL. by Serhiy Storchaka · 9 years ago
  87. 58ab4b5 Issue #26293: Fixed writing ZIP files that starts not from the start of the by Serhiy Storchaka · 9 years ago
  88. 08995a3 Issue #24098: Fixed possible crash when AST is changed in process of by Serhiy Storchaka · 9 years ago
  89. bc4bdbd make 'where' Py_ssize_t by Benjamin Peterson · 9 years ago
  90. 46550ff skip test on windows by Benjamin Peterson · 9 years ago
  91. d7cfae9 fix bug in 48797808a302 by Benjamin Peterson · 9 years ago
  92. 38297d7 skip test if resizing is not supported by Benjamin Peterson · 9 years ago
  93. 1df2cbe mmap: do all internal arithmetic with Py_ssize_t while being very careful about overflow by Benjamin Peterson · 9 years ago
  94. ab8b75a Issue #28350: String constants with null character no longer interned. by Serhiy Storchaka · 9 years ago
  95. 317d350 Moved Unicode C API related tests to separate test class. by Serhiy Storchaka · 9 years ago
  96. b8a1a27 Issue #27358: Backported tests. by Serhiy Storchaka · 9 years ago
  97. 78b634d Issue #28257: Backported a test. by Serhiy Storchaka · 9 years ago
  98. 5170c16 Issue #27897: Fixed possible crash in sqlite3.Connection.create_collation() by Serhiy Storchaka · 9 years ago
  99. dace77c Issue #28815: Change '?' to '<module>' in some doc examples. by Terry Jan Reedy · 9 years ago
  100. 67edf73 Issue #27942: String constants now interned recursively in tuples and frozensets. by Serhiy Storchaka · 9 years ago