1. c769040 Issue #22885: Fixed arbitrary code execution vulnerability in the dumbdbm by Serhiy Storchaka · 9 years ago
  2. eab2fd1 Use os.devnull instead of hardcoded '/dev/null'. by Serhiy Storchaka · 9 years ago
  3. 66306cf Issue #21934: test_file2k no longer create regular file /dev/full on OpenBSD by Serhiy Storchaka · 9 years ago
  4. 4c2bada Issue #17753: Skip test_zipfile tests which require write access to test by Serhiy Storchaka · 9 years ago
  5. b6b48e6 Issue #22844: Fized test_gdb failure on Debian Wheezy for Z. by Serhiy Storchaka · 9 years ago
  6. 4cc93db avoid reading unallocated memory when argc == 0 (closes #22633) by Benjamin Peterson · 9 years ago
  7. 7fe04f1 Issue #21849: Fixed xmlrpclib serialization of non-ASCII unicode strings in by Serhiy Storchaka · 9 years ago
  8. 3be0d0e Issue #21840: Fixed a typo. by Serhiy Storchaka · 9 years ago
  9. 2bd8b22 Issue #21840: Fixed expanding unicode variables of form $var in by Serhiy Storchaka · 9 years ago
  10. 4068b01 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 9 years ago
  11. dd8430f Issue #23881: Only use entry-values with gdb 7.4 in tests. by Serhiy Storchaka · 9 years ago
  12. e0944c9 Fix missing :ref: for idle in doc build. by Ned Deily · 9 years ago
  13. ca7ecf3 Issue #23212: Update OS X installer build OpenSSL to 1.0.1l. by Ned Deily · 9 years ago
  14. dbd85aa Issue #18982: Fixed newlines in calendar CLI tests on Windows. by Serhiy Storchaka · 9 years ago
  15. d44bcc9 Issue #18982: Add tests for CLI of the calendar module. by Serhiy Storchaka · 9 years ago
  16. fa11978 Issue #23345: Prevent test_ssl failures with large OpenSSL patch level by Ned Deily · 9 years ago
  17. ad5ddf7 remove parenthesis from print statement (closes #23396) by Benjamin Peterson · 9 years ago
  18. 0c1e98b Update pip to 6.0.8 by Donald Stufft · 9 years ago
  19. 42aa9c0 Issues #23363, #23364, #23365, #23366: Fixed itertools overflow tests. by Serhiy Storchaka · 9 years ago
  20. 77a57c7 _clear_type_cache is cpython-only by Benjamin Peterson · 9 years ago
  21. dda9121 check for overflows in permutations() and product() (closes #23363, closes #23364) by Benjamin Peterson · 9 years ago
  22. 17845c1 check for overflow in combinations_with_replacement (closes #23365) by Benjamin Peterson · 9 years ago
  23. 021dec1 detect overflow in combinations (closes #23366) by Benjamin Peterson · 9 years ago
  24. 75461e3 https goodness by Benjamin Peterson · 9 years ago
  25. 1c9bf63 Preserve critical whitespace in Doc/*. by Stefan Krah · 9 years ago
  26. 3f1ef5b Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 9 years ago
  27. 0a7fc53 Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 9 years ago
  28. caaaa14 Added a cookbook entry on logging audible messages. by Vinay Sajip · 9 years ago
  29. a029950 Issue #23212: Update Windows copy of OpenSSL to 1.0.1l by Steve Dower · 9 years ago
  30. 7407f58 Issue #23199: libpython27.a in amd64 release is 32-bit by Steve Dower · 9 years ago
  31. 73bcde2 Issue #22765: Fixed test_gdb failures. Supressed unexpected gdb output. by Serhiy Storchaka · 9 years ago
  32. 9797bc3 Completed Misc/NEWS entry. by Serhiy Storchaka · 9 years ago
  33. 5312a7f Avoid deprecation warnings. by Serhiy Storchaka · 9 years ago
  34. 7ece150 test_spwd skipping is expected on win32. by Serhiy Storchaka · 9 years ago
  35. d484605 Restored test_xpickle compatibility with Python 2.5. by Serhiy Storchaka · 9 years ago
  36. b84e5da Use float division to avoid deprecation warning in test_timeit (issue #11578). by Serhiy Storchaka · 9 years ago
  37. 227526d Issue #23055: Fixed read-past-the-end error in PyUnicode_FromFormatV. by Serhiy Storchaka · 9 years ago
  38. 5ec0bbf Issue #23055: Fixed off-by-one error in PyUnicode_FromFormatV. by Serhiy Storchaka · 9 years ago
  39. 5606cd9 Issue #23349: Fix off-by-one error in PyBuffer_ToContiguous(). Initial patch by Stefan Krah · 9 years ago
  40. 61ec71d Upgrade setuptools to 12.0.5 and pip to 6.0.7 by Donald Stufft · 10 years ago
  41. a99e48c ifdef our way to compatibility with old openssl (closes #23335) by Benjamin Peterson · 10 years ago
  42. 4c54387 Issue #22079: PyType_Ready() now checks that statically allocated type has by Serhiy Storchaka · 10 years ago
  43. 9e74fc3 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  44. 0d8fe3b Issue #19949: The test_xpickle test now tests compatibility with installed by Serhiy Storchaka · 10 years ago
  45. 179fe5e Merge heads by Serhiy Storchaka · 10 years ago
  46. 0e0282e Issue #23055: Fixed a buffer overflow in PyUnicode_FromFormatV. Analysis by Serhiy Storchaka · 10 years ago
  47. f4bb231 disable ALPN on LibreSSL, which has a large version number, but not ALPN support (closes #23329) by Benjamin Peterson · 10 years ago
  48. 3ce465a Issue #23191: fnmatch functions that use caching are now threadsafe. by Serhiy Storchaka · 10 years ago
  49. c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). by Serhiy Storchaka · 10 years ago
  50. 09d7e7e Use test.test_support instead of test.support. by Serhiy Storchaka · 10 years ago
  51. 73c0863 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  52. 0013207 Issue #11578: Backported test for the timeit module. by Serhiy Storchaka · 10 years ago
  53. 5f1909a Merge heads by Serhiy Storchaka · 10 years ago
  54. 38a33ec Issue #7665: Fixed tests test_ntpath and test_urllib2 when ran in the by Serhiy Storchaka · 10 years ago
  55. bfd976f simply ignore headers with no name (#19996) by Benjamin Peterson · 10 years ago
  56. 9a6d32e #23251: Reflow paragraph. by R David Murray · 10 years ago
  57. f8fe12a #23251: note that time.sleep affects the current thread only. by R David Murray · 10 years ago
  58. 812b975 Fix Issue23300 : httplib.HTTP classe's connect method should use _get_hostport by Senthil Kumaran · 10 years ago
  59. aa70758 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  60. 65aa261 fix versionchanged by Benjamin Peterson · 10 years ago
  61. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 10 years ago
  62. 5e3b2df Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 10 years ago
  63. 6e3c3c3 detect 64-bit systems using maxsize not maxint by Benjamin Peterson · 10 years ago
  64. 1b6e538 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  65. c3edc19 Issue #23248: Update ssl error codes from latest OpenSSL git master. by Antoine Pitrou · 10 years ago
  66. e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  67. 2098d61 Issue #23098: 64-bit dev_t is now supported in the os module. by Serhiy Storchaka · 10 years ago
  68. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  69. 1a94b2b Closes #23160: Respect the environment variable SVNROOT in external-common.bat (patch by anselm.kruis) by Steve Dower · 10 years ago
  70. 7ff0360 Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  71. 3700cc3 Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  72. 95ee9c7 fix parsing reST with code or code-block directives (closes #23063) by Benjamin Peterson · 10 years ago
  73. a44ec3f Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  74. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  75. 6022f38 Bump setuptools to 11.3.1 by Donald Stufft · 10 years ago
  76. a8efb6b Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  77. a024f80 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 10 years ago
  78. 7a3082f Issue #23212: 2.7-specific OS X installer updates by Ned Deily · 10 years ago
  79. ef9ee93 Issue #23212: Update OS X installer build OpenSSL to 1.0.1k. by Ned Deily · 10 years ago
  80. 22a041f Issue #23184: delete unused idlelib file. by Terry Jan Reedy · 10 years ago
  81. 96556a7 Silence a Sphinx warning in ftplib.rst. by Berker Peksag · 10 years ago
  82. 8015458 Fix a markup error in the argparse documentation. by Berker Peksag · 10 years ago
  83. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  84. 7ba8cdc Issue #23168: skip sys.stdin.seek() test if stdin is not a TTY by Victor Stinner · 10 years ago
  85. 6fcb9a5 Clarified documentation for logging exception function/method. by Vinay Sajip · 10 years ago
  86. 0258c5d emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  87. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 10 years ago
  88. 9fe67ce make SSLv23 the default version in ftplib (closes #23111) by Benjamin Peterson · 10 years ago
  89. c1edb58 Update bundled pip and setuptools to 6.0.6 and 11.0 by Donald Stufft · 10 years ago
  90. b09ec90 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  91. fef9b6c Update copyright dates in OS X installer. by Ned Deily · 10 years ago
  92. dd87637 update for copyright for 2015 by Benjamin Peterson · 10 years ago
  93. 35452b3 delete old ftpmirror script, which now has security bugs (closes #23130) by Benjamin Peterson · 10 years ago
  94. 87d415f Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  95. 27c269a use getentropy when available (backport of 75ede5bec8db) (closes #23115) by Benjamin Peterson · 10 years ago
  96. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  97. cb36d24 improve incorrect French (#23109) by Benjamin Peterson · 10 years ago
  98. a7516ed Upgrade pip to 6.0.2 and setuptools to 8.2.1 by Donald Stufft · 10 years ago
  99. 53ae614 allow more operations to work on detached streams (closes #23093) by Benjamin Peterson · 10 years ago
  100. 4e9dbfb explicitly close files (closes #23090) by Benjamin Peterson · 10 years ago