1. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  2. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  3. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  4. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 12 years ago
  5. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  6. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  7. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  8. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  9. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  10. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  11. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  12. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  13. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  14. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  15. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  16. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  17. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  18. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  19. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  20. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  21. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  22. e766c74 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  23. 0362b54 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  24. 6d61eaa Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  25. 7a05113 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  26. 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  27. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  28. f484efd Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  29. 8b94514 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  30. d213214 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  31. ed909bc Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  32. 600b711 #17255: merge with 3.2. by Ezio Melotti · 12 years ago
  33. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  34. 293ab97 #17178: merge with 3.2. by Ezio Melotti · 12 years ago
  35. b19ed57 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
  36. ff7fef9 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  37. f6b361e Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  38. cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 13 years ago
  39. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
  40. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
  41. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  42. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  43. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 13 years ago
  44. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  45. fe8e6e7 #13899: \A, \Z, and \B now correctly match the A, Z, and B literals when used inside character classes (e.g. [A]). Patch by Matthew Barnett. by Ezio Melotti · 13 years ago
  46. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 13 years ago
  47. a873690 The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 13 years ago
  48. 57cb81d Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  49. 638fb9b Issue #16828: Fix error incorrectly raised by bz2.compress(''). by Nadeem Vawda · 13 years ago
  50. c527037 add Tom Tromey to ACKS by Benjamin Peterson · 13 years ago
  51. 0dc5ab4 Merged `parser.clean()` fix (issue #16820) from 3.2. by Łukasz Langa · 13 years ago
  52. c7ce3f7 added Wolfgang Scherer to acknowledgements by Łukasz Langa · 13 years ago
  53. 97eefc1 Merged fix for #15803 from 3.2 by Łukasz Langa · 13 years ago
  54. 3057469 Fixes issue #15803: incorrect `ConfigParser.items()` docstring by Łukasz Langa · 13 years ago
  55. c1b59d4 Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. by Serhiy Storchaka · 13 years ago
  56. 70dcef4 Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
  57. 56ad5ed Issue #16443: Add docstrings to regular expression match objects. by Andrew Svetlov · 13 years ago
  58. 73b969e Issue #16752: Add a missing import to modulefinder. by Brett Cannon · 13 years ago
  59. 9ca5893 #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
  60. dec59ec #16664: Add regression tests for glob's behaviour concerning "."-entries by Hynek Schlawack · 13 years ago
  61. d20e774 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
  62. 084daa2 Issue #16298: In HTTPResponse.read(), close the socket when there is no Content-Length and the incoming stream is finished. by Antoine Pitrou · 13 years ago
  63. 3f7c0e4 Merge fixes for #13614, #13512 and #7719 from 3.2 by Éric Araujo · 13 years ago
  64. 24457c9 Branch merge by Éric Araujo · 13 years ago
  65. 8b503c0 Fix setup.py register failure with invalid rst in description (#13614). by Éric Araujo · 13 years ago
  66. 62a0d6e Issue #16602: When a weakref's target was part of a long deallocation chain, the object could remain reachable through its weakref even though its refcount had dropped to zero. by Antoine Pitrou · 13 years ago
  67. d61926e Create ~/.pypirc securely (#13512). by Éric Araujo · 13 years ago
  68. a7129d3 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 13 years ago
  69. 09974b4 Drop double newlines printed in some file iteration examples. by Andrew Svetlov · 13 years ago
  70. 1e86d01 #16549: merge with 3.2. by Ezio Melotti · 13 years ago
  71. 057bcb4 #16549: Make json.tool work again on Python 3 and add tests. Initial patch by Berker Peksag and Serhiy Storchaka. by Ezio Melotti · 13 years ago
  72. f7c709d #16306: merge with 3.2. by Ezio Melotti · 13 years ago
  73. 7c66319 #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen. by Ezio Melotti · 13 years ago
  74. aab9c2b Issue #5765: Apply a hard recursion limit in the compiler by Nick Coghlan · 13 years ago
  75. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 13 years ago
  76. fafa8b7 #16152: merge with 3.2. by Ezio Melotti · 13 years ago
  77. 2cc3b4b #16152: fix tokenize to ignore whitespace at the end of the code when no newline is found. Patch by Ned Batchelder. by Ezio Melotti · 13 years ago
  78. cc4bacf #12890: fix test on windows by R David Murray · 13 years ago
  79. 4648b47 #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 13 years ago
  80. 92c28ca #14897: Enhance error messages of struct.pack and struct.pack_into by Petri Lehtinen · 13 years ago
  81. c4b8e05 merge #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 13 years ago
  82. 252cd0e #12890: don't emit <p> tags in text mode when logdir specified. by R David Murray · 13 years ago
  83. 254af26 #16307: Fix multiprocessing.Pool.map_async not calling its callbacks by Hynek Schlawack · 13 years ago
  84. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 13 years ago
  85. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 13 years ago
  86. 950d5fd Issue #16241: document -X faulthandler command line option. by Andrew Svetlov · 13 years ago
  87. 5508412 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
  88. ae247a5 Issue #16220: wsgiref now always calls close() on an iterable response. by Antoine Pitrou · 13 years ago
  89. 2365f41 Merge issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  90. abfc7df Issue #9583: Document startup option/environment interaction. by Andrew Svetlov · 13 years ago
  91. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 13 years ago
  92. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 13 years ago
  93. 1a8db9c Fix typo in documentation for collections.ChainMap, thanks to Olivier Bernard from docs@ by Andrew Svetlov · 13 years ago
  94. e8801e2 MERGE: Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 13 years ago
  95. fc990e9 Closes #16112: platform.architecture does not correctly escape argument to /usr/bin/file by Jesus Cea · 13 years ago
  96. 491b6b7 MERGE: Fix Misc/ACKS alphabetic order by Jesus Cea · 13 years ago
  97. fb22f54 MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 13 years ago
  98. 83451a2 Fix Misc/ACKS alphabetic order by Jesus Cea · 13 years ago
  99. 09bf7a7 Closes #15897: zipimport.c doesn't check return value of fseek() by Jesus Cea · 13 years ago
  100. c2085dd #15437, #15439: merge with 3.2. by Ezio Melotti · 13 years ago