1. ec7abfb allow square brackets in cookie values (#22931) by Benjamin Peterson · 10 years ago
  2. a40ea98 bump version to 2.7.10rc1 by Benjamin Peterson · 10 years ago v2.7.10rc1
  3. 72c0141 ensure .keywords is always a dict by Benjamin Peterson · 10 years ago
  4. 101b054 Issue #20274: When calling a _sqlite.Connection, it now complains if passed by Larry Hastings · 10 years ago
  5. 7f71e04 Issue #24134: assertRaises() and assertRaisesRegexp() checks are not longer by Serhiy Storchaka · 10 years ago
  6. aa767a5 Issue #23330: h2py now supports arbitrary filenames in #include. by Serhiy Storchaka · 10 years ago
  7. 79f2c5b Defer deleted item decref until after the deque is restored to a consistent state. by Raymond Hettinger · 10 years ago
  8. 89543dd Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq. by Raymond Hettinger · 10 years ago
  9. 3a6b481 update links by Benjamin Peterson · 10 years ago
  10. 94e0f1e improve phrasing by Benjamin Peterson · 10 years ago
  11. a8e6575 Issue #23008: Fixed resolving attributes with boolean value is False in pydoc. by Serhiy Storchaka · 10 years ago
  12. 9aa16d9 Issue #23842: os.major(), os.minor() and os.makedev() now support ints again. by Serhiy Storchaka · 10 years ago
  13. 3ce7873 Issue #23998: PyImport_ReInitLock() now checks for lock allocation error by Christian Heimes · 10 years ago
  14. 1bc53c6 Issue #23811: Add missing newline to the PyCompileError error message. by Berker Peksag · 10 years ago
  15. a5e27c6 Reword NEWS item a bit by Andrew Kuchling · 10 years ago
  16. 270b058 #17898: reset k and v so that the loop doesn't use an old value by Andrew Kuchling · 10 years ago
  17. c96ac59 Attribute Michael Dorman for his initial patch on issue #18402. by Zachary Ware · 10 years ago
  18. 1aa2c0f Issue #23865: close() methods in multiple modules now are idempotent and more by Serhiy Storchaka · 10 years ago
  19. 563e7c6 Issue #23686: Update Windows build to use OpenSSL 1.0.2a by Zachary Ware · 10 years ago
  20. 5ab1c01 Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP by Victor Stinner · 10 years ago
  21. f29bc70 Issue #15133: _tkinter.tkapp.getboolean() now supports long and Tcl_Obj and by Serhiy Storchaka · 10 years ago
  22. 37943b0 Issue #23338: Fixed formatting ctypes error messages on Cygwin. by Serhiy Storchaka · 10 years ago
  23. c77c5b5 Issue #16840: Tkinter now supports 64-bit integers added in Tcl 8.4 and by Serhiy Storchaka · 10 years ago
  24. 31c7e4f Issue #23834: Fix socket.sendto(), use the C long type to store the result of by Victor Stinner · 10 years ago
  25. cba6b5d Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
  26. 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 10 years ago
  27. bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 10 years ago
  28. c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 10 years ago
  29. 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 10 years ago
  30. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  31. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  32. d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
  33. ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 10 years ago
  34. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 10 years ago
  35. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  36. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  37. 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
  38. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  39. a8e8f7e Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
  40. 8d3f505 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
  41. d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  42. f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  43. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  44. 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 10 years ago
  45. 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 10 years ago
  46. 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  47. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  48. 8c51fed Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  49. 59439d8 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
  50. b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
  51. 34c8d98 Issue #23576: Avoid stalling in SSL reads when EOF has been reached in the SSL layer but the underlying connection hasn't been closed. by Antoine Pitrou · 10 years ago
  52. c620c11 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  53. b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  54. f4875d5 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 10 years ago
  55. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
  56. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  57. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
  58. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  59. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  60. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  61. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
  62. a0dd7dc remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  63. e3a950e remove RPM file, which is unused and unmaintained by Benjamin Peterson · 11 years ago
  64. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 11 years ago
  65. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 11 years ago
  66. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 11 years ago
  67. 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 11 years ago
  68. ca7ecf3 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 11 years ago
  69. d44bcc9 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 11 years ago
  70. fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 11 years ago
  71. dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 11 years ago
  72. 17845c1 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 11 years ago
  73. 021dec1 detect overflow in combinations (closes #23366) by Benjamin Peterson · 11 years ago
  74. 9797bc3 Completed Misc/NEWS entry. by Serhiy Storchaka · 11 years ago
  75. 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 11 years ago
  76. 4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 11 years ago
  77. 0d8fe3b Issue #19949: The test_xpickle test now tests compatibility with installed by Serhiy Storchaka · 11 years ago
  78. 0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 11 years ago
  79. 3ce465a Issue #23191: fnmatch functions that use caching are now threadsafe. by Serhiy Storchaka · 11 years ago
  80. c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). by Serhiy Storchaka · 11 years ago
  81. 73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 11 years ago
  82. 0013207 Issue #11578: Backported test for the timeit module. by Serhiy Storchaka · 11 years ago
  83. bfd976f simply ignore headers with no name (#19996) by Benjamin Peterson · 11 years ago
  84. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 11 years ago
  85. c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 11 years ago
  86. 2098d61 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 11 years ago
  87. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 11 years ago
  88. 95ee9c7 fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 11 years ago
  89. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  90. 7a3082f Issue #23212: 2.7-specific OS X installer updates by Ned Deily · 11 years ago
  91. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 11 years ago
  92. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 11 years ago
  93. 9fe67ce make SSLv23 the default version in ftplib (closes #23111) by Benjamin Peterson · 11 years ago
  94. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 11 years ago
  95. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 11 years ago
  96. 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 11 years ago
  97. 74a651b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 11 years ago
  98. 16e093d Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 11 years ago
  99. 64e8f6e use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 11 years ago
  100. 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 11 years ago