1. f95a57f Issue #21802: The reader in BufferedRWPair now is closed even when closing by Serhiy Storchaka · 9 years ago
  2. 40fd0e8 Issue #23671: string.Template now allows to specify the "self" parameter as by Serhiy Storchaka · 9 years ago
  3. d07ec7b Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 9 years ago
  4. ac5164d Issue #23583: Fixed writing unicode to standard output stream in IDLE. by Serhiy Storchaka · 9 years ago
  5. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 9 years ago
  6. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 9 years ago
  7. f689f10 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 9 years ago
  8. 510a6e9 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 9 years ago
  9. 836c824 #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 9 years ago
  10. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 9 years ago
  11. 2936858 clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 9 years ago
  12. ce16424 Issue #22079: Py3k warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 9 years ago
  13. 9f696c9 Issue #23075: Whether __builtins__ is a module or a dict is undefined in by Serhiy Storchaka · 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. 6a74a51 wrap properly by Benjamin Peterson · 9 years ago
  18. 9e52735 Issue #23458: Skip test_urandom_fd_non_inheritable on OS X 10.4 since by Ned Deily · 9 years ago
  19. 4f3395f Fix up PCbuild/readme.txt a bit. by Zachary Ware · 10 years ago
  20. 596b751 Issue #22585, #23115: make URandomFDTests test case actually run by Ned Deily · 9 years ago
  21. 5151838 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 9 years ago
  22. 3d15b5d Use non-zero and non-last positions in error handler tests. by Serhiy Storchaka · 9 years ago
  23. 2792389 Increased coverage of standard codec error handlers. by Serhiy Storchaka · 9 years ago
  24. 9872ad4 Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 9 years ago
  25. 251aede Fix minor docs markup errors. by Serhiy Storchaka · 9 years ago
  26. dbbc07c the default is sys.maxsize not sys.maxint (closes #23645) by Benjamin Peterson · 9 years ago
  27. f249671 Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 9 years ago
  28. 7c26be5 Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 9 years ago
  29. 59bdf63 Issue #22928: Disabled HTTP header injections in httplib. by Serhiy Storchaka · 9 years ago
  30. 205408d Issue #23615: Module tarfile is now can be reloaded with imp.reload(). by Serhiy Storchaka · 9 years ago
  31. ca1fb3e close files explicit (closes #21610) by Benjamin Peterson · 9 years ago
  32. 323ab6d Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 9 years ago
  33. 32608c1 Issue #22028: Ensure mimetypes will not open registry keys with embedded nulls by Steve Dower · 9 years ago
  34. 0acf4ad Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 9 years ago
  35. 81bec81 replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 9 years ago
  36. 233e698 Issue #22853: Fixed a deadlock when use multiprocessing.Queue at import time. by Serhiy Storchaka · 9 years ago
  37. f050648 fix potential refleak in PyFloat_AsDouble (closes #23590) by Benjamin Peterson · 9 years ago
  38. 8c51fed Issue #23593: fix Misc/NEWS entries by Ned Deily · 9 years ago
  39. 59439d8 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 9 years ago
  40. b10d50e use _import_symbols to import VERIFY_* constants by Benjamin Peterson · 9 years ago
  41. d86699f adjust test_crl_check for trusted first being default by Benjamin Peterson · 9 years ago
  42. 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 9 years ago
  43. b1ebba5 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 9 years ago
  44. 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 · 9 years ago
  45. c620c11 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 9 years ago
  46. b027c6c fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 9 years ago
  47. b198ad9 wrap everything at 80 chars by Benjamin Peterson · 9 years ago
  48. f0b630b Added more tests for urllib utility functions. by Serhiy Storchaka · 9 years ago
  49. f4875d5 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 9 years ago
  50. 2b8c00d Fixed pydoc tests when run with -OO. by Serhiy Storchaka · 9 years ago
  51. 082a960 fix merge_collapse to actually maintain the invariant it purports to (closes #23515) by Benjamin Peterson · 9 years ago
  52. ebcbbfb Issue #23458: skip test_os.test_urandom_fd_non_inheritable() on Windows by Victor Stinner · 9 years ago
  53. e0a0bd6 Issue #23458: On POSIX, the file descriptor kept open by os.urandom() is now by Victor Stinner · 9 years ago
  54. 0e4da40 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 9 years ago
  55. 437d535 Broke reference loops in tests added in issue #5700. by Serhiy Storchaka · 9 years ago
  56. cc49aa1 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 9 years ago
  57. b8285d9 Issue #22113: struct.pack_into() now supports new buffer protocol (in by Serhiy Storchaka · 9 years ago
  58. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 9 years ago
  59. 021d55f Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 9 years ago
  60. 3173f7c Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 9 years ago
  61. dc9d41d Issue #21548: Fix pydoc.synopsis() and pydoc.apropos() on modules with empty by Berker Peksag · 9 years ago
  62. bbdad54 Fix typo pointed out on docs@ by Yaniv Sayeh by Zachary Ware · 9 years ago
  63. a0dd7dc remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 9 years ago
  64. e3a950e remove RPM file, which is unused and unmaintained by Benjamin Peterson · 9 years ago
  65. ad9a1ba Issue #23474: Enhanced locale testing. by Serhiy Storchaka · 9 years ago
  66. a2269d0 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 9 years ago
  67. e8d750c Issue #23115: Fixed compilation on OpenBSD (Py_MIN is not defined in 2.7). by Serhiy Storchaka · 9 years ago
  68. 66a9b72 Merge heads by Serhiy Storchaka · 9 years ago
  69. e062243 Backed out changeset 7d2018774925 by Serhiy Storchaka · 9 years ago
  70. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 9 years ago
  71. eab2fd1 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 9 years ago
  72. 66306cf Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD by Serhiy Storchaka · 9 years ago
  73. 4c2bada Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 9 years ago
  74. b6b48e6 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 9 years ago
  75. 4cc93db avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 9 years ago
  76. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 9 years ago
  77. 3be0d0e Issue #21840: Fixed a typo. by Serhiy Storchaka · 9 years ago
  78. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 9 years ago
  79. 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 9 years ago
  80. dd8430f Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 9 years ago
  81. e0944c9 Fix missing :ref: for idle in doc build. by Ned Deily · 9 years ago
  82. ca7ecf3 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 9 years ago
  83. dbd85aa Issue #18982: Fixed newlines in calendar CLI tests on Windows. by Serhiy Storchaka · 9 years ago
  84. d44bcc9 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 9 years ago
  85. fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 9 years ago
  86. ad5ddf7 remove parenthesis from print statement (closes #23396) by Benjamin Peterson · 9 years ago
  87. 0c1e98b Update pip to 6.0.8 by Donald Stufft · 9 years ago
  88. 42aa9c0 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 9 years ago
  89. 77a57c7 _clear_type_cache is cpython-only by Benjamin Peterson · 9 years ago
  90. dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 10 years ago
  91. 17845c1 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 10 years ago
  92. 021dec1 detect overflow in combinations (closes #23366) by Benjamin Peterson · 10 years ago
  93. 75461e3 https goodness by Benjamin Peterson · 10 years ago
  94. 1c9bf63 Preserve critical whitespace in Doc/*. by Stefan Krah · 10 years ago
  95. 3f1ef5b Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  96. 0a7fc53 Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 10 years ago
  97. caaaa14 Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  98. a029950 Issue #23212: Update Windows copy of OpenSSL to 1.0.1l by Steve Dower · 10 years ago
  99. 7407f58 Issue #23199: libpython27.a in amd64 release is 32-bit by Steve Dower · 10 years ago
  100. 73bcde2 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 10 years ago