1. c45868e #14538: HTMLParser can now parse correctly start tags that contain a bare /. by Ezio Melotti · 12 years ago
  2. a72aa84 Fix compiler warning related to issue #14331. harmless. by Gregory P. Smith · 12 years ago
  3. 9b5952d Remove webbrowser doc reference to the previously removed internet-config option. by Ned Deily · 12 years ago
  4. 7660555 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  5. 33c6630 Clean-up the SQLite introduction. by Raymond Hettinger · 12 years ago
  6. 0e15a6e Clarify that a new connection needs to be made after the close. by Raymond Hettinger · 12 years ago
  7. f838764 Issue #5113: Fix a test_posix failure on HP-UX, where non-root users can by Charles-François Natali · 12 years ago
  8. 8085f44 Tweaked format of cookbook example. by Vinay Sajip · 12 years ago
  9. 4e646aa Added cookbook example for log insertion. by Vinay Sajip · 12 years ago
  10. 7e9c9d5 Issue #14452: remove BOM insertion code. by Vinay Sajip · 12 years ago
  11. 9945a64 Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a test failure in test_ssl. by Antoine Pitrou · 12 years ago
  12. 9267810 Remove accidentally-committed debugging code. by Mark Dickinson · 12 years ago
  13. 0407e96 Issue 13496: Fix bisect.bisect overflow bug for large collections. by Mark Dickinson · 12 years ago
  14. 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 · 12 years ago
  15. 9955ad4 #14399: corrected news item by R David Murray · 12 years ago
  16. 7c0b44e move outside WITH_THREAD conditional by Benjamin Peterson · 12 years ago
  17. 6688eb5 take linkage def outside of WITH_THREAD conditional (closes #14569) by Benjamin Peterson · 12 years ago
  18. a4b2f98 merge heads by Amaury Forgeot d'Arc · 12 years ago
  19. 78f85fc Issue14559: Attempt to fix compilation with previous versions of the Microsoft Compiler. by Amaury Forgeot d'Arc · 12 years ago
  20. 3f4ccba #14399: zipfile now correctly handles comments added to empty zipfiles. by R David Murray · 12 years ago
  21. 0d3db3a Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban. by Charles-François Natali · 12 years ago
  22. 142ab32 #14552: remove redundant wording in 'test' docs. by R David Murray · 12 years ago
  23. ff67046 merge heads by Benjamin Peterson · 12 years ago
  24. a82f3ed merge heads by Benjamin Peterson · 12 years ago
  25. fbf764e we live in a post 2.7.3 world by Benjamin Peterson · 12 years ago
  26. 5f7e734 Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  27. dc0b324 Fix closes Issue14258 - Clarify the re.LOCALE and re.UNICODE flags for \S class by Senthil Kumaran · 12 years ago
  28. 6d9dd43 merge heads by Senthil Kumaran · 12 years ago
  29. fb2e874 fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  30. 5628fff Merged upstream change. by Vinay Sajip · 12 years ago
  31. b1df31f null merge by Barry Warsaw · 12 years ago
  32. 2a1c13b Updated logging reference and HOWTO. by Vinay Sajip · 12 years ago
  33. cca96f0 Post release twiddle. by Barry Warsaw · 12 years ago
  34. 930f190 Mostly null merge from 2.6; tag added by Barry Warsaw · 12 years ago
  35. 27509ce Added tag v2.6.8 for changeset c9910fd022fc by Barry Warsaw · 12 years ago
  36. a12d0cc Bump to 2.6.8 by Barry Warsaw · 12 years ago
  37. 75076b4 update docs by Barry Warsaw · 12 years ago
  38. 3661473 minor .rst fix by Senthil Kumaran · 12 years ago
  39. ad6b3f5 merge 2.7.3 release branch by Benjamin Peterson · 12 years ago
  40. 38b8069 Added tag v2.7.3 for changeset 70274d53c1dd by Benjamin Peterson · 12 years ago
  41. e95a8f6 bump to 2.7.3 final by Benjamin Peterson · 12 years ago
  42. fe146ea merge 2.7 release branch by Benjamin Peterson · 12 years ago
  43. f51c384 fix build without Py_DEBUG and DNDEBUG (closes #14509) by Benjamin Peterson · 12 years ago
  44. b5588c3 Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  45. 467a5c4 Fix flakiness in test_socketserver by Antoine Pitrou · 12 years ago
  46. fa1d841 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  47. 088a874 Make test_mailbox runnable via python -m unittest. by R David Murray · 12 years ago
  48. ceeb47d Issue #14502: release() and unlocked lock generates a ThreadError by Sandro Tosi · 12 years ago
  49. 02a3801 Issue #14505: Fix file descriptor leak when deallocating file objects created with PyFile_FromString(). by Antoine Pitrou · 12 years ago
  50. b45c5e2 Closes #14489: correct link target. by Georg Brandl · 12 years ago
  51. f14a2bf Transplant 45287f2799f5 from default branch. by Georg Brandl · 12 years ago
  52. 5fc56eb #14481: fix formatting of example in subprocess docs. by R David Murray · 12 years ago
  53. b9348e7 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 12 years ago
  54. b6e21a0 remove uneeded line by Benjamin Peterson · 12 years ago
  55. f235989 protect this call, too by Benjamin Peterson · 12 years ago
  56. f73813a prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 12 years ago
  57. fe94177 Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 12 years ago
  58. d987c02 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 12 years ago
  59. 4b536d4 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 12 years ago
  60. 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 12 years ago
  61. 93a224d #14434: make tutorial link in 'help' banner version-specific by R David Murray · 12 years ago
  62. 04cd095 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 12 years ago
  63. 8af8729 update NEWS for 2.7 as Terry Reedy proposed by Andrew Svetlov · 12 years ago
  64. 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 12 years ago
  65. afa2e47 Added a new crasher that targets mutating the underlying storage of a buffer. All work done by Armin Rigo. by Alex Gaynor · 12 years ago
  66. 7ce9bda Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 12 years ago
  67. c37db10 Backport of Issue #14409 to 2.7 by Andrew Svetlov · 12 years ago
  68. de294ec #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 12 years ago
  69. c56e667 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 12 years ago
  70. 4922a46 #5301: re-add image/vnd.microsoft.icon per discussion by R David Murray · 12 years ago
  71. 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 12 years ago
  72. 49d5fba Minor documentation tweak. by Vinay Sajip · 12 years ago
  73. e8ecc73 kill this terribly outdated comment by Benjamin Peterson · 12 years ago
  74. 99c1f59 Closes #14401: fix typos in curses howto. by Georg Brandl · 12 years ago
  75. fcf37c1 Issue #14400: Fix typo. by Martin v. Löwis · 12 years ago
  76. 50d6f54 Closes #14314: backported fix. by Vinay Sajip · 12 years ago
  77. ea605cd attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 12 years ago
  78. eee7690 move news thing around by Benjamin Peterson · 12 years ago
  79. 479c8f8 Issue #10538 - Update Misc/NEWS by krisvale · 12 years ago
  80. 50b6778 Issue #10538. Put a reference to the source object in the Py_buffer when by Kristján Valur Jónsson · 12 years ago
  81. 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' · 12 years ago
  82. 219a050 this should technicaly be identifier by Benjamin Peterson · 12 years ago
  83. 72c6227 merge heads by Benjamin Peterson · 12 years ago
  84. e90cdaa check for NULL by Benjamin Peterson · 12 years ago
  85. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 12 years ago
  86. b3f95d7 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 12 years ago
  87. 7c010ee #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 12 years ago
  88. 3d3cf48 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 12 years ago
  89. 0e3c107 merge from release branch by Benjamin Peterson · 12 years ago
  90. 02fa3b9 merge tag by Benjamin Peterson · 12 years ago
  91. e794995 merge heads by Benjamin Peterson · 12 years ago
  92. f72ef78 merge 2.7.3 release branch by Benjamin Peterson · 12 years ago
  93. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 12 years ago
  94. cdc60aa Add 2.7.3rc2 uuid by Martin v. Löwis · 12 years ago
  95. 28b22d0 Add 2.7.3rc2 uuid by Martin v. Löwis · 12 years ago
  96. 1220bd7 Merge 2.6.8rc tags into 2.7. by Georg Brandl · 12 years ago
  97. 222ac8c Remove duplicate hgtags entries for 2.6.8rc{1,2}. by Georg Brandl · 12 years ago
  98. 9636e46 Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 by Barry Warsaw · 12 years ago
  99. 2e9fb8d null merge by Barry Warsaw · 12 years ago
  100. 91c4f29 null merge from 2.6 by Barry Warsaw · 12 years ago