1. 4394e0d Issue #10517: After fork(), reinitialize the TLS used by the PyGILState_* by Antoine Pitrou · 13 years ago
  2. 34b32d6 #11763: don't use difflib in TestCase.assertMultiLineEqual if the strings are too long. by Ezio Melotti · 13 years ago
  3. 5dc6868 Update NEWS for Issue11236. by Senthil Kumaran · 13 years ago
  4. 83627ed issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  5. e3685f6 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  6. a0895db #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  7. f93bb26 pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  8. 3f2b184 Other minor clean-ups. by Raymond Hettinger · 13 years ago
  9. c646743 Remove unused branch in the clear() method. Minor comment edits. by Raymond Hettinger · 13 years ago
  10. 536999c Minor code clean-up. by Raymond Hettinger · 13 years ago
  11. b36f747 Remove unused imports by Raymond Hettinger · 13 years ago
  12. 43a5641 Minor code simplification. by Raymond Hettinger · 13 years ago
  13. 0b795e5 Minor code simplification. by Raymond Hettinger · 13 years ago
  14. 7ce6d97 Cleanups to remove dependencies and add docstrings. by Raymond Hettinger · 13 years ago
  15. c69313a Fix some more markup glitches in argparse doc. by Ezio Melotti · 13 years ago
  16. 569083a The \ is not supported in Sphinx 0.6. by Ezio Melotti · 13 years ago
  17. d281f14 #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  18. 310619c #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  19. 0a43ecc #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  20. 01b600c Add the :mod: role where it was missing. by Ezio Melotti · 13 years ago
  21. 2eab88e #11885: capitalize Python. by Ezio Melotti · 13 years ago
  22. 3674c85 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  23. ffdf94a Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  24. 44e8168 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  25. 0d65433 Fix #8886. Use context managers throughout zipfile tests. by Brian Curtin · 13 years ago
  26. c98556e Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  27. b492378 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  28. 7cb5ec0 Use a generic class lookup. by Raymond Hettinger · 13 years ago
  29. e0156c4 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  30. 0513275 Updated documentation on fileConfig(). by Vinay Sajip · 13 years ago
  31. bafc6a9 Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  32. 059061a Issue #11768: signal.set_wakeup_fd() and PySignal_SetWakeupFd() added in 2.6 by Victor Stinner · 13 years ago
  33. 33feeab (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  34. 8e4eeef #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  35. efeb8bd Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  36. c116da0 merge 11442 NEWS by Martin v. Löwis · 13 years ago
  37. 31e1b1f merge 11442 NEWS by Martin v. Löwis · 13 years ago
  38. 2d253dd Issue 11442: Add NEWS entry for e9724d7abbc2 by Martin v. Löwis · 13 years ago
  39. 1212582 Fix a few hyphens in argparse.rst. by Ezio Melotti · 13 years ago
  40. ad72bb1 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  41. df453fb Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  42. 37c0fe5 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  43. 65c620d #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 13 years ago
  44. c283a85 Issue #5057: fix a bug in the peepholer that led to non-portable pyc files between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g. u"\U00012345"[0]). by Ezio Melotti · 13 years ago
  45. ddaea1c Issue #11467: Fix urlparse behavior when handling urls which contains scheme by Senthil Kumaran · 13 years ago
  46. 1bb18cc #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  47. 6033d26 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 13 years ago
  48. 929e276 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  49. e57666a merge the changes. by Senthil Kumaran · 13 years ago
  50. a99b761 Fix Issue11474 - url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  51. 020f650 #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  52. 7f9d2ea #9101: backport json reference in configparser doc. by Ezio Melotti · 13 years ago
  53. a2472d2 Transplant: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  54. 9b342c6 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  55. 2b96f09 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  56. 179816d Issue 11718: Teach IDLE's open module dialog to find packages. by Raymond Hettinger · 13 years ago
  57. 0531d6f update news in 2.7 for Issue #11703 by Senthil Kumaran · 13 years ago
  58. ea8b6ef #10019: Fix regression relative to 2.6: add newlines if indent=0 by R David Murray · 13 years ago
  59. 49c4408 Fix Issue11703 - urllib2.get_url does not handle fragment in url properly. by Senthil Kumaran · 13 years ago
  60. 7c9d347 Issue 11747: Fix output format for context diffs. by Raymond Hettinger · 13 years ago
  61. d922329 Neaten-up the fix to issue 11830 by Raymond Hettinger · 13 years ago
  62. 4ded0c0 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  63. 1b93021 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  64. 9d2ad44 Use floor division operator instead of deprecated division operator. by Raymond Hettinger · 13 years ago
  65. e4579c3 Issue #11830: Remove unnecessary introspection code in the decimal module. by Raymond Hettinger · 13 years ago
  66. 16f98b7 Add NEWS item for #5162. by brian.curtin · 13 years ago
  67. 40b5316 Fix #5162. Allow child spawning from Windows services (via pywin32). by brian.curtin · 13 years ago
  68. e575f10 Remove unnecessary call to PyErr_Clear. by Ezio Melotti · 13 years ago
  69. 8b4367e #4877: Fix a segfault in xml.parsers.expat while attempting to parse a closed file. by Ezio Melotti · 13 years ago
  70. 7dfc874 Issue #8428: Fix a race condition in multiprocessing.Pool when terminating by Antoine Pitrou · 13 years ago
  71. 04cb72f Issue9670: Back out changeset b0d2b696da19; test fails on other platforms by Ned Deily · 13 years ago
  72. e427f0f Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  73. fe2f1ad Issue #11719: Fix message about unexpected test_msilib skip. by Ross Lagerwall · 13 years ago
  74. 5de51ac (Merge 3.1) Issue #11650: PyOS_StdioReadline() retries fgets() if it was by Victor Stinner · 14 years ago
  75. 5dbca9c Issue #11794: Reorganised logging documentation. by Vinay Sajip · 14 years ago
  76. ffc9caf Backport for Python 2.7 of issue 11715 support for building Python on by Barry Warsaw · 14 years ago
  77. c2b0d76 Issue #11766: increase countdown waiting for a pool of processes to start by Antoine Pitrou · 14 years ago
  78. bb4e470 hg pull/merge - Changes to accomodate. by Senthil Kumaran · 14 years ago
  79. 792eb5d Issue #10762: Guard against invalid/non-supported format string '%f' on Windows. Patch Santoso Wijaya. by Senthil Kumaran · 14 years ago
  80. 07019bc Issue #11576: Fixed timedelta subtraction glitch on big timedelta values by Alexander Belopolsky · 14 years ago
  81. 5f51182 Issue #7108: Fix test_commands to not fail when special attributes ('@' by Ned Deily · 14 years ago
  82. 9f1ffb2 #7311: fix HTMLParser to accept non-ASCII attribute values. by Ezio Melotti · 14 years ago
  83. 104c3f1 Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. by Ross Lagerwall · 14 years ago
  84. e3c11b4 Issue #9347: Fix formatting for tuples in argparse type= error messages. by Steven Bethard · 14 years ago
  85. 824504d Dummy merge from 2.6. by R David Murray · 14 years ago
  86. db9d64b Issue 11713: clarify docstring for collections.deque() by Raymond Hettinger · 14 years ago
  87. b885a5b Merge cleanup. by Guido van Rossum · 14 years ago
  88. 8c850bf Merge cleanup. by Guido van Rossum · 14 years ago
  89. 07ef62c Merge issue 11662 from 2.6. by Guido van Rossum · 14 years ago
  90. 079381d Merge issue 11662 from 2.5. by Guido van Rossum · 14 years ago
  91. b7ef35b Merge urllib/urllib2 security fix from 2.6 branch. by guido@google.com · 14 years ago
  92. 9a9fdfa Merge urllib/urllib2 security fix from 2.5 branch. by guido@google.com · 14 years ago
  93. 92ecb87 Adding .hgignore (copied from default branch). by guido@google.com · 14 years ago
  94. 3c599bd Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
  95. f851fe9 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
  96. af1fee0 Issue #11639: Configuration function documentation referred to logging.XXX rather than logging.config.XXX. by Vinay Sajip · 14 years ago
  97. 77d4660 Correct handling of functions with only kwarg args in getcallargs (closes #11256) by Benjamin Peterson · 14 years ago
  98. 41a9ec9 let's keep parenthesis around sizeof by Benjamin Peterson · 14 years ago
  99. db3080e Add CVE number to urllib/urllib2 news item. by guido@google.com · 14 years ago
  100. f150930 Add tests for the urllib[2] vulnerability. Change to raise exceptions. by guido@google.com · 14 years ago