1. 83e9b57 Issue #24421: Compile _math.c separately to avoid race condition by Martin Panter · 10 years ago
  2. a575839 Fix rstlint to also look for indented comments that should be directives. by Georg Brandl · 9 years ago
  3. ee7fe38 Issue #25801: Fixed resource warnings in test_zipfile64. Patch by SilentGhost. by Serhiy Storchaka · 9 years ago
  4. 7a7ad35 Issue #25136: Add reference to 'xcode-select --install' to Mac README. by Ned Deily · 9 years ago
  5. 942f3de Change OS X installer builds targeted for 10.10 and above to build by Ned Deily · 9 years ago
  6. 83abccb Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. by Ned Deily · 9 years ago
  7. 098f6d0 Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 9 years ago
  8. 39267c2 Issue #22088: Clarify base-64 alphabets and which characters are discarded by Martin Panter · 9 years ago
  9. 3058eb4 Issue #26406: Avoid unnecessary serialization of getaddrinfo(3) calls on by Ned Deily · 9 years ago
  10. 9037834 Issue #26417: Prevent spurious errors and incorrect defaults when by Ned Deily · 9 years ago
  11. c46a2eb Issue #26268: Update Windows builds to use OpenSSL 1.0.2f by Zachary Ware · 9 years ago
  12. be9ddc1 Issue #26261: Clarify NamedTemporaryFile name attribute vs file.name by Martin Panter · 9 years ago
  13. 3e85838 Fix errors in XML-RPC client example code by Martin Panter · 9 years ago
  14. 35bb78e Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  15. 59b9a16 Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage by Martin Panter · 9 years ago
  16. d6dd0e6 Closes #20169: fix inner links random doc. by Georg Brandl · 9 years ago
  17. 94035f3 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  18. 63d1f47 Issue #26309: Rewrite test in main thread and avoid race condition by Martin Panter · 9 years ago
  19. ba8474b Issue #26309: Shut down SocketServer request if verify_request() is false by Martin Panter · 9 years ago
  20. 51b13e5 fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  21. b2e3946 open the cert store readonly by Benjamin Peterson · 9 years ago
  22. 1c2a7b5 Issue #25924: Avoid unnecessary serialization of getaddrinfo(3) calls on OS X by Ned Deily · 9 years ago
  23. fdb959b Issue #26268: Update OS X 10.5+ installer build to use OpenSSL 1.0.2f. by Ned Deily · 9 years ago
  24. 674a3cd Issue #24303: Fix random EEXIST upon multiprocessing semaphores creation with by Charles-François Natali · 9 years ago
  25. c665ff6 Closes #26320: fix stylesheet after Sphinx update. by Georg Brandl · 9 years ago
  26. 1c49617 Issue #25698: Importing module if the stack is too deep no longer replaces by Serhiy Storchaka · 9 years ago
  27. 53ae0ba Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  28. 2dafcc2 Issues #26310, #26311: Fix typos in the documentation by Martin Panter · 9 years ago
  29. 78a54c0 Issue #25983: Added tests for multi-argument type(). by Serhiy Storchaka · 9 years ago
  30. 3b5d61f Clarify "cardinality of" as "number of elements in" as many readers do by Gregory P. Smith · 9 years ago
  31. db28718 Updates build to use SHA256 hash when signing files by Steve Dower · 9 years ago
  32. 36ae29c Issue #26198: Fixed error messages for some argument parsing errors. by Serhiy Storchaka · 9 years ago
  33. b59b04d fix hash member name (closes #22847) by Benjamin Peterson · 9 years ago
  34. 00f19ef Issue #25179: Preparatory cleanup of existing docs on string formatting by Martin Panter · 9 years ago
  35. 9c61f2e Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  36. 4a0a955 fix debug assertion by Benjamin Peterson · 9 years ago
  37. 225e7c0 Issue #22847: Improve method cache efficiency. by Antoine Pitrou · 11 years ago
  38. ade4097 Issue #12923: Reset FancyURLopener's redirect counter even on exception by Martin Panter · 9 years ago
  39. bf3b897 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
  40. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 10 years ago
  41. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 10 years ago
  42. 886aba4 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 10 years ago
  43. dc63e9c Issue #25934: Default to /fp:strict for ICC builds by Zachary Ware · 10 years ago
  44. fd8e850 Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 10 years ago
  45. a339e86 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 10 years ago
  46. 4b40c3e Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #26198). by Serhiy Storchaka · 10 years ago
  47. 13ea0c5 Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883). by Serhiy Storchaka · 10 years ago
  48. c4ef384 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 10 years ago
  49. 3ecb6ab Issue #26198: Added tests for string-related format units of PyArg_Parse*() by Serhiy Storchaka · 10 years ago
  50. a944ac3 Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. by Terry Jan Reedy · 10 years ago
  51. b031adc Fix typo in test.rst by Berker Peksag · 10 years ago
  52. b492984 doc: i18n HTML templates by Victor Stinner · 10 years ago
  53. 20d4f1b Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros. by Gregory P. Smith · 10 years ago
  54. 7791165 code_richcompare() now uses the constants types by Victor Stinner · 10 years ago
  55. 5640bbb reject negative data_size by Benjamin Peterson · 10 years ago
  56. 9a3a8e9 Upgrade pip to 8.0.2 by Donald Stufft · 10 years ago
  57. f9aa599 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 10 years ago
  58. 047ddfb Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 10 years ago
  59. 64ea192 prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 10 years ago
  60. e4309f7 fix refleak in error condition by Benjamin Peterson · 10 years ago
  61. b5a1d75 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 10 years ago
  62. 762d761 issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 10 years ago
  63. 9b5177c Issue #26147: xmlrpclib now works with unicode not encodable with used by Serhiy Storchaka · 10 years ago
  64. cb86836 Issue #25925: Backport C coverage reporting Makefile targets by Zachary Ware · 10 years ago
  65. ae18440 Upgrade pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 10 years ago
  66. 98d3c19 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 10 years ago
  67. dd171ea add space by Benjamin Peterson · 10 years ago
  68. a4acf1f set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 10 years ago
  69. 27d9c3d Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 10 years ago
  70. 2f173fe Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. by Serhiy Storchaka · 10 years ago
  71. 43beaeb Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__(). by Serhiy Storchaka · 10 years ago
  72. 5e90cd9 Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 10 years ago
  73. e57c957 Issue26142 - Fix a formatting bug in c-api intro doc. by Senthil Kumaran · 10 years ago
  74. c5e8935 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 10 years ago
  75. 4ffee61 Issue #25824: Fixes sys.winver to not include any architecture suffix. by Steve Dower · 10 years ago
  76. 11a7389 Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 10 years ago
  77. 2179b2e Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 10 years ago
  78. 264dcb7 Issue #26127: Fix links in tokenize documentation by Martin Panter · 10 years ago
  79. c39162d Issue #26114: Remove mention of 'Numerical Recipes'. by Brett Cannon · 10 years ago
  80. 1826f63 Issue26097 - Fix the TextTestRunner documentation, mention all the arguments of the class. by Senthil Kumaran · 10 years ago
  81. 71202bb Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 10 years ago
  82. 07f24c5 #7944: close files explicitly in test_tarfile (backport d560eece0857). by Ezio Melotti · 10 years ago
  83. 8861b29 Convert test_tarfile to ASCII (backport c1ed490bd266). by Ezio Melotti · 10 years ago
  84. 4cb7fca #25574: backport glossary doc fix about hash and id of user-defined classes. by Ezio Melotti · 10 years ago
  85. 7f62062 #19006: fix wording in unittest docs. by Ezio Melotti · 10 years ago
  86. a8dbd93 Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat by Zachary Ware · 10 years ago
  87. b45bed1 Merge heads. by Ezio Melotti · 10 years ago
  88. 50ba447 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 10 years ago
  89. 0d207fd Fixes issue #26083: Workaround a subprocess bug that raised an incorrect by Gregory P. Smith · 10 years ago
  90. 167c336 #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 10 years ago
  91. 8da4023 Comment out another test that won't pass after reverting the picklability by Barry Warsaw · 10 years ago
  92. 607965e Comment out two tests that won't pass now after reverting the typeobject.c by Barry Warsaw · 10 years ago
  93. f65395c Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 10 years ago
  94. c2ccb73 delete old crypto prose (closes #26066) by Benjamin Peterson · 10 years ago
  95. 145b1c6 Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 10 years ago
  96. ee98860 Issue20969 - Set the Epub Author and Epub Publisher in Python docs. by Senthil Kumaran · 10 years ago
  97. c6fa90c fix typo in unittest docs (closes #26046) by Benjamin Peterson · 10 years ago
  98. 6b51ddf Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 10 years ago
  99. 788db63 Fix issue18918 : Attach the pydoc documentation for 'FILES' topic. by Senthil Kumaran · 10 years ago
  100. e01859f Issue #6500: Reverting fbea8ff8db5e since it broke tests by Berker Peksag · 10 years ago