1. 08c9bd5 Remove unneeded backslashes by Éric Araujo · 13 years ago
  2. b547148 Fix indentation by Éric Araujo · 13 years ago
  3. fbeb1a9 Merge 3.1 by Éric Araujo · 13 years ago
  4. cae1be8 Branch merge by Éric Araujo · 13 years ago
  5. 5348b63 Branch merge by Éric Araujo · 13 years ago
  6. 2b9388a Fix weird executable name by Éric Araujo · 13 years ago
  7. 5569e9b Fix some more markup glitches in argparse doc. by Ezio Melotti · 13 years ago
  8. dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  9. 2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  10. 00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  11. 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 13 years ago
  12. cca4ef8 #11885: capitalize Python. by Ezio Melotti · 13 years ago
  13. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 13 years ago
  14. de579d4 Add a space to make json doc a bit more readable by Éric Araujo · 13 years ago
  15. f745d8b merge by Jesus Cea · 13 years ago
  16. f620754 merge heads by Jesus Cea · 13 years ago
  17. 7365acc merge heads by Jesus Cea · 13 years ago
  18. f299c51 null merge by Jesus Cea · 13 years ago
  19. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  20. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  21. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  22. db26dff heads merging by Jesus Cea · 13 years ago
  23. ec81d41 null merge by Jesus Cea · 13 years ago
  24. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  25. 5ccd278 merge by Jesus Cea · 13 years ago
  26. c3ab577 merge by Jesus Cea · 13 years ago
  27. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  28. 861d27f Merge with 3.1. by Ezio Melotti · 13 years ago
  29. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  30. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  31. 37e6c54 Merge 3.1 by Éric Araujo · 13 years ago
  32. 6f205ed Branch merge by Éric Araujo · 13 years ago
  33. 5c1a0c9 Fix argument name in reST doc to match the code by Éric Araujo · 13 years ago
  34. ad0790e Branch merge by Éric Araujo · 13 years ago
  35. f8e1b60 Add docstring to dbm.open by Éric Araujo · 13 years ago
  36. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  37. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  38. 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  39. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  40. a947abe Merge with 3.1. by Ezio Melotti · 13 years ago
  41. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  42. 1114744 merge by Raymond Hettinger · 13 years ago
  43. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  44. 35b873a merge by Raymond Hettinger · 13 years ago
  45. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  46. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 13 years ago
  47. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  48. f97255f Updated documentation on fileConfig(). by Vinay Sajip · 13 years ago
  49. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 13 years ago
  50. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  51. 530cc09 Fix markup. by R David Murray · 13 years ago
  52. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  53. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  54. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  55. 74c0031 #11865: Merge with 3.1. by Ezio Melotti · 13 years ago
  56. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  57. c15d9e7 Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  58. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  59. dcb22a3 Fix resource warning found manually by Éric Araujo · 13 years ago
  60. a0b3c32 Advertise nesting directives for class/method and class/data combos. by Éric Araujo · 13 years ago
  61. 2409d77 Fix a few more hyphens in argparse.rst by Ezio Melotti · 13 years ago
  62. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  63. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 13 years ago
  64. 340d269 Small wording fix. by Georg Brandl · 13 years ago
  65. 1d827ff Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 13 years ago
  66. ab8d93c Backport 8a9f8f34d9d5. by Georg Brandl · 13 years ago
  67. 10fe23b Merge with 3.1 by Georg Brandl · 13 years ago
  68. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  69. 3384e54 Issue #11855: merge from 3.1 by Eli Bendersky · 13 years ago
  70. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  71. f05c139 merge by Raymond Hettinger · 13 years ago
  72. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  73. 87f3a9a Fix double use of f.close(). by Éric Araujo · 13 years ago
  74. 2a83cc6 Add missing types to docstring of ast.literal_eval. by Éric Araujo · 13 years ago
  75. e7d36fe Prevent deprecation warning by Éric Araujo · 13 years ago
  76. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  77. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  78. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  79. 8881868 #11843: Merge with 3.1. by Ezio Melotti · 13 years ago
  80. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 13 years ago
  81. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  82. 2df6a93 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. "\U00012345"[0]). by Ezio Melotti · 13 years ago
  83. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  84. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  85. 82b0d5d #11848: Merge with 3.1. by Ezio Melotti · 13 years ago
  86. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  87. 982ef4e #11845: Fix typo in rangeobject.c that caused a crash in compute_slice_indices. Patch by Daniel Urban. by Ezio Melotti · 13 years ago
  88. 34d204b #4783: Merge with 3.1. by Ezio Melotti · 13 years ago
  89. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 13 years ago
  90. d211231 merge from 3.1 by Eli Bendersky · 13 years ago
  91. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  92. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  93. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  94. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 13 years ago
  95. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  96. eb22db0 Dummy merge with 3.1. by Ezio Melotti · 13 years ago
  97. 832c8bb #9101: backport json reference in configparser doc. by Ezio Melotti · 13 years ago
  98. 691840f Fix improper tests in RegisterTestCase by Éric Araujo · 13 years ago
  99. 395ba35 Minor tweaks to a few comments in heapq by Éric Araujo · 13 years ago
  100. 8e4f4fe Merge 3.1 by Brian Curtin · 13 years ago