1. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 12 years ago
  2. c39b552 #14020: improve HTMLParser documentation. by Ezio Melotti · 12 years ago
  3. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 12 years ago
  4. e601006 Implement PEP 394 for Python 2.7 by Nick Coghlan · 12 years ago
  5. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 12 years ago
  6. 14dc510 news entry for previous commit by Gregory P. Smith · 12 years ago
  7. b4b6056 Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF. by Gregory P. Smith · 12 years ago
  8. c0b1172 Issue #11836: document multiprocessing.queues.SimpleQueue by Sandro Tosi · 12 years ago
  9. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 12 years ago
  10. c82da81 Fix test failure for shared builds caused by #1326113 fix by Éric Araujo · 12 years ago
  11. d9756be Improve doc for atexit.register (#12297) by Éric Araujo · 12 years ago
  12. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 12 years ago
  13. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 12 years ago
  14. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 12 years ago
  15. fd7e496 Fix indentation. by Antoine Pitrou · 12 years ago
  16. c66ed45 Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 12 years ago
  17. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 12 years ago
  18. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 12 years ago
  19. e1dbbbf re.escape os.sep so that \ is interpreted properly in the regex. by Gregory P. Smith · 12 years ago
  20. d9c2df8 Issue #13930: fix a / to use os.sep so that the test works on Windows. by Gregory P. Smith · 12 years ago
  21. c48c16e Issue #13193: Fix distutils.filelist tests to always use / as path separator. by Nadeem Vawda · 12 years ago
  22. 369cbd7 Fix an index, add more tests, avoid raising errors for unknown declarations, and clean up comments. by Ezio Melotti · 12 years ago
  23. ef18737 shutil copy module reference doc fix. by Senthil Kumaran · 12 years ago
  24. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 12 years ago
  25. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 12 years ago
  26. 32b6371 fix whitespace normalization before pushing. by Gregory P. Smith · 12 years ago
  27. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 12 years ago
  28. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 12 years ago
  29. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 12 years ago
  30. c227965 Typo in Misc/NEWS. by Florent Xicluna · 12 years ago
  31. 4665232 Update mention of Subversion repo in the FAQ by Éric Araujo · 12 years ago
  32. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 12 years ago
  33. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 12 years ago
  34. 0f7e2df this is only a borrowed ref in Brett's branch by Benjamin Peterson · 12 years ago
  35. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 12 years ago
  36. 4ad7f7f distutils 2.7’s Extension does not support optional (#13865). by Éric Araujo · 12 years ago
  37. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 12 years ago
  38. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 12 years ago
  39. ebf691d Skip test_threading.test_reinit_tls_after_fork() on platforms where fork() by Charles-François Natali · 12 years ago
  40. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  41. cec6a61 bltinmod is borrowed, so it shouldn't be decrefed by Benjamin Peterson · 12 years ago
  42. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 12 years ago
  43. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 12 years ago
  44. d76c1bf #13933 refine patch using 'new' builtin by Terry Jan Reedy · 12 years ago
  45. d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 12 years ago
  46. 922ae2c Closes #13944: fix capitalization of class name. by Georg Brandl · 12 years ago
  47. 25e70fd Issue #12142: Fixed reference cycle when importing ctypes by Meador Inge · 12 years ago
  48. acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 12 years ago
  49. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 12 years ago
  50. 60be6f8 Fix failing test on big-endian machines (issue #13806). by Antoine Pitrou · 12 years ago
  51. 709aa35 Issue #8184: Fix a potential file descriptor leak when a by Charles-François Natali · 12 years ago
  52. 4c79aec put returns on their own lines by Benjamin Peterson · 12 years ago
  53. 0013783 remove unused import by Benjamin Peterson · 12 years ago
  54. 22d2711 Issue #13861: Prevent test_apropos* test case failures in test_pydoc. by Ned Deily · 12 years ago
  55. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 12 years ago
  56. 6dce7d6 Merge. by Charles-François Natali · 12 years ago
  57. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 12 years ago
  58. e0e88b0 Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix by Charles-François Natali · 12 years ago
  59. da6db4f Issue #1813: backport changeset that reverts a glibc workaround for the by Stefan Krah · 12 years ago
  60. 65de77e Clean-up docs for input() by Raymond Hettinger · 12 years ago
  61. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 12 years ago
  62. c5f310c Clarify the note for UserList by Raymond Hettinger · 12 years ago
  63. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 12 years ago
  64. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 12 years ago
  65. 3c8807b merge. by Brian Curtin · 12 years ago
  66. b4bef30 merge from fb225c289bf0 by Brian Curtin · 12 years ago
  67. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 12 years ago
  68. 6ab9813 Use xrange in the example by Raymond Hettinger · 12 years ago
  69. 9f55b63 fix whitespace by Raymond Hettinger · 12 years ago
  70. bdb7fe4 Add a usage note by Raymond Hettinger · 12 years ago
  71. 1d4ae48 whitespace3 by Terry Jan Reedy · 12 years ago
  72. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 12 years ago
  73. 1d8e6fd Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 13 years ago
  74. caa0f61 remove tests from really old regex module by Benjamin Peterson · 13 years ago
  75. 88c51e8 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. by Antoine Pitrou · 13 years ago
  76. 1abe6cd Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round. by Mark Dickinson · 13 years ago
  77. 7a55684 Fix intermittent test_ssl failure. by Antoine Pitrou · 13 years ago
  78. 78028b0 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 13 years ago
  79. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  80. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  81. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  82. 0a15103 merge heads by Benjamin Peterson · 13 years ago
  83. dcd37e8 forgot to resolve this conflict... by Benjamin Peterson · 13 years ago
  84. e9401a0 #13852: some small doc fixes. by Georg Brandl · 13 years ago
  85. af90a40 kill extra word by Benjamin Peterson · 13 years ago
  86. bcd6f39 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  87. 6f25d75 Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more. by Antoine Pitrou · 13 years ago
  88. b744cef Fix temporary debug output (so, time_t is 8 bytes on some Windows builds) by Antoine Pitrou · 13 years ago
  89. 11cc480 Temporary debug for Windows buildbots. by Antoine Pitrou · 13 years ago
  90. 0e5fd59 Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows). by Antoine Pitrou · 13 years ago
  91. 6e16f53 Skip test failure under OpenIndiana by Antoine Pitrou · 13 years ago
  92. e3668e9 Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py by Antoine Pitrou · 13 years ago
  93. a1f948b Issue #12501: merge the discordant NEWS entries. by Florent Xicluna · 13 years ago
  94. d1c818a Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp. by Antoine Pitrou · 13 years ago
  95. dfdc46f #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  96. 30b13ee Fixes #4686. Reverts redundant picklability code from r74544. by Łukasz Langa · 13 years ago
  97. 8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  98. 51ab351 Move a space. by Ezio Melotti · 13 years ago
  99. 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  100. 27a4918 Fix conf.py for Sphinx 1.0. by Georg Brandl · 13 years ago