1. 71b7176 Issue #25945: Fixed bugs in functools.partial. by Serhiy Storchaka · 8 years ago
  2. 1d269c1 Issue #26244: Clarify default zlib compression level in documentation by Martin Panter · 8 years ago
  3. 886aba4 Issue #26173: Separate bad cert file tests and client rejection test by Martin Panter · 9 years ago
  4. dc63e9c Issue #25934: Default to /fp:strict for ICC builds by Zachary Ware · 9 years ago
  5. fd8e850 Issue #26173: Fix test_ssl confusion with non-existing cert and wrongcert.pem by Martin Panter · 9 years ago
  6. a339e86 Issue #19023: Document ctypes array and pointer classes by Martin Panter · 9 years ago
  7. 4b40c3e Fixed a crash in new tests in test_getargs2 added in 60a2d67dacb3 (issue #26198). by Serhiy Storchaka · 9 years ago
  8. 13ea0c5 Fixed an infinite loop in zipimport caused by cebcd2fd3e1f (issue #19883). by Serhiy Storchaka · 9 years ago
  9. c4ef384 Issue #19883: Fixed possible integer overflows in zipimport. by Serhiy Storchaka · 9 years ago
  10. 3ecb6ab Issue #26198: Added tests for string-related format units of PyArg_Parse*() by Serhiy Storchaka · 9 years ago
  11. a944ac3 Issue #25507: revert incorrect movement of idleConf import in a37ea1d56e98. by Terry Jan Reedy · 9 years ago
  12. b031adc Fix typo in test.rst by Berker Peksag · 9 years ago
  13. b492984 doc: i18n HTML templates by Victor Stinner · 9 years ago
  14. 20d4f1b Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros. by Gregory P. Smith · 9 years ago
  15. 7791165 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  16. 5640bbb reject negative data_size by Benjamin Peterson · 9 years ago
  17. 9a3a8e9 Upgrade pip to 8.0.2 by Donald Stufft · 9 years ago
  18. f9aa599 Issue #18620: Improve Pool examples in multiprocessing documentation by Berker Peksag · 9 years ago
  19. 047ddfb Issue #26106: doc: Move text of licenses to parsed literal block by Victor Stinner · 9 years ago
  20. 64ea192 prevent buffer overflow in get_data (closes #26171) by Benjamin Peterson · 9 years ago
  21. e4309f7 fix refleak in error condition by Benjamin Peterson · 9 years ago
  22. b5a1d75 Replace fpgetmask() with fedisableexcept() by Victor Stinner · 9 years ago
  23. 762d761 issue25982 - Add a class definition for managers.Namespace in the multiprocessing docs. by Senthil Kumaran · 9 years ago
  24. 9b5177c Issue #26147: xmlrpclib now works with unicode not encodable with used by Serhiy Storchaka · 9 years ago
  25. cb86836 Issue #25925: Backport C coverage reporting Makefile targets by Zachary Ware · 9 years ago
  26. ae18440 Upgrade pip to 8.0.0 and setuptools to 19.4 by Donald Stufft · 9 years ago
  27. 98d3c19 Issue #16620: Fixed AttributeError in msilib.Directory.glob(). by Serhiy Storchaka · 9 years ago
  28. dd171ea add space by Benjamin Peterson · 9 years ago
  29. a4acf1f set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  30. 27d9c3d Issue #9006: Added tests for XML RPC with non-UTF-8 encoding. by Serhiy Storchaka · 9 years ago
  31. 2f173fe Issue #21847: Fixed xmlrpclib and tests on Unicode-disabled builds. by Serhiy Storchaka · 9 years ago
  32. 43beaeb Issue #6500: Fixed infinite recursion in urllib2.Request.__getattr__(). by Serhiy Storchaka · 9 years ago
  33. 5e90cd9 Issue26017 - Suggest enclosing command args in double quotes when using characters which get interpreted by shell. by Senthil Kumaran · 9 years ago
  34. e57c957 Issue26142 - Fix a formatting bug in c-api intro doc. by Senthil Kumaran · 9 years ago
  35. c5e8935 Issue #25905: Specify 'ascii' encoding for README.txt and NEWS.txt. by Terry Jan Reedy · 9 years ago
  36. 4ffee61 Issue #25824: Fixes sys.winver to not include any architecture suffix. by Steve Dower · 9 years ago
  37. 11a7389 Issue26035 - Correct the argument names used in the docs of the traceback module. Make it consistent with module args. by Senthil Kumaran · 9 years ago
  38. 2179b2e Issue #14771: Redirect GDB's stdin to avoid messing the terminal settings by Martin Panter · 9 years ago
  39. 264dcb7 Issue #26127: Fix links in tokenize documentation by Martin Panter · 9 years ago
  40. c39162d Issue #26114: Remove mention of 'Numerical Recipes'. by Brett Cannon · 9 years ago
  41. 1826f63 Issue26097 - Fix the TextTestRunner documentation, mention all the arguments of the class. by Senthil Kumaran · 9 years ago
  42. 71202bb Issue #25940: Use self-signed.pythontest.net in SSL tests by Martin Panter · 9 years ago
  43. 07f24c5 #7944: close files explicitly in test_tarfile (backport d560eece0857). by Ezio Melotti · 9 years ago
  44. 8861b29 Convert test_tarfile to ASCII (backport c1ed490bd266). by Ezio Melotti · 9 years ago
  45. 4cb7fca #25574: backport glossary doc fix about hash and id of user-defined classes. by Ezio Melotti · 9 years ago
  46. 7f62062 #19006: fix wording in unittest docs. by Ezio Melotti · 9 years ago
  47. a8dbd93 Issue #25348: Add --pgo and --pgo-job flags to PCbuild\build.bat by Zachary Ware · 9 years ago
  48. b45bed1 Merge heads. by Ezio Melotti · 9 years ago
  49. 50ba447 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 9 years ago
  50. 0d207fd Fixes issue #26083: Workaround a subprocess bug that raised an incorrect by Gregory P. Smith · 9 years ago
  51. 167c336 #25991: fix readline example to limit history size. Patch by Daniel Dye. by Ezio Melotti · 9 years ago
  52. 8da4023 Comment out another test that won't pass after reverting the picklability by Barry Warsaw · 9 years ago
  53. 607965e Comment out two tests that won't pass now after reverting the typeobject.c by Barry Warsaw · 9 years ago
  54. f65395c Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  55. c2ccb73 delete old crypto prose (closes #26066) by Benjamin Peterson · 9 years ago
  56. 145b1c6 Issue23675 - A tiny clarification in the MRO glossary term. by Senthil Kumaran · 9 years ago
  57. ee98860 Issue20969 - Set the Epub Author and Epub Publisher in Python docs. by Senthil Kumaran · 9 years ago
  58. c6fa90c fix typo in unittest docs (closes #26046) by Benjamin Peterson · 9 years ago
  59. 6b51ddf Issue #5501: Clarify that invoking freeze_support() on non-Windows platforms has no effect by Berker Peksag · 9 years ago
  60. 788db63 Fix issue18918 : Attach the pydoc documentation for 'FILES' topic. by Senthil Kumaran · 9 years ago
  61. e01859f Issue #6500: Reverting fbea8ff8db5e since it broke tests by Berker Peksag · 9 years ago
  62. 621d7fd Issue #6500: Fix "maximum recursion depth exceeded" error caused by Request.__getattr__() by Berker Peksag · 9 years ago
  63. 0f3a71d Issue24733 - Remove unreachable code in traceback.c by Senthil Kumaran · 9 years ago
  64. e2e6b54 Backport documentation improvement. by Senthil Kumaran · 9 years ago
  65. 8a4e7fd Backport doc improvements for Issue21221 - Explain the usage of tm_isdst by Senthil Kumaran · 9 years ago
  66. 48e2b67 Update copyrights for 2016. by Ned Deily · 9 years ago
  67. fa45a0e Fix grammar. by Zachary Ware · 9 years ago
  68. f30bad2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  69. 9df070e reflow by Benjamin Peterson · 9 years ago
  70. 1f40ece 2016 will be another year of writing copyrighted code by Benjamin Peterson · 9 years ago
  71. 28f35f2 Issue #25961: Fixed compilation error and a leak in type constructor. by Serhiy Storchaka · 9 years ago
  72. f9347e3 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  73. ff41d45 Make catched exceptions more specific and correct a comment. by Serhiy Storchaka · 9 years ago
  74. b8e54dd Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  75. 2e6c829 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  76. 8688aca Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  77. 82ea0f9 Closes #25664: handled logger names in Unicode. by Vinay Sajip · 9 years ago
  78. 20a003b Issue #24103: Fixed possible use after free in ElementTree.iterparse(). by Serhiy Storchaka · 9 years ago
  79. 5951f23 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  80. 6ed42ea Issue #25827: Add support for ICC to configure by Zachary Ware · 9 years ago
  81. a3c2242 Fixed sizeof tests for dict and type (they were passed by accident). by Serhiy Storchaka · 9 years ago
  82. 0b72ae8 Create a file in SizeofTest only if needed. by Serhiy Storchaka · 9 years ago
  83. e789038 Use correct PyGC_Head size in tests for issue #25421. by Serhiy Storchaka · 9 years ago
  84. c06a6d0 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  85. 6f3d5da Issue #25905: Revert unwanted conversion of ' to ’ RIGHT SINGLE QUOTATION MARK. by Terry Jan Reedy · 9 years ago
  86. 3ea431d Issue #25899: Fixed typo in .bzrignore. by Serhiy Storchaka · 9 years ago
  87. d77fe94 Issue #22088: Port base64 character ignoring doc and test from 857d9fe60169 by Martin Panter · 9 years ago
  88. edd6a81 Issue #20837: Base-64 alphabet clarification from revision 1853679c6f71 by Martin Panter · 9 years ago
  89. b75adcc #25495: Clarify b2a_base64 documentation vis 57 bytes. by R David Murray · 9 years ago
  90. 64fa45a Fixes issue #20954: _args_from_interpreter_flags used by multiprocessing by Gregory P. Smith · 9 years ago
  91. 0462763 Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory by Victor Stinner · 9 years ago
  92. 15a6c42 Issue #25696: Fix installation of Python on UNIX with make -j9. by Victor Stinner · 9 years ago
  93. 7b9e7ed Issue #25809: Skip testing platform-dependent French thousands separator by Martin Panter · 9 years ago
  94. 33ea297 Fixed possible leaks in ElementTree parser. by Serhiy Storchaka · 9 years ago
  95. 6b93ca6 Clarify that only *documentation* bugs should go to docs@python.org by Zachary Ware · 9 years ago
  96. 45cf0b7 Issue25814: Propagate all errors from custom XML parser handlers by Serhiy Storchaka · 9 years ago
  97. 4902591 merge heads by Ned Deily · 9 years ago
  98. 3c459de remove pointless keys() call by Benjamin Peterson · 9 years ago
  99. 3afd9c1 Issue #25798: Update OS X 10.5+ 32-bit-only installer to build by Ned Deily · 9 years ago
  100. 4f1aeae off to 2.7.12 we go by Benjamin Peterson · 9 years ago