1. 43b4959 Issue #23838: linecache now clears the cache and returns an empty result on by Serhiy Storchaka · 9 years ago
  2. bd8c629 Issue #23799: Added test.test_support.start_threads() for running and by Serhiy Storchaka · 9 years ago
  3. c0a2f2b Issue #22390: test.regrtest now emits a warning if temporary files or by Serhiy Storchaka · 9 years ago
  4. 53b542f Issue #23742: ntpath.expandvars() no longer loses unbalanced single quotes. by Serhiy Storchaka · 9 years ago
  5. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  6. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  7. d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 9 years ago
  8. ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 9 years ago
  9. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 9 years ago
  10. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  11. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  12. 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  13. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  14. a8e8f7e Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 9 years ago
  15. 8d3f505 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 9 years ago
  16. d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 9 years ago
  17. f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  18. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  19. 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 10 years ago
  20. 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 10 years ago
  21. 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  22. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  23. 8c51fed Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  24. 59439d8 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
  25. b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
  26. 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
  27. c620c11 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  28. b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  29. f4875d5 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 10 years ago
  30. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
  31. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  32. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
  33. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  34. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  35. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  36. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
  37. a0dd7dc remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  38. e3a950e remove RPM file, which is unused and unmaintained by Benjamin Peterson · 10 years ago
  39. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 10 years ago
  40. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 10 years ago
  41. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 10 years ago
  42. 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  43. ca7ecf3 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 10 years ago
  44. d44bcc9 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 10 years ago
  45. fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 10 years ago
  46. dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  47. 17845c1 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  48. 021dec1 detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  49. 9797bc3 Completed Misc/NEWS entry. by Serhiy Storchaka · 10 years ago
  50. 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 10 years ago
  51. 4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  52. 0d8fe3b Issue #19949: The test_xpickle test now tests compatibility with installed by Serhiy Storchaka · 10 years ago
  53. 0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  54. 3ce465a Issue #23191: fnmatch functions that use caching are now threadsafe. by Serhiy Storchaka · 10 years ago
  55. c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). by Serhiy Storchaka · 10 years ago
  56. 73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  57. 0013207 Issue #11578: Backported test for the timeit module. by Serhiy Storchaka · 10 years ago
  58. bfd976f simply ignore headers with no name (#19996) by Benjamin Peterson · 10 years ago
  59. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 10 years ago
  60. c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
  61. 2098d61 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
  62. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  63. 95ee9c7 fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  64. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  65. 7a3082f Issue #23212: 2.7-specific OS X installer updates by Ned Deily · 10 years ago
  66. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  67. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 10 years ago
  68. 9fe67ce make SSLv23 the default version in ftplib (closes #23111) by Benjamin Peterson · 10 years ago
  69. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 10 years ago
  70. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  71. 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  72. 74a651b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 10 years ago
  73. 16e093d Issue #20577: move configuration of FormatParagraph extension to new extension by Terry Jan Reedy · 10 years ago
  74. 64e8f6e use autoconf macro to check for pkg-config (closes #15506) by Benjamin Peterson · 10 years ago
  75. 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  76. 0be4b1e Issue #23032: Fix installer build failures on OS X 10.4 Tiger by Ned Deily · 10 years ago
  77. f0f09b9 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  78. e6b4243 Issue #23016: A warning no longer produces an AttributeError when sys.stderr by Serhiy Storchaka · 10 years ago
  79. e57af0f merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  80. a5f49f5 bump to 2.7.9 final by Benjamin Peterson · 10 years ago
  81. 92b2b48 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. by Ned Deily · 10 years ago
  82. 62a8660 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. by Ned Deily · 10 years ago
  83. 204a0ec merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  84. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 10 years ago
  85. daa491b merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  86. 60766c4 allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 10 years ago
  87. bedaefc Issue #16893: Update Idle doc chapter to match current Idle and add new by Terry Jan Reedy · 10 years ago
  88. af18b4c merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  89. 9e8f523 add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 10 years ago
  90. dabfc56 smtplib: limit amount read from the network (closes #16042) by Benjamin Peterson · 10 years ago
  91. faad6bb in poplib, limit maximum line length that we read from the network (closes #16041) by Benjamin Peterson · 10 years ago
  92. 45aa771 Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  93. 53ab758 Add NEWS items for Idle patches already in 2.7.9rc1. by Terry Jan Reedy · 10 years ago
  94. d862db0 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 10 years ago
  95. 169f195 Issue #22943: bsddb tests are locale independend now. by Serhiy Storchaka · 10 years ago
  96. d535517 merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  97. f8c8d2e backout fac649bf2d10 (#9179) for further consideration by Benjamin Peterson · 10 years ago
  98. 5a608c2 merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  99. efa3cf8 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  100. 46e9250 Issue #22314: pydoc now works when the LINES environment variable is set. by Serhiy Storchaka · 10 years ago