1. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 10 years ago
  2. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 10 years ago
  3. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
  4. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  5. 9f696c9 Issue #23075: Whether __builtins__ is a module or a dict is undefined in by Serhiy Storchaka · 10 years ago
  6. d54c2e3 Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
  7. 9e52735 Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since by Ned Deily · 10 years ago
  8. 596b751 Issue #22585, #23115: make URandomFDTests test case actually run by Ned Deily · 10 years ago
  9. 3d15b5d Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 10 years ago
  10. 2792389 Increased coverage of standard codec error handlers. by Serhiy Storchaka · 10 years ago
  11. f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  12. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  13. 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 10 years ago
  14. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 10 years ago
  15. f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 10 years ago
  16. d86699f adjust test_crl_check for trusted first being default by Benjamin Peterson · 10 years ago
  17. 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  18. f0b630b Added more tests for urllib utility functions. by Serhiy Storchaka · 10 years ago
  19. 2b8c00d Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 10 years ago
  20. ebcbbfb Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows by Victor Stinner · 10 years ago
  21. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 10 years ago
  22. 437d535 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 10 years ago
  23. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 10 years ago
  24. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  25. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  26. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  27. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 10 years ago
  28. ad9a1ba Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 10 years ago
  29. 66a9b72 Merge heads by Serhiy Storchaka · 10 years ago
  30. e062243 Backed out changeset 7d2018774925 by Serhiy Storchaka · 10 years ago
  31. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 10 years ago
  32. eab2fd1 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 10 years ago
  33. 66306cf Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD by Serhiy Storchaka · 10 years ago
  34. 4c2bada Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 10 years ago
  35. b6b48e6 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 10 years ago
  36. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 10 years ago
  37. 3be0d0e Issue #21840: Fixed a typo. by Serhiy Storchaka · 10 years ago
  38. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 10 years ago
  39. 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 11 years ago
  40. dd8430f Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 11 years ago
  41. dbd85aa Issue #18982: Fixed newlines in calendar CLI tests on Windows. by Serhiy Storchaka · 11 years ago
  42. d44bcc9 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 11 years ago
  43. fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 11 years ago
  44. 42aa9c0 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 11 years ago
  45. 77a57c7 _clear_type_cache is cpython-only by Benjamin Peterson · 11 years ago
  46. dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 11 years ago
  47. 17845c1 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 11 years ago
  48. 021dec1 detect overflow in combinations (closes #23366) by Benjamin Peterson · 11 years ago
  49. 73bcde2 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 11 years ago
  50. 5312a7f Avoid deprecation warnings. by Serhiy Storchaka · 11 years ago
  51. 7ece150 test_spwd skipping is expected on win32. by Serhiy Storchaka · 11 years ago
  52. d484605 Restored test_xpickle compatibility with Python 2.5. by Serhiy Storchaka · 11 years ago
  53. b84e5da Use float division to avoid deprecation warning in test_timeit (issue #11578). by Serhiy Storchaka · 11 years ago
  54. 0d8fe3b Issue #19949: The test_xpickle test now tests compatibility with installed by Serhiy Storchaka · 11 years ago
  55. 0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 11 years ago
  56. c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). by Serhiy Storchaka · 11 years ago
  57. 09d7e7e Use test.test_support instead of test.support. by Serhiy Storchaka · 11 years ago
  58. 73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 11 years ago
  59. 0013207 Issue #11578: Backported test for the timeit module. by Serhiy Storchaka · 11 years ago
  60. 5f1909a Merge heads by Serhiy Storchaka · 11 years ago
  61. 38a33ec Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 11 years ago
  62. bfd976f simply ignore headers with no name (#19996) by Benjamin Peterson · 11 years ago
  63. 812b975 Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport by Senthil Kumaran · 11 years ago
  64. aa70758 prefer server alpn ordering over the client's by Benjamin Peterson · 11 years ago
  65. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 11 years ago
  66. e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 11 years ago
  67. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 11 years ago
  68. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 11 years ago
  69. 7ba8cdc Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY by Victor Stinner · 11 years ago
  70. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 11 years ago
  71. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 11 years ago
  72. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 11 years ago
  73. 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 11 years ago
  74. 4e9dbfb explicitly close files (closes #23090) by Benjamin Peterson · 11 years ago
  75. 74a651b Issue #23071: Added missing names to codecs.__all__. Patch by Martin Panter. by Serhiy Storchaka · 11 years ago
  76. 3004b40 remove extra ssl imports (closes #23053) by Benjamin Peterson · 11 years ago
  77. 655720e Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  78. c3741a0 Issue #23015: Improved testing of the uuid module. by Serhiy Storchaka · 11 years ago
  79. 7a6a973 pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 11 years ago
  80. e6b4243 Issue #23016: A warning no longer produces an AttributeError when sys.stderr by Serhiy Storchaka · 11 years ago
  81. 8e836fa merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  82. 4cf4991 restore test data README by Benjamin Peterson · 11 years ago
  83. 204a0ec merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  84. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 11 years ago
  85. daa491b merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  86. 60766c4 allow ssl module to compile if openssl doesn't support SSL 3 (closes #22935) by Benjamin Peterson · 11 years ago
  87. af18b4c merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  88. 9e8f523 add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043) by Benjamin Peterson · 11 years ago
  89. dabfc56 smtplib: limit amount read from the network (closes #16042) by Benjamin Peterson · 11 years ago
  90. faad6bb in poplib, limit maximum line length that we read from the network (closes #16041) by Benjamin Peterson · 11 years ago
  91. 45aa771 Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 11 years ago
  92. 0f8f784 Removed duplicated words in in comments and docs. by Serhiy Storchaka · 11 years ago
  93. d862db0 Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. by Serhiy Storchaka · 11 years ago
  94. d535517 merge 2.7.9 release branch by Benjamin Peterson · 11 years ago
  95. f8c8d2e backout fac649bf2d10 (#9179) for further consideration by Benjamin Peterson · 11 years ago
  96. c354285 Issue #21280: Fixed a bug in shutil.make_archive() when create an archive of by Serhiy Storchaka · 11 years ago
  97. 20994f1 Issue #22609: Constructors and update methods of mapping classes in the by Serhiy Storchaka · 11 years ago
  98. 2e26a62 use skipUnless by Benjamin Peterson · 11 years ago
  99. f7363ed use more ugly but hopefully more robust method by Benjamin Peterson · 11 years ago
  100. 69a64d3 handle errors without a reason attribute by Benjamin Peterson · 11 years ago