1. 32a23c3 #9607: Add tests for the keyword module. by R David Murray · 12 years ago
  2. f097f17 Merge #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 12 years ago
  3. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 12 years ago
  4. 72b8502 #11182: remove the unused and undocumented pydoc.Scanner class. Patch by Martin Morrison. by Ezio Melotti · 12 years ago
  5. ed3cd7e #13510: clarify that f.readlines() is note necessary to iterate over a file. Patch by Dan Riti. by Ezio Melotti · 12 years ago
  6. 26dfaac9 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  7. bf71f7d Merge #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  8. e9bbe8b Issue #15480: Remove the deprecated and unused TYPE_INT64 code from marshal. by Antoine Pitrou · 12 years ago
  9. 6d80046 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  10. 4bb1734 Issue #17016: Get rid of possible pointer wraparounds and integer overflows by Serhiy Storchaka · 12 years ago
  11. 44e33f3 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  12. b4fd468 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  13. 7300011 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  14. a2dfc35 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  15. cbc2d29 #6696: merge with 3.3. by Ezio Melotti · 12 years ago
  16. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 12 years ago
  17. 50b24d0 Fix a crash when setting a servername callback on a SSL server socket and the client doesn't send a server name. by Antoine Pitrou · 12 years ago
  18. 161194a #12820: merge with 3.3. by Ezio Melotti · 12 years ago
  19. cd514cf #12820: add tests for the xml.dom.minicompat module. Patch by John Chandler and Phil Connell. by Ezio Melotti · 12 years ago
  20. 319d58d #17484: add tests for getpass. by R David Murray · 12 years ago
  21. 5a3c6db merge heads by Benjamin Peterson · 12 years ago
  22. 20efcfa add Zbigniew Halas to ACKS by Benjamin Peterson · 12 years ago
  23. 5cd72b7 Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  24. 5b6e1ca Update argparse docs to follow order of ArgumentParser() arguments. by Andrew Svetlov · 12 years ago
  25. b9e2147 #8913: merge with 3.3. by Ezio Melotti · 12 years ago
  26. 09f0dde #8913: add examples and docs for date/time/datetime.__format__. Patch by Heikki Partanen. by Ezio Melotti · 12 years ago
  27. e3e1c17 #17492: Additional tests for random module. by R David Murray · 12 years ago
  28. 7faf705 Issue #17591: Use lowercase filenames when including Windows header files. by Antoine Pitrou · 12 years ago
  29. 9cc7d45 #17485: Delete the Content-Length header if the data attribute is deleted. by R David Murray · 12 years ago
  30. c7c42ef #15927: Fix cvs.reader parsing of escaped \r\n with quoting off. by R David Murray · 12 years ago
  31. 660e89b Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  32. 7889944 Merge: #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  33. fcb6d6a #17443: Fix buffering in IMAP4_stream. by R David Murray · 12 years ago
  34. 455f296 #17464: improve pydoc test coverage. by R David Murray · 12 years ago
  35. 1a48b9d #5024: whichhdr now returns the frame count for WAV files. by R David Murray · 12 years ago
  36. 57048b6 add Sven Brauch for his #16795 contribution by Benjamin Peterson · 12 years ago
  37. 0351928 Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  38. f3a1b6e Merge #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  39. a846f5a #17448: Make test_sax skip if there are no xml parsers. by R David Murray · 12 years ago
  40. 5efee58 Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  41. 8093d6f Merge: #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  42. 612528d #17431: Fix missing import of BytesFeedParser in email.parser. by R David Murray · 12 years ago
  43. d49af5d Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__. by Terry Jan Reedy · 12 years ago
  44. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 12 years ago
  45. b439cf5 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  46. 72cdb5c Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  47. 7343cb0 Issue #11367: fix documentation of some find* methods in ElementTree by Eli Bendersky · 12 years ago
  48. a41fb4b #17351: merge with 3.3. by Ezio Melotti · 12 years ago
  49. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  50. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  51. 84fae78 Issue #16954: Add docstrings for ElementTree by Eli Bendersky · 12 years ago
  52. c75be93 Merge: closes issue 16643 (not ....2 as in last commit message) by Terry Jan Reedy · 12 years ago
  53. adecf3f Issue #16642: sched.scheduler timefunc initial default is time.monotonic. by Terry Jan Reedy · 12 years ago
  54. 11c08fd Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  55. b6f1d64 Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  56. 9cbcc2f Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. by Terry Jan Reedy · 12 years ago
  57. 04a2955 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. by Ezio Melotti · 12 years ago
  58. d7c59e1 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  59. 9f10f56 Merge #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  60. 67bfe80 #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  61. 0562379 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  62. e766c74 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  63. 0362b54 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  64. 978b4d6 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  65. 6d61eaa Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  66. 7a05113 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  67. 827b36b Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  68. 3c75a48 Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  69. 9f74c6c Issue #8890: Stop advertising an insecure use of /tmp in docs by Petri Lehtinen · 12 years ago
  70. e460f26 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  71. f484efd Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  72. 8b94514 Issue #14720: sqlite3: Convert datetime microseconds correctly by Petri Lehtinen · 12 years ago
  73. d784e53 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  74. d213214 Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  75. ed909bc Issue #5033: Fix building of the sqlite3 extension module by Petri Lehtinen · 12 years ago
  76. 8a268b9 #17255: merge with 3.3. by Ezio Melotti · 12 years ago
  77. 600b711 #17255: merge with 3.2. by Ezio Melotti · 12 years ago
  78. 0f4377c #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  79. 178e6fe #17178: merge with 3.3. by Ezio Melotti · 12 years ago
  80. 293ab97 #17178: merge with 3.2. by Ezio Melotti · 12 years ago
  81. b19ed57 #17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan. by Ezio Melotti · 12 years ago
  82. 94cd10f Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  83. ff7fef9 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  84. f6b361e Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  85. d41e01d merge 3.3 (#5289) by Benjamin Peterson · 13 years ago
  86. cfe3474 fix find_library on Solaris (closes #5289) by Benjamin Peterson · 13 years ago
  87. f720922 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
  88. c5b75db Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
  89. 45c4375 Issue #12004: Fix an internal error in PyZipFile when writing an invalid by Serhiy Storchaka · 13 years ago
  90. c07fcbb Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  91. 95195b3 Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  92. 986a56c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. by Charles-François Natali · 13 years ago
  93. 31efc74 Add Ariel to Misc/ACKS by Eli Bendersky · 13 years ago
  94. 14af64f #16154: merge with 3.3. by Ezio Melotti · 13 years ago
  95. 5a4b03d #16154: merge with 3.2. by Ezio Melotti · 13 years ago
  96. 4050792 #16154: fix some doctests in Doc/library. Patch by Ravi Sinha. by Ezio Melotti · 13 years ago
  97. 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
  98. 698bdb2 Issue #16076: make _elementtree.Element pickle-able in a way that is compatible by Eli Bendersky · 13 years ago
  99. 58ddc9d Issue #8109: The ssl module now has support for server-side SNI, thanks to a :meth:`SSLContext.set_servername_callback` method. by Antoine Pitrou · 13 years ago
  100. 3c9850a The get() and iter() are now able to accept keyword arguments. by Eli Bendersky · 13 years ago