1. a157867 merge by Raymond Hettinger · 10 years ago
  2. 1945456 Issue #19145: Remove duplicate ACKS entry by Raymond Hettinger · 10 years ago
  3. ee205dc merge by Raymond Hettinger · 10 years ago
  4. 97d3555 Issue #19145: Fix handling of negative values for a "times" keyword argument to itertools.repeat()> by Raymond Hettinger · 10 years ago
  5. 24a3c72 merge: #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  6. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  7. c03dc0f merge by Raymond Hettinger · 10 years ago
  8. 4c945fe merge by Raymond Hettinger · 10 years ago
  9. f5c5175 merge 3.4 by Benjamin Peterson · 10 years ago
  10. 17f9b64 add Chris Foster by Benjamin Peterson · 10 years ago
  11. 04ba0bb Issue #11974: Add tutorial section on class and instance variables by Raymond Hettinger · 10 years ago
  12. 47d1e28 merge by Raymond Hettinger · 10 years ago
  13. 6dec4ea Issue #21812: Trigger immediate transformation in turtle.shapetransform(). by Raymond Hettinger · 10 years ago
  14. 63f277b Issue #21741: Add st_file_attributes to os.stat_result on Windows. by Zachary Ware · 10 years ago
  15. 41dcf35 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  16. 2e4d3b1 Issue #21722: The distutils "upload" command now exits with a non-zero return code when uploading fails. by Antoine Pitrou · 10 years ago
  17. d5d4ef3 merge 3.4 by Benjamin Peterson · 10 years ago
  18. 67fbed5 add Ammar Brohi for running ssllab's test on python.org and reporting a problem by Benjamin Peterson · 10 years ago
  19. 66f80e9 merge 3.4 (#12063) by Benjamin Peterson · 10 years ago
  20. 96e0430 document TokenError and unclosed expression behavior (closes #12063) by Benjamin Peterson · 10 years ago
  21. edb07d2 merge 3.4 (#21463) by Benjamin Peterson · 10 years ago
  22. 3c2dca6 in ftp cache pruning, avoid changing the size of a dict while iterating over it (closes #21463) by Benjamin Peterson · 10 years ago
  23. 33919e8 merge 3.4 (#21404) by Benjamin Peterson · 10 years ago
  24. 9b2731b document the compress_level argument to tarfile.open (closes #21404) by Benjamin Peterson · 10 years ago
  25. 15ec11e Merge with 3.4 by Terry Jan Reedy · 10 years ago
  26. b52f876 Issue 21533: Dicts take iterables, not iterators. Patch by Wolfgang Maier. by Terry Jan Reedy · 10 years ago
  27. 07e0485 Issue 21575: Show list.sort() arguments in the tutorial. by Raymond Hettinger · 10 years ago
  28. 2d452ee Issue 15246: Improve test coverage for collections.abc.Set. (Contributed by James King). by Raymond Hettinger · 10 years ago
  29. 2f8dca7 Issue #20197: Added support for the WebP image type in the imghdr module. by Serhiy Storchaka · 10 years ago
  30. 40f6b12 Issue #21555: simplify code in gcmodule.c by using the pytime.h functions instead of trying to call time.time() via the C API. by Antoine Pitrou · 10 years ago
  31. a52ecc0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  32. e17de09 Issue #21545: Add .pop example and tweak comment about pure mutation methods. by Terry Jan Reedy · 10 years ago
  33. fcbeab5 Issue #21488: Oops, the patch for codecs.encode/decode doc was written by by Victor Stinner · 10 years ago
  34. b9183bb Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  35. 946cfc3 Issue #21075: fileinput.FileInput now reads bytes from standard stream if by Serhiy Storchaka · 10 years ago
  36. ef5b4e3 Issue #21488: Fix doc of codecs.decode() and codecs.encode(), no keyword support. by Victor Stinner · 10 years ago
  37. c644e7c Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. by Antoine Pitrou · 10 years ago
  38. 8c9f480 Issue18314 ACKS & NEWS by Tim Golden · 10 years ago
  39. 5c2ac8c setup.py: report modules which built but import failed (closes #21282) by Benjamin Peterson · 10 years ago
  40. 32497f8 Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  41. 26f82ef Issue #21321: itertools.islice() now releases the reference to the source iterator when the slice is exhausted. by Antoine Pitrou · 10 years ago
  42. c763807 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  43. 43e7cd3 Issue #21026: Augment site doc based on experiments. Patch by Carol Willing. by Terry Jan Reedy · 10 years ago
  44. 05da1ef Issue #18727: improve test coverage of the csv module by testing for DictWriter.writerows. by Antoine Pitrou · 10 years ago
  45. 285a163 Issue #21312: Update the thread_foobar.h template file to include newer threading APIs. Patch by Jack McCracken. by Antoine Pitrou · 10 years ago
  46. c695c95 Issue #19940: ssl.cert_time_to_seconds() now interprets the given time string in the UTC timezone (as specified in RFC 5280), not the local timezone. by Antoine Pitrou · 10 years ago
  47. fbf963c Backed out changeset: 17df50df62c7 by Tim Golden · 10 years ago
  48. 4675d79 Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. by Tim Golden · 10 years ago
  49. 711ee25 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  50. cb5ec77 Issue #21127: Path objects can now be instantiated from str subclass instances (such as numpy.str_). by Antoine Pitrou · 10 years ago
  51. 4eef074 Merge: #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  52. 9077d24 #12220: improve minidom error when URI contains spaces. by R David Murray · 10 years ago
  53. 6d17235 Issue #21311: merge with 3.4 by Ned Deily · 10 years ago
  54. f31b478 Issue #21311: Avoid exception in _osx_support with non-standard compiler by Ned Deily · 10 years ago
  55. dee46b3 Merge with 3.4 by Zachary Ware · 10 years ago
  56. a37ff0f Issue #21289: Fix documentation building on Windows using Doc/make.bat. by Zachary Ware · 10 years ago
  57. 6ac4240 Issue #18566: Clarify unittest setUp, tearDown doc. Patch by Nitika Agarwal. by Terry Jan Reedy · 10 years ago
  58. 62e582c Merge with 3.4 by Terry Jan Reedy · 10 years ago
  59. 1976d9b #15916: if there are no docstrings, make empty suite, not an error. by R David Murray · 10 years ago
  60. ebdaaf4 Issue #20480: Add ipaddress.reverse_pointer. Patch by Leon Weber. by Eric V. Smith · 10 years ago
  61. 79f3ef6 merge 3.4 by Benjamin Peterson · 10 years ago
  62. 584f5cb merge 3.3 by Benjamin Peterson · 10 years ago
  63. 156285c merge 3.2 by Benjamin Peterson · 10 years ago
  64. 99b5afa in scan_once, prevent the reading of arbitrary memory when passed a negative index by Benjamin Peterson · 10 years ago
  65. 0c346d8 Issue #21193: Make (e.g.,) pow(2, -3, 5) raise ValueError rather than TypeError. Patch by Josh Rosenberg. by Mark Dickinson · 10 years ago
  66. f5bdfda merge 3.3 by Benjamin Peterson · 10 years ago
  67. aa2d085 merge 3.2 by Benjamin Peterson · 10 years ago
  68. 8aef28a add Ian Beer by Benjamin Peterson · 10 years ago
  69. ef1c267 backport: #20145: assert[Raises|Warns]Regex now raise TypeError on bad regex. by R David Murray · 10 years ago
  70. 8c6f8dc Issue #19537: Fix PyUnicode_DATA() alignment under m68k. Patch by Andreas Schwab. by Antoine Pitrou · 10 years ago
  71. deec16b add Nehal Hussain by Benjamin Peterson · 10 years ago
  72. f993399 add Sean Rodman by Benjamin Peterson · 10 years ago
  73. 67266d1 merge 3.3 by Benjamin Peterson · 10 years ago
  74. b8bf995 #20871: improve email policy test coverage. by R David Murray · 10 years ago
  75. 5dda124 #11558: Better message if attach called on non-multipart. by R David Murray · 10 years ago
  76. 150570a merge 3.3 by Benjamin Peterson · 10 years ago
  77. 9e90b12 add Chris Angelico by Benjamin Peterson · 10 years ago
  78. f0b5a7c Issue #20637: Key-sharing now also works for instance dictionaries of subclasses. Patch by Peter Ingebretson. by Antoine Pitrou · 10 years ago
  79. b991597 Issue #20367: Fix behavior of concurrent.futures.as_completed() for duplicate by Victor Stinner · 11 years ago
  80. 6834a65 Issue #20367: Add Glenn Langford to Misc/ACKS by Victor Stinner · 11 years ago
  81. 34e4628 Merge from 3.3. by Stefan Krah · 11 years ago
  82. 6c01e38 Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. by Stefan Krah · 11 years ago
  83. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  84. 3836593 add Nikolaus Rath to ACKS by Benjamin Peterson · 11 years ago
  85. c6b37e2 merge 3.3 (#20246) by Benjamin Peterson · 11 years ago
  86. 5688222 merge 3.2 (#20246) by Benjamin Peterson · 11 years ago
  87. fbf648e complain when nbytes > buflen to fix possible buffer overflow (closes #20246) by Benjamin Peterson · 11 years ago
  88. f451112 Issue #13107: argparse and optparse no longer raises an exception when output by Serhiy Storchaka · 11 years ago
  89. c1764dd Issue #19648: implement empty tests in pickletester. Patch by Gennadiy Zlobin. by Antoine Pitrou · 11 years ago
  90. e36e8be Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta. by Zachary Ware · 11 years ago
  91. cac05e2 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  92. 1c84ac1 Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. by Serhiy Storchaka · 11 years ago
  93. 0aba1a2 (Merge 3.3) Issue #17429: platform.linux_distribution() now decodes files from by Victor Stinner · 11 years ago
  94. 620c48b Issue #17429: platform.linux_distribution() now decodes files from the UTF-8 by Victor Stinner · 11 years ago
  95. d05c9ff Issue #6784: Strings from Python 2 can now be unpickled as bytes objects. by Alexandre Vassalotti · 11 years ago
  96. 910b1c3 Merge heads by Zachary Ware · 11 years ago
  97. 99fb051 Merge heads by Zachary Ware · 11 years ago
  98. 29f8cb6 Issue #19588: Merge with 3.3 by Zachary Ware · 11 years ago
  99. a6edea5 Issue #19588: Fixed tests in test_random that were silently skipped most by Zachary Ware · 11 years ago
  100. 822963e Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with by Serhiy Storchaka · 11 years ago