1. b9348e7 fix parse_syntax_error to clean up its resources by Benjamin Peterson · 13 years ago
  2. b6e21a0 remove uneeded line by Benjamin Peterson · 13 years ago
  3. f235989 protect this call, too by Benjamin Peterson · 13 years ago
  4. f73813a prevent writing to stderr from messing up the exception state (closes #14474) by Benjamin Peterson · 13 years ago
  5. fe94177 Issue #13019: Fix potential reference leaks in bytearray.extend(). by Antoine Pitrou · 13 years ago
  6. d987c02 fix typo; thanks to Robert Bardos from docs@ by Sandro Tosi · 13 years ago
  7. 4b536d4 Issue #14437: Fix building the _io module under Cygwin. by Antoine Pitrou · 13 years ago
  8. 6ca845c use unittest.skip; thanks to Chang Min Jeon from docs@ by Sandro Tosi · 13 years ago
  9. 93a224d #14434: make tutorial link in 'help' banner version-specific by R David Murray · 13 years ago
  10. 04cd095 add 'safari' to webbrowser browsers table; thanks to Jonathan Eunice from docs@ by Sandro Tosi · 13 years ago
  11. 8af8729 update NEWS for 2.7 as Terry Reedy proposed by Andrew Svetlov · 13 years ago
  12. 5080cad #10423: clarify options vs args in argparse discussion of optparse by R David Murray · 13 years ago
  13. afa2e47 Added a new crasher that targets mutating the underlying storage of a buffer. All work done by Armin Rigo. by Alex Gaynor · 13 years ago
  14. 7ce9bda Closes #14436: Convert msg + args to string before pickling. by Vinay Sajip · 13 years ago
  15. c37db10 Backport of Issue #14409 to 2.7 by Andrew Svetlov · 13 years ago
  16. de294ec #14416: add missing LOG_SYSLOG facility to syslog docs. by R David Murray · 13 years ago
  17. c56e667 Closes #14411: remove outdated comment in rlcompleter docstring. by Georg Brandl · 13 years ago
  18. 4922a46 #5301: re-add image/vnd.microsoft.icon per discussion by R David Murray · 13 years ago
  19. 48a8895 Issue #14410: fix typo in argparse doc; patch by Tshepang Lekhonkhobe by Sandro Tosi · 13 years ago
  20. 49d5fba Minor documentation tweak. by Vinay Sajip · 13 years ago
  21. e8ecc73 kill this terribly outdated comment by Benjamin Peterson · 13 years ago
  22. 99c1f59 Closes #14401: fix typos in curses howto. by Georg Brandl · 13 years ago
  23. fcf37c1 Issue #14400: Fix typo. by Martin v. Löwis · 13 years ago
  24. 50d6f54 Closes #14314: backported fix. by Vinay Sajip · 13 years ago
  25. ea605cd attempt to fix asyncore buildbot failure by Giampaolo Rodola' · 13 years ago
  26. 479c8f8 Issue #10538 - Update Misc/NEWS by krisvale · 13 years ago
  27. 50b6778 Issue #10538. Put a reference to the source object in the Py_buffer when by Kristján Valur Jónsson · 13 years ago
  28. 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
  29. 219a050 this should technicaly be identifier by Benjamin Peterson · 13 years ago
  30. 72c6227 merge heads by Benjamin Peterson · 13 years ago
  31. e90cdaa check for NULL by Benjamin Peterson · 13 years ago
  32. eff19a1 check by equality for __future__ not identity (closes #14378) by Benjamin Peterson · 13 years ago
  33. b3f95d7 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v by R David Murray · 13 years ago
  34. 7c010ee #3573: idle now doesn't hungs if launched as: idle -e <directory> by Andrew Svetlov · 13 years ago
  35. 3d3cf48 Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. by Giampaolo Rodola' · 13 years ago
  36. 0e3c107 merge from release branch by Benjamin Peterson · 13 years ago
  37. 02fa3b9 merge tag by Benjamin Peterson · 13 years ago
  38. e794995 merge heads by Benjamin Peterson · 13 years ago
  39. f72ef78 merge 2.7.3 release branch by Benjamin Peterson · 13 years ago
  40. fcdf04b Fixes Issue #14331: Use significantly less stack space when importing modules by by Gregory P. Smith · 13 years ago
  41. cdc60aa Add 2.7.3rc2 uuid by Martin v. Löwis · 13 years ago
  42. 28b22d0 Add 2.7.3rc2 uuid by Martin v. Löwis · 13 years ago
  43. 1220bd7 Merge 2.6.8rc tags into 2.7. by Georg Brandl · 13 years ago
  44. 222ac8c Remove duplicate hgtags entries for 2.6.8rc{1,2}. by Georg Brandl · 13 years ago
  45. 9636e46 Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 by Barry Warsaw · 13 years ago
  46. 2e9fb8d null merge by Barry Warsaw · 13 years ago
  47. 91c4f29 null merge from 2.6 by Barry Warsaw · 13 years ago
  48. b1abc08 Added tag v2.6.8rc2 for changeset 1d1b7b9fad48 by Barry Warsaw · 13 years ago
  49. bd371a4 Bump to 2.6.8rc2 by Barry Warsaw · 13 years ago
  50. 2875b5b Update Docs and NEWS for 2.6.8rc2. by Barry Warsaw · 13 years ago
  51. 5c2689a #14333: fix test_queue so it can be run via standard unittest test discovery. by R David Murray · 13 years ago
  52. b07b730 Issue #14346: Fix some typos in the Mac/README file. by Ned Deily · 13 years ago
  53. 94a1057 Closes #14250: regex.flags has not only explicit flags but also those from the pattern by Georg Brandl · 13 years ago
  54. 5a607b0 Closes #14343: avoid shadowing builtin input() in example code. by Georg Brandl · 13 years ago
  55. ce54617 Closes #14342: remove out-of-date section about avoiding recursion errors. by Georg Brandl · 13 years ago
  56. f354f8e Closes #14306: clarify expensiveness of try-except and update code snippet by Georg Brandl · 13 years ago
  57. e3d7354 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan by Senthil Kumaran · 13 years ago
  58. bee24df #11780: s/throw/raise/ by R David Murray · 13 years ago
  59. 0cc4e53 #11780: document that email.encoders throw TypeError on multipart messages. by R David Murray · 13 years ago
  60. dbc52f8 check for string attribute names in old-style classes (closes #14334) by Benjamin Peterson · 13 years ago
  61. 6e7832b check to make sure the attribute is a string (#14334) by Benjamin Peterson · 13 years ago
  62. 51a65c9 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  63. 4c59211 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 by Senthil Kumaran · 13 years ago
  64. f1acd0a merge from 2.7 release branch by Benjamin Peterson · 13 years ago
  65. bf6bf4f Added tag v2.7.3rc2 for changeset d46c1973d3c4 by Benjamin Peterson · 13 years ago
  66. ee933ec bump to 2.7.3rc2 by Benjamin Peterson · 13 years ago
  67. 32a3b14 #12758: removing confusing mention of UTC from time.time description by R David Murray · 13 years ago
  68. 66d2bd7 merge heads by Benjamin Peterson · 13 years ago
  69. 7210025 merge heads. by Gregory P. Smith · 13 years ago
  70. 99576c0 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  71. c10f5c2 Fixes Issue 14234: fix for the previous commit, keep compilation when by Gregory P. Smith · 13 years ago
  72. e236ad3 merge 2.6 by Barry Warsaw · 13 years ago
  73. e9bc2f7 - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash by Barry Warsaw · 13 years ago
  74. 3cef2a9 - rename configure.in to configure.ac by Matthias Klose · 13 years ago
  75. d0e1a5b Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  76. c8ff460 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes by Gregory P. Smith · 13 years ago
  77. f590e04 Closes #14289: put a link to the CHM download page on the docs download page. by Georg Brandl · 13 years ago
  78. f163efd Issue #5219: Prevent event handler cascade in IDLE. Patch by Roger Serwy. by Martin v. Löwis · 13 years ago
  79. 71e51d6 Merged upstream change. by Vinay Sajip · 13 years ago
  80. 9790e08 Closes #14267: Corrected computation of rollover filename. by Vinay Sajip · 13 years ago
  81. d17a898 Fix closes Issue14281 - Test for cgi.escape by Brian Landers by Senthil Kumaran · 13 years ago
  82. b968b36 merge heads by Senthil Kumaran · 13 years ago
  83. b56b6ff #14179: add tests for re.compile. Patch by Florian Mladitsch. by Ezio Melotti · 13 years ago
  84. c768d4c closes issue14257 - Grammatical fix by Senthil Kumaran · 13 years ago
  85. 814d316 closes issue14257 minor error in glossary wording regarding __hash__ by Senthil Kumaran · 13 years ago
  86. 15b6f3f Fix closes issue14258 - added clarification to \W and \S flags by Senthil Kumaran · 13 years ago
  87. b60156e #14161: fix test failures on Windows. by Ezio Melotti · 13 years ago
  88. eace3a7 #14161: fix compile error under Windows. by Ezio Melotti · 13 years ago
  89. 11f8b68 #14161: fix the __repr__ of file objects to escape the file name. by Ezio Melotti · 13 years ago
  90. 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
  91. 5081957 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  92. e107ab3 Moved symlink support into its own module. Ported can_symlink from Python 3.2, skipping symlink test when it cannot be invoked (such as when the symlink privilege is not present). by Jason R. Coombs · 13 years ago
  93. ea4629a Improve the test case to avoid spurious errors about already existing symlinks. by Jason R. Coombs · 13 years ago
  94. 0e17dfb Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifdef again. by Jason R. Coombs · 13 years ago
  95. 452bfcc #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
  96. 0e49449 #14114: don't include copybutton.js in the htmlhelp output. by Ezio Melotti · 13 years ago
  97. 11d748e Fix link to global module index. by Georg Brandl · 13 years ago
  98. 3a34c51 Add 2.7.3 and 2.7.4 UUIDs by Martin v. Löwis · 13 years ago
  99. 94e5c93 update pydoc-topics by Benjamin Peterson · 13 years ago
  100. 6707826 Added tag v2.6.8rc1 for changeset 5356b6c7fd66 by Barry Warsaw · 13 years ago