1. 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 13 years ago
  2. 104c3f1 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 13 years ago
  3. e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 13 years ago
  4. 824504d Dummy merge from 2.6. by R David Murray · 13 years ago
  5. db9d64b Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 13 years ago
  6. b885a5b Merge cleanup. by Guido van Rossum · 13 years ago
  7. 8c850bf Merge cleanup. by Guido van Rossum · 13 years ago
  8. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 13 years ago
  9. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 13 years ago
  10. b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 13 years ago
  11. 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 13 years ago
  12. 92ecb87 Adding .hgignore (copied from default branch). by guido@google.com · 13 years ago
  13. 3c599bd Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 13 years ago
  14. f851fe9 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 13 years ago
  15. af1fee0 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 13 years ago
  16. 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 13 years ago
  17. 41a9ec9 let's keep parenthesis around sizeof by Benjamin Peterson · 13 years ago
  18. db3080e Add CVE number to urllib/urllib2 news item. by guido@google.com · 13 years ago
  19. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 13 years ago
  20. d113512 #10617: add class directives to collections ABCs. by Ezio Melotti · 13 years ago
  21. 7aea63f Add missing file from #11696. by Martin v. Löwis · 13 years ago
  22. 03f7e23 Closes #11696: Fix ID generation in msilib. Patch by Mark Mc Mahon. by Martin v. Löwis · 13 years ago
  23. d687be0 Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when trying to pack a negative (in-range) integer. by Mark Dickinson · 13 years ago
  24. 1829e8f Move Misc/NEWS entry to correct section. by Mark Dickinson · 13 years ago
  25. bc3b104 Issue #9026: Fix order of argparse sub-commands in help messages. (Merged from 3.2.) by Steven Bethard · 13 years ago
  26. 49b0ce0 Fix short file name generation in bdist_msi. by Martin v. Löwis · 13 years ago
  27. 8c05568 revert unintended changes by Benjamin Peterson · 13 years ago
  28. e26f482 fix missing variable declarations by Benjamin Peterson · 13 years ago
  29. de39047 always check return value of PyObject_IsInstance for error by Benjamin Peterson · 13 years ago
  30. f21ad92 check possible recursive _as_parameter_ to prevent segfault (closes #1838) by Benjamin Peterson · 13 years ago
  31. 41347fe In the Windows clean script for buildbots, also clear the build dir by Antoine Pitrou · 13 years ago
  32. 5e0062d Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.) by Steven Bethard · 13 years ago
  33. 3f69a05 Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.) by Steven Bethard · 13 years ago
  34. 5395862 Issue #9348: Raise an early error if argparse nargs and metavar don't match. (Merge from 3.2.) by Steven Bethard · 13 years ago
  35. 874d59e Issue #11144: Fix corner cases where float-to-int conversion unnecessarily returned a long. by Mark Dickinson · 13 years ago
  36. d3cb2f6 Issue #11675: Zero-out newly-created multiprocessing.[Raw]Array objects. by Mark Dickinson · 13 years ago
  37. 254d4b8 Tweaks to sys.flags description table. by Éric Araujo · 13 years ago
  38. 10ab95a Remove untrue statement from tutorial by Éric Araujo · 13 years ago
  39. 8bea9a5 Use universal construct os.path.expanduser('~') instead of os.environ['HOME'] by Éric Araujo · 13 years ago
  40. 9aa5a34 Issue #11666: Teach pydoc to display full help for named tuples by Raymond Hettinger · 13 years ago
  41. f9e9a6f Issue #11673: Fix multiprocessing.[Raw]Array constructor to accept a size of type long. Thanks Robert Kern. by Mark Dickinson · 13 years ago
  42. d480d93 merge heads by Benjamin Peterson · 13 years ago
  43. 7859d40 remove this dead subversion code by Benjamin Peterson · 13 years ago
  44. 7548bce <Home> toggle failing on Tk 8.5, causing IDLE exits. Issue 3851. by Kurt B. Kaiser · 13 years ago
  45. 4664563 #2650: Refactor re.escape and its tests. by Ezio Melotti · 13 years ago
  46. 72de205 Issue #11634: Remove misleading paragraph from a comment by Eli Bendersky · 13 years ago
  47. 2bc23b8 Add FTP to the allowed url schemes. Add Misc/NEWS. by guido@google.com · 13 years ago
  48. 60a4a90 Issue 22663: fix redirect vulnerability in urllib/urllib2. by guido@google.com · 13 years ago
  49. f079c9b Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by Raymond. by Éric Araujo · 13 years ago
  50. 1fd2652 Issue #10771: Clarify that descriptors get used in an *owner* class or one of its parents. by Raymond Hettinger · 13 years ago
  51. 405a471 Issue 10787: Document the probability density function for random.gammavariate. by Raymond Hettinger · 13 years ago
  52. b76f620 Issue 10988: fix description of super's descriptor call. by Raymond Hettinger · 13 years ago
  53. 4fbd88a Fix typo spotted by Sandro Tosi by Éric Araujo · 13 years ago
  54. 911da47 Issue #11628: cmp_to_key should use__slots__. by Raymond Hettinger · 13 years ago
  55. 7250730 Issue #11625: Fix Typo by Raymond Hettinger · 13 years ago
  56. fe67be1 null merge by Martin v. Löwis · 13 years ago
  57. f23c515 null merge by Martin v. Löwis · 13 years ago
  58. ce5d0e2 Set subversion version identification to empty strings if this is not a subversion by Martin v. Löwis · 13 years ago
  59. b6dc81d Fix duplicate word. by Georg Brandl · 13 years ago
  60. 86f9074 Fix some issue references in NEWS by Éric Araujo · 13 years ago
  61. c75f265 Fix typo in class name by Éric Araujo · 13 years ago
  62. ec5b5cb the name of the option is a bit too low-level by Benjamin Peterson · 13 years ago
  63. dbd4efa Merge from 2.6. by Guido van Rossum · 13 years ago
  64. d7bed77 Whoops. The copyright should be two lines (merge from 2.5). by Guido van Rossum · 13 years ago
  65. 197f7f6 Whoops. The copyright should be two lines. by Guido van Rossum · 13 years ago
  66. 3a61345 Test commit. Add 2011 to copyright line (merge from 2.6). by Guido van Rossum · 13 years ago
  67. 54b76d4 Test commit. Add 2011 to copyright line (merge from 2.5). by Guido van Rossum · 13 years ago
  68. deeb71e Test commit. Add 2011 to copyright line. by Guido van Rossum · 13 years ago
  69. dbc5e12 Minor doc clean-up. by Raymond Hettinger · 13 years ago
  70. 374274d Fix the total_ordering decorator to handle cross-type comparisons by Éric Araujo · 13 years ago
  71. 5136867 News update for previous commit by Michael Foord · 13 years ago
  72. 8faa207 Issue #10979. unittest stdout buffering now works for class and module fixtures. by Michael Foord · 13 years ago
  73. 5a9a508 branch merge. by Senthil Kumaran · 13 years ago
  74. 2e61730 merge from 2.6 branch by Senthil Kumaran · 13 years ago
  75. dfd1579 merge from 2.5 branch. by Senthil Kumaran · 13 years ago
  76. 3853586 Fix issue11442 - Add a charset parameter to the Content-type to avoid XSS attacks. by Senthil Kumaran · 13 years ago
  77. 020d3d9 <Home> toggle non-functional when NumLock set. Issue3851 by Kurt B. Kaiser · 13 years ago
  78. 764d75f Changes for Wing Project file caused by mercurial transition. Plus ignoring python.exe-gdb.py. by Michael Foord · 13 years ago
  79. 4c9e91a Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqual by Michael Foord · 13 years ago
  80. 2ab5994 Issue #11569: use absolute path to the sysctl command in multiprocessing to by Ronald Oussoren · 13 years ago
  81. b3f7564 Revert typo fixes in zlib/* by Ezio Melotti · 13 years ago
  82. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  83. 6905de1 Close issue #8600: test_gdb failures because innocuous warnings by Jesus Cea · 13 years ago
  84. ab40e4c Merge #11216: document all possible set_charset execution paths. by R David Murray · 13 years ago
  85. d4acd35 make this subversion artifact empty by Benjamin Peterson · 13 years ago
  86. 8d77efc Revert typo fixes in _cytpes/libffi* by Ezio Melotti · 13 years ago
  87. 24b07bc #11515: fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  88. 1aa999c Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualified by Ronald Oussoren · 13 years ago
  89. 1919983 Issue #1099: Fix the build on MacOSX when building a framework with pydebug using GCC 4.0. by Ronald Oussoren · 13 years ago
  90. b44e184 Port #11488 patch from 3.1 (changeset f816841bab03) by R David Murray · 13 years ago
  91. a3ed3f0 Issue #10885: Fix multiprocessing docs typo by Ross Lagerwall · 13 years ago
  92. 8c76c53 merge heads by R David Murray · 13 years ago
  93. cdd5fc9 #11490: EACCES can also mean command not found by R David Murray · 13 years ago
  94. ad797b6 #11484: remove paragraph about with_traceback from 2.7 doc. by Ezio Melotti · 13 years ago
  95. 8b78a9d Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) by Antoine Pitrou · 13 years ago
  96. e103425 Dummy merge of 2.6 reversion of logging change by Nick Coghlan · 13 years ago
  97. ec40bab Issue #11426: use 'with' statements on open files in CSV examples by Eli Bendersky · 13 years ago
  98. dd6833d Fix markup in inputoutput.rst. by Ezio Melotti · 13 years ago
  99. 4f1a665 clarify condition for readline to return EOF (closes #11312) by Benjamin Peterson · 13 years ago
  100. 5ddf51f Fixes issue #11476: StreamHandler parameter name change documented. by Vinay Sajip · 13 years ago