1. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 9 years ago
  2. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 9 years ago
  3. 68099ae Issue #24060: Made logging.Formatter documentation a little clearer. by Vinay Sajip · 9 years ago
  4. 3a6b481 update links by Benjamin Peterson · 9 years ago
  5. 94e0f1e improve phrasing by Benjamin Peterson · 9 years ago
  6. b529c24 allow 2.7 to be built with asan (closes #24061) by Benjamin Peterson · 9 years ago
  7. 3a34a72 remove extern definition, since it's in a header file (closes #24058) by Benjamin Peterson · 9 years ago
  8. 31200ff Issue #23356: Simplify convert_arg_line_to_args example. by Berker Peksag · 9 years ago
  9. cf0d31c fix relative link (closes #24057) by Benjamin Peterson · 9 years ago
  10. 89c3b8e Issue #23713: Fixed fragility of test_imap_unordered_handle_iterable_exception. by Serhiy Storchaka · 9 years ago
  11. dacd7d0 Use more precise Tcl version checks in tests. by Serhiy Storchaka · 9 years ago
  12. 6294d9f Issue #16840: Skip bignum tests on minor releases where they are not supported. by Serhiy Storchaka · 9 years ago
  13. dcb12f4 Fixed full Tcl version parsing in tests for pre-final versions. by Serhiy Storchaka · 9 years ago
  14. 656ffdb Issue #16840. Turn off bignum support in tkinter with with Tcl earlier than 8.5.8 by Serhiy Storchaka · 9 years ago
  15. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 9 years ago
  16. 2c6ca8a recommend requests library (closes #23989) by Benjamin Peterson · 9 years ago
  17. 02d0298 Issue #16840: Turn on support of bignums only in final release of Tcl 8.5. by Serhiy Storchaka · 9 years ago
  18. bd617ad Issue #23728: Added a test for binascii.crc_hqx(). by Serhiy Storchaka · 9 years ago
  19. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 9 years ago
  20. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 9 years ago
  21. 1b4aa45 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 9 years ago
  22. abb7e65 Backported tests from issue #20175. by Serhiy Storchaka · 9 years ago
  23. 6d12c80 Fix PyGILState_GetThisThreadState() prototype in the API documentation. by Charles-François Natali · 9 years ago
  24. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 9 years ago
  25. a5e27c6 Reword NEWS item a bit by Andrew Kuchling · 9 years ago
  26. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 9 years ago
  27. 2ca7bb0 #23883: add names missing from __all__ (l*gettext, bind_textdomain_codeset) by Andrew Kuchling · 9 years ago
  28. b036849 remove useless word (closes #23929) by Benjamin Peterson · 9 years ago
  29. e093f11 Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 9 years ago
  30. a50b0de - Regenerate the configure file. by doko@ubuntu.com · 9 years ago
  31. 9e7ece2 - Use PLATDIR for the platform directory everywhere (refactoring only) by doko@ubuntu.com · 9 years ago
  32. 10657c0 - the PKG_PROG_PKG_CONFIG macro is not part of autoconf, but comes from third by doko@ubuntu.com · 9 years ago
  33. 0f8f917 Force the Windows readme to CRLF by Zachary Ware · 9 years ago
  34. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 9 years ago
  35. c96ac59 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 9 years ago
  36. 779b44a Merge heads by Zachary Ware · 9 years ago
  37. 71d6ed7 Issue #18402: Also look for 64 bit Perl in build_ssl.py. by Zachary Ware · 9 years ago
  38. 6ab6bd8 Don't gitignore the Python directory on case insensitive file systems. by R David Murray · 9 years ago
  39. 721c86e use imperative by Benjamin Peterson · 9 years ago
  40. af80ce3 highlight is now highlighted (closes #23909) by Benjamin Peterson · 9 years ago
  41. 4507b81 Issue #16840: Fixed Tcl test on 2.7 with Tcl 8.4.19. by Serhiy Storchaka · 9 years ago
  42. 4612954 Issue #21859: Corrected FileIO docstrings. by Serhiy Storchaka · 9 years ago
  43. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 9 years ago
  44. c26afcc Put the NASM pulled from svn.python.org at the front of the PATH. by Zachary Ware · 9 years ago
  45. a87f690 Backed out changeset 7b1ceb925471 after buildbots have new OpenSSL source. by Zachary Ware · 9 years ago
  46. bbf9779 Refresh OpenSSL sources on the buildbots by Zachary Ware · 9 years ago
  47. 563e7c6 Issue #23686: Update Windows build to use OpenSSL 1.0.2a by Zachary Ware · 9 years ago
  48. 928b3ff Issue #23400: Add notes about the sem_open support of the host OS to by Berker Peksag · 9 years ago
  49. ce29e87 actually ssl3 is just completely broken by Benjamin Peterson · 9 years ago
  50. c7d957f Update pip to 6.1.1 by Donald Stufft · 9 years ago
  51. 9a46eb7 ssue #23881: ftp://gatekeeper.research.compaq.com/ and ftp://ftp.debian.org/ by Victor Stinner · 9 years ago
  52. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 9 years ago
  53. d27bcbd Upgrade pip to 6.1.0 and setuptools to 15.0 by Donald Stufft · 9 years ago
  54. 62b109d Issue #23458: Remove test_os.test_urandom_fd_non_inheritable() by Victor Stinner · 9 years ago
  55. 9c5a8d4 remove extra arguments in arg parsing format codes (closes #23875) by Benjamin Peterson · 9 years ago
  56. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 9 years ago
  57. baa6efd Open files in binary mode to avoid newlines transformation. by Serhiy Storchaka · 9 years ago
  58. 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 9 years ago
  59. fb0517c Issue #23825: Fixed test_idle under -OO. by Serhiy Storchaka · 9 years ago
  60. c811328 Escaped backslashes in docstrings. by Serhiy Storchaka · 9 years ago
  61. 023de86 use rc rather than beta by Benjamin Peterson · 9 years ago
  62. aff77f3 Issue #10590: Added tests for xml.sax.parse() and xml.sax.parseString(). by Serhiy Storchaka · 9 years ago
  63. e9d4dc1 Issue #2175: Added tests for xml.sax.saxutils.prepare_input_source(). by Serhiy Storchaka · 9 years ago
  64. 61ad42e Issue #16840: Fixed test_tcl for Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  65. e8ae047 Issue #21526: Skip test_booleans on Tcl < 8.5. by Serhiy Storchaka · 9 years ago
  66. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 9 years ago
  67. 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 9 years ago
  68. 320bec1 - Set PY_VERSION to "2.7.10b0", PY_MICRO_VERSION to 10 and by doko@ubuntu.com · 9 years ago
  69. 91398f8 Issue #21526: Fixed the test_booleans test for wantobjects = 0. by Serhiy Storchaka · 9 years ago
  70. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 9 years ago
  71. df11d4c replace 512 bit dh key with a 2014 bit one (closes #23844) by Benjamin Peterson · 9 years ago
  72. a5a44ab remove assignment in conditional by Benjamin Peterson · 9 years ago
  73. 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  74. bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 9 years ago
  75. 2baaba8 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 9 years ago
  76. e993245 Issue #23115: os.urandom() now releases the GIL when the getentropy() is used by Victor Stinner · 9 years ago
  77. 96d8012 Issue #23785: Fixed memory leak in TextIOWrapper.tell() in rare circumstances. by Serhiy Storchaka · 9 years ago
  78. 07e03ab Issue #23783: Fixed memory leak in PyObject_ClearWeakRefs() in case of by Serhiy Storchaka · 9 years ago
  79. aa64c46 Issue #23781: Add private helper function _PyErr_ReplaceException() that by Serhiy Storchaka · 9 years ago
  80. d06c201 Issue #14904: Made test_unicode_repr_oflw to use less memory. by Serhiy Storchaka · 9 years ago
  81. 7d49065 Issue #22390: Fix test_gzip if unicode filename doesn't work by Victor Stinner · 9 years ago
  82. 7b00364 Issue #22390: Fix test_gzip, remove temporary file by Victor Stinner · 9 years ago
  83. ffaa031 Issue #22390: Fix test_pdb to remove created bar.pyc file by Victor Stinner · 9 years ago
  84. 01eaf50 Issue #22390: Fix test_aifc to remove the created file by Victor Stinner · 9 years ago
  85. ac0d189 Issue #22390: Fix typo in regrtest, support => test_support by Victor Stinner · 9 years ago
  86. c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  87. 53ea162 Make some tests more frienly to MemoryError. by Serhiy Storchaka · 9 years ago
  88. 582265f Issue #23445: Fix test_gdb.python_is_optimized() for CFLAGS=-Og by Victor Stinner · 9 years ago
  89. 837d760 Check that failed writerow() doesn't produce change a file. by Serhiy Storchaka · 9 years ago
  90. 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  91. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  92. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  93. d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 9 years ago
  94. ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 9 years ago
  95. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 9 years ago
  96. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  97. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  98. 510a6e9 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 9 years ago
  99. 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  100. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago