1. c7965e0 Issue #23585: make patchcheck will ensure the interpreter is built. by Robert Collins · 10 years ago
  2. bbb8ade Issue #23631: Fix traceback.format_list when a traceback has been mutated. by Robert Collins · 10 years ago
  3. 7aaa859 Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  4. a785dec Issue #23568: Add rdivmod support to MagicMock() objects. by Berker Peksag · 10 years ago
  5. 102029d Issue #2052: Add charset parameter to HtmlDiff.make_file(). by Berker Peksag · 10 years ago
  6. 577fc4e Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  7. 79fbeee Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  8. f7cc3fc Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. by Serhiy Storchaka · 10 years ago
  9. 63623ac Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now by Serhiy Storchaka · 10 years ago
  10. 9bd8af7 Issue #23581: Add matmul support to MagicMock. by Berker Peksag · 10 years ago
  11. 95bb714 Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later() by Victor Stinner · 10 years ago
  12. b669bfc Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  13. a112a8a Issue #22928: Disabled HTTP header injections in http.client. by Serhiy Storchaka · 10 years ago
  14. 9142773 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  15. c775ad6 Issue #23192: Fixed generator lambdas. Patch by Bruno Cauet. by Serhiy Storchaka · 10 years ago
  16. ca8b644 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  17. cf4a2f2 Issue #23615: Modules bz2, tarfile and tokenize now can be reloaded with by Serhiy Storchaka · 10 years ago
  18. 63afdaa Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  19. a654510 Issue #23629: Fix the default __sizeof__ implementation for variable-sized objects. by Antoine Pitrou · 10 years ago
  20. 524a5ba Issue #23605: os.walk() now calls os.scandir() instead of os.listdir(). by Victor Stinner · 10 years ago
  21. 551719b Merge. by Larry Hastings · 10 years ago
  22. cfac654 Post-release changes for 3.5.0a2. by Larry Hastings · 10 years ago
  23. 5bd7bf5 Issue #22980: Under Linux, C extensions now include bitness in the file name, by Antoine Pitrou · 10 years ago
  24. 6036e44 Issue #22524: New os.scandir() function, part of the PEP 471: "os.scandir() by Victor Stinner · 10 years ago
  25. 88f64f3 Issue #23103: Reduced the memory consumption of IPv4Address and IPv6Address. by Serhiy Storchaka · 10 years ago
  26. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 10 years ago
  27. 4a7cc88 Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now by Victor Stinner · 10 years ago
  28. 4a13cb9 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  29. b5a2322 Issue #23593: fix Misc/NEWS entries by Ned Deily · 10 years ago
  30. 797d496 Issue #23594: merge 3.4 by Ned Deily · 10 years ago
  31. ac677f3 Issue #23594: Update OS X 10.5 installer build to use OpenSSL 1.0.2. by Ned Deily · 10 years ago
  32. f0c819a Issue #22936: Allow showing local variables in unittest errors. by Robert Collins · 10 years ago
  33. d7c7e0e Issue #22936: Make it possible to show local variables in tracebacks. by Robert Collins · 10 years ago
  34. b64ae7b merge 3.4 (#23476) by Benjamin Peterson · 10 years ago
  35. fdb1971 enable X509_V_FLAG_TRUSTED_FIRST when possible (closes #23476) by Benjamin Peterson · 10 years ago
  36. 6bc2c1e Issue #17911: traceback module overhaul by Robert Collins · 10 years ago
  37. 0bfd0a4 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 · 10 years ago
  38. f7f3b0a 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 · 10 years ago
  39. 35e5b72 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  40. 7beb4f9 Issue #23504: Added an __all__ to the types module. by Serhiy Storchaka · 10 years ago
  41. 44eceb6 Issue #23563: Optimized utility functions in urllib.parse. by Serhiy Storchaka · 10 years ago
  42. 738f805 issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo by Ethan Furman · 10 years ago
  43. 83d8fc2 merge 3.4 (#23367) by Benjamin Peterson · 10 years ago
  44. 5061e67 merge 3.3 (#23367) by Benjamin Peterson · 10 years ago
  45. b779bfb fix possible overflow bugs in unicodedata (closes #23367) by Benjamin Peterson · 10 years ago
  46. e35a17a merge 3.4 by Benjamin Peterson · 10 years ago
  47. 6e820c0 remove mention of Python 2.2 and 2.3 by Benjamin Peterson · 10 years ago
  48. e49af34 Issue #7830: Flatten nested functools.partial. by Alexander Belopolsky · 10 years ago
  49. 490055a Issue #20204: Deprecation warning is now raised for builtin type without the by Serhiy Storchaka · 10 years ago
  50. 50adb9f Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 10 years ago
  51. efdc16f9 Issue #20204: Added the __module__ attribute to _tkinter classes. by Serhiy Storchaka · 10 years ago
  52. 1c20551 Issue #19980: Improved help() for non-recognized strings. help('') now by Serhiy Storchaka · 10 years ago
  53. 184291a Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  54. 24d3dee Fixes #23521: Corrected pure python implementation of timedelta division. by Alexander Belopolsky · 10 years ago
  55. 86ba765 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  56. ab900c2 Issue #21619: Popen objects no longer leave a zombie after exit in the with by Serhiy Storchaka · 10 years ago
  57. 2f710b6 Merge from 3.4. by Larry Hastings · 10 years ago
  58. c332f8a Fix minor errors in Misc/NEWS. (Thanks for the report, Florian Bruhin!) by Larry Hastings · 10 years ago
  59. 69899e6 Merge 3.4 (httplib) by Victor Stinner · 10 years ago
  60. b389b48 Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop. by Victor Stinner · 10 years ago
  61. 76998fe Issue #23465: Implement PEP 486 - Make the Python Launcher aware of virtual environments (patch by Paul Moore) by Steve Dower · 10 years ago
  62. 8c3ec53 Merge 3.4.3 release engineering changes back into 3.4. by Larry Hastings · 10 years ago
  63. e287746 Post-release changes for 3.4.3. by Larry Hastings · 10 years ago
  64. e71258a Issue #15955: Add an option to limit the output size in bz2.decompress(). by Antoine Pitrou · 10 years ago
  65. fc8eda5 Release bump for 3.4.3 final. by Larry Hastings · 10 years ago
  66. 4f38e48 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  67. 80a1803 Issue #6639: Module-level turtle functions no longer raise TclError after by Serhiy Storchaka · 10 years ago
  68. a3369a5 Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  69. 4eea62f Issues #814253, #9179: Group references and conditional group references now by Serhiy Storchaka · 10 years ago
  70. df80706 Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  71. a1543cd Issue #23215: Multibyte codecs with custom error handlers that ignores errors by Serhiy Storchaka · 10 years ago
  72. 254dd59 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  73. a3712a9 Issue #5700: io.FileIO() called flush() after closing the file. by Serhiy Storchaka · 10 years ago
  74. 7065f37 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 10 years ago
  75. 5e3d7a4 Issue #23374: Fixed pydoc failure with non-ASCII files when stdout encoding by Serhiy Storchaka · 10 years ago
  76. 869311d merge 3.4 (#23481) by Benjamin Peterson · 10 years ago
  77. 500af33 remove rc4 from the default client ciphers (closes #23481) by Benjamin Peterson · 10 years ago
  78. 9dd25dd merge 3.4 by Benjamin Peterson · 10 years ago
  79. 76e37b1 merge 3.3 by Benjamin Peterson · 10 years ago
  80. 03f8612 merge 3.2 by Benjamin Peterson · 10 years ago
  81. 893cce9 remove RPM, since it's unused and unmaintained by Benjamin Peterson · 10 years ago
  82. 77c041b merge 3.4 (#21548) by Benjamin Peterson · 10 years ago
  83. 54237f9 fix pydoc.apropos and pydoc.synopsis on modules with empty docstrings (#21548) by Benjamin Peterson · 10 years ago
  84. 23edd49 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  85. 74eb8b2 Issue #22885: Fixed arbitrary code execution vulnerability in the dbm.dumb by Serhiy Storchaka · 10 years ago
  86. c481bfb Issue #23239: ssl.match_hostname() now supports matching of IP addresses. by Antoine Pitrou · 10 years ago
  87. 2d07b85 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  88. 57fffd6 Issue #23146: Fix mishandling of absolute Windows paths with forward slashes in pathlib. by Antoine Pitrou · 10 years ago
  89. c86ca26 Issue #23096: Pickle representation of floats with protocol 0 now is the same by Serhiy Storchaka · 10 years ago
  90. 8dcc1a9 Issue #23437: Update NEWS and whatsnew/3.5 by Steve Dower · 10 years ago
  91. a750ce3 Issue #19105: pprint now more efficiently uses free space at the right. by Serhiy Storchaka · 10 years ago
  92. 8089cd6 Issue #14910: Add allow_abbrev parameter to argparse.ArgumentParser. by Berker Peksag · 10 years ago
  93. 0fe6325 Issue #21717: tarfile.open() now supports 'x' (exclusive creation) mode. by Berker Peksag · 10 years ago
  94. 8b62bbf Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  95. 3d6c784 Issue #23445: pydebug builds now use "gcc -Og" where possible, to make the resulting executable faster. by Antoine Pitrou · 10 years ago
  96. c1efe5f Issue #23344: marshal.dumps() is now 20-25% faster on average. by Serhiy Storchaka · 10 years ago
  97. ce921c62 Issue #20416: marshal.dumps() with protocols 3 and 4 is now 40-50% faster on by Serhiy Storchaka · 10 years ago
  98. 4bdcfce Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  99. 832dd5f Issue #23421: Fixed compression in tarfile CLI. Patch by wdv4758h. by Serhiy Storchaka · 10 years ago
  100. 5ef01e9 merge 3.4 (#23361) by Benjamin Peterson · 10 years ago