1. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  2. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  3. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 13 years ago
  4. d0e1a5b Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  5. c8ff460 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  6. f163efd Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  7. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  8. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 13 years ago
  9. f60845b Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. by Antoine Pitrou · 13 years ago
  10. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  11. f00011a Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  12. 66e565e merge with 2.6 by Georg Brandl · 13 years ago
  13. 3aec568 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. by Georg Brandl · 13 years ago
  14. a1b2af8 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  15. ef281bd Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  16. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  17. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  18. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  19. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  20. c5df563 Issue #12627: Implement PEP 394 for OS X framework builds. by Ned Deily · 13 years ago
  21. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  22. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  23. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  24. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 13 years ago
  25. 14dc510 news entry for previous commit by Gregory P. Smith · 13 years ago
  26. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
  27. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  28. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
  29. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
  30. c66ed45 Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  31. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  32. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 13 years ago
  33. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 13 years ago
  34. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 13 years ago
  35. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 13 years ago
  36. 3c990e0 Add myself to Misc/ACKS by Petri Lehtinen · 13 years ago
  37. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 13 years ago
  38. c227965 Typo in Misc/NEWS. by Florent Xicluna · 13 years ago
  39. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 13 years ago
  40. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 13 years ago
  41. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 13 years ago
  42. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 13 years ago
  43. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 13 years ago
  44. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 13 years ago
  45. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 13 years ago
  46. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 13 years ago
  47. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 13 years ago
  48. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 13 years ago
  49. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 13 years ago
  50. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 13 years ago
  51. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 13 years ago
  52. 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
  53. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  54. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 13 years ago
  55. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  56. a1f948b Issue #12501: merge the discordant NEWS entries. by Florent Xicluna · 13 years ago
  57. 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
  58. b05f91d NEWS entry for Issue6631 by Senthil Kumaran · 13 years ago
  59. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
  60. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 13 years ago
  61. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 13 years ago
  62. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 13 years ago
  63. 23fbd8c Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 13 years ago
  64. a84f468 move notes for 2.7.4 to the right place by Benjamin Peterson · 13 years ago
  65. a8d4585 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  66. ec17afd Backout buggy patch for #13719 by Éric Araujo · 13 years ago
  67. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  68. 104f189 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  69. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 13 years ago
  70. c56bca3 Issue #14159: Fix the len() of weak sets to return a better approximation when some objects are dead or dying. by Antoine Pitrou · 13 years ago
  71. 6a1cd1b Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. by Antoine Pitrou · 13 years ago
  72. 8d4d74e Update lingering references to ex-parrot. I mean ex-devguide. by Éric Araujo · 13 years ago
  73. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  74. e84e263 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  75. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  76. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 13 years ago
  77. 44765e5 Issue #13764: remove outdated script Misc/build.sh by Antoine Pitrou · 13 years ago
  78. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 13 years ago
  79. d76088d Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 13 years ago
  80. 3aa59e3 Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by by Charles-François Natali · 13 years ago
  81. 042370e Issue #11638: Adding test to ensure .tar.gz files can be generated by sdist command with unicode metadata, based on David Barnett's patch. by Jason R. Coombs · 13 years ago
  82. 84c18aa Update News entry. by Senthil Kumaran · 13 years ago
  83. 7d4d074 Issue #13639: Accept unicode filenames in tarfile.open(mode="w|gz"). by Lars Gustäbel · 13 years ago
  84. b8572a1 Issue #1785: Fix inspect and pydoc with misbehaving descriptors. by Antoine Pitrou · 13 years ago
  85. 99cff3f Issue #13628: python-gdb.py is now able to retrieve more frames in the Python by Victor Stinner · 13 years ago
  86. 7a3d8ae Issue #7502: Fix equality comparison for DocTestCase instances. by Antoine Pitrou · 13 years ago
  87. 4161630 Issue #11870: threading: Properly reinitialize threads internal locks and by Charles-François Natali · 13 years ago
  88. f3d35f0 Issue #8035: urllib: Fix a bug where the client could remain stuck after a by Charles-François Natali · 13 years ago
  89. c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  90. 5b4b2da Fix the fix for issue #12149: it was incorrect, although it had the side by Antoine Pitrou · 13 years ago
  91. d8fdbad Issue #4625: add NEWS entry. by Ned Deily · 13 years ago
  92. f537702 Issue #13573: The csv.writer now uses the repr() for floats rather than str(). by Raymond Hettinger · 13 years ago
  93. 4bf21e2 Issue #13546: Fixed an overflow issue that could crash the intepreter when by Amaury Forgeot d'Arc · 13 years ago
  94. 9a38863 Correctly detect bzip2 compressed streams with blocksizes other than 900k. by Lars Gustäbel · 13 years ago
  95. 5295718 Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  96. 49e49a2 Issue #13439: Fix many errors in turtle docstrings. by Petri Lehtinen · 13 years ago
  97. a5d5bb9 Issue #12856: Ensure child processes do not inherit the parent's random seed for filename generation in the tempfile module. by Antoine Pitrou · 13 years ago
  98. aa1c967 Issue #13458: Fix a memory leak in the ssl module when decoding a certificate with a subjectAltName. by Antoine Pitrou · 13 years ago
  99. 53853c3 Issue #13415: os.unsetenv() doesn't ignore errors anymore. by Victor Stinner · 13 years ago
  100. 5aa7df3 Issue #13322: Fix BufferedWriter.write() to ensure that BlockingIOError is by Antoine Pitrou · 13 years ago