1. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 13 years ago
  2. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 13 years ago
  3. 7e9c9d5 Issue #14452: remove BOM insertion code. by Vinay Sajip · 13 years ago
  4. 9945a64 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 13 years ago
  5. 0407e96 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 13 years ago
  6. 9c0baf7 Issue #13889: On MSVC builds, set FPU control word at runtime for all string <-> float conversions. Patch by Samuel Iseli and Stefan Krah. by Mark Dickinson · 13 years ago
  7. 9955ad4 #14399: corrected news item by R David Murray · 13 years ago
  8. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 13 years ago
  9. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 13 years ago
  10. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 13 years ago
  11. 02a3801 Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString(). by Antoine Pitrou · 13 years ago
  12. f73813a prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  13. fe94177 Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 13 years ago
  14. 4b536d4 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
  15. 8af8729 update NEWS for 2.7 as Terry Reedy proposed by Andrew Svetlov · 13 years ago
  16. c37db10 Backport of Issue #14409 to 2.7 by Andrew Svetlov · 13 years ago
  17. 479c8f8 Issue #10538 - Update Misc/NEWS by krisvale · 13 years ago
  18. 96cb5d1 fix #10340: properly handle EINVAL on OSX and also avoid to call handle_connect() in case of a disconnetected socket which is not meant to connect. by Giampaolo Rodola' · 13 years ago
  19. 72c6227 merge heads by Benjamin Peterson · 13 years ago
  20. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  21. b3f95d7 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 13 years ago
  22. 7c010ee #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
  23. 3d3cf48 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 13 years ago
  24. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 13 years ago
  25. dbc52f8 check for string attribute names in old-style classes (closes #14334) by Benjamin Peterson · 13 years ago
  26. 6e7832b check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  27. 51a65c9 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  28. 4c59211 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
  29. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  30. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  31. d0e1a5b Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  32. c8ff460 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  33. f163efd Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  34. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 13 years ago
  35. 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
  36. a2aa2ef bump to 2.7.3rc1 by Benjamin Peterson · 13 years ago
  37. f00011a Issue #14053: Fix "make patchcheck" to work with MQ. by Nadeem Vawda · 13 years ago
  38. a1b2af8 Issue #6807: Run msisupport.mak earlier. by Martin v. Löwis · 13 years ago
  39. ef281bd Issue #10580: Minor grammar change in Windows installer. by Martin v. Löwis · 13 years ago
  40. 4ab701b sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures by Petri Lehtinen · 13 years ago
  41. 36b7361 HTMLParser is now able to handle slashes in the start tag. by Ezio Melotti · 13 years ago
  42. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  43. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  44. c5df563 Issue #12627: Implement PEP 394 for OS X framework builds. by Ned Deily · 13 years ago
  45. e062466 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  46. 66f3cc6 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer by Charles-François Natali · 13 years ago
  47. 437b149 Fix a variable scoping error in an sqlite3 test by Petri Lehtinen · 13 years ago
  48. 002b202 Fix errors in sqlite3's Cursor.rowcount documentation by Petri Lehtinen · 13 years ago
  49. 14dc510 news entry for previous commit by Gregory P. Smith · 13 years ago
  50. dd7e071 Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). by Antoine Pitrou · 13 years ago
  51. e897a74 Fix parsing of build_ext --libraries option (#1326113) by Éric Araujo · 13 years ago
  52. 65d36da #13987: HTMLParser is now able to handle malformed start tags. by Ezio Melotti · 13 years ago
  53. d2307cb #13987: HTMLParser is now able to handle EOFs in the middle of a construct. by Ezio Melotti · 13 years ago
  54. c66ed45 Issue #13020: Fix a reference leak when allocating a structsequence object fails. by Antoine Pitrou · 13 years ago
  55. c39cd78 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. by Antoine Pitrou · 13 years ago
  56. ff337cc Issue #13979: Fix ctypes.util.find_library ldconfig regex by Meador Inge · 14 years ago
  57. f117443 #13993: HTMLParser is now able to handle broken end tags. by Ezio Melotti · 14 years ago
  58. 4b92cc3 #13960: HTMLParser is now able to handle broken comments. by Ezio Melotti · 14 years ago
  59. 1242699 Issue #13930: Adds ability for 2to3 to write its output to a different by Gregory P. Smith · 14 years ago
  60. 587209f Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes by Petri Lehtinen · 14 years ago
  61. c227965 Typo in Misc/NEWS. by Florent Xicluna · 14 years ago
  62. 6faad8d Fix distutils.filelist.FileList under Windows (#13193). by Éric Araujo · 14 years ago
  63. c47a459 Issue #13994: Earler partial revert of Distutils enhancements in 2.7 by Ned Deily · 14 years ago
  64. 0d0ea48 Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building by Ned Deily · 14 years ago
  65. 59e7c8f Issue #9021: Add an introduction to the copy module. Doc changes suggested by Terry Reedy. by Senthil Kumaran · 14 years ago
  66. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  67. c7fd523 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. by Petri Lehtinen · 14 years ago
  68. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 14 years ago
  69. adb87e2 Issue 964437 Make IDLE help window non-modal. by Terry Jan Reedy · 14 years ago
  70. 61c9534 Issue #13933: IDLE auto-complete did not work with some imported by Ned Deily · 14 years ago
  71. fbc56fd Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. by Ned Deily · 14 years ago
  72. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  73. 0518f47 sqlite3: Handle strings with embedded zeros correctly by Petri Lehtinen · 14 years ago
  74. b98000a #13506 Add '' to path for interactive interpreter by adding with_cwd parameter by Terry Jan Reedy · 14 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 · 14 years ago
  76. 374b4ea Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  77. d358e05 Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure. by Antoine Pitrou · 14 years ago
  78. 64b2b6a Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 14 years ago
  79. a1f948b Issue #12501: merge the discordant NEWS entries. by Florent Xicluna · 14 years ago
  80. 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 · 14 years ago
  81. b05f91d NEWS entry for Issue6631 by Senthil Kumaran · 14 years ago
  82. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 14 years ago
  83. d7664de Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects. by Nadeem Vawda · 14 years ago
  84. 4a8ba19 Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name by Jesus Cea · 14 years ago
  85. 3b6a314 Issue #13589: Fix some serialization primitives in the aifc module. by Antoine Pitrou · 14 years ago
  86. 23fbd8c Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo by Jesus Cea · 14 years ago
  87. a84f468 move notes for 2.7.4 to the right place by Benjamin Peterson · 13 years ago
  88. a8d4585 allow cycles throught the __dict__ slot to be cleared (closes #1469629) by Benjamin Peterson · 13 years ago
  89. ec17afd Backout buggy patch for #13719 by Éric Araujo · 13 years ago
  90. dcd2804 Make distutils’ upload command work with bdist_msi products (#13719). by Éric Araujo · 13 years ago
  91. 104f189 Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. by Meador Inge · 13 years ago
  92. a15a8d2 sqlite3: Port relevant documentation changes from 3.2 by Petri Lehtinen · 13 years ago
  93. 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
  94. 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
  95. d673b62 Stop ignoring RPMs in distutils' upload command (#2945). by Éric Araujo · 13 years ago
  96. e84e263 Add test file for scripts in Tools (#13447). by Éric Araujo · 13 years ago
  97. 31378df Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). by Éric Araujo · 13 years ago
  98. dee76e6 Issue #13774: json: Fix a SystemError when a bogus encoding is passed to by Amaury Forgeot d'Arc · 14 years ago
  99. bcd833f - Issue #13642: Unquote before b64encoding user:password during Basic by Senthil Kumaran · 14 years ago
  100. d76088d Issue #13636: Weak ciphers are now disabled by default in the ssl module by Antoine Pitrou · 14 years ago