1. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  2. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  3. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  4. 5db3e01 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  5. 7fdd0fe Issue #9319: Fix the unit test by Victor Stinner · 13 years ago
  6. c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 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. f745d8b merge by Jesus Cea · 13 years ago
  15. f620754 merge heads by Jesus Cea · 13 years ago
  16. 7365acc merge heads by Jesus Cea · 13 years ago
  17. f299c51 null merge by Jesus Cea · 13 years ago
  18. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  19. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  20. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  21. db26dff heads merging by Jesus Cea · 13 years ago
  22. ec81d41 null merge by Jesus Cea · 13 years ago
  23. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  24. 5ccd278 merge by Jesus Cea · 13 years ago
  25. c3ab577 merge by Jesus Cea · 13 years ago
  26. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  27. 861d27f Merge with 3.1. by Ezio Melotti · 13 years ago
  28. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  29. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  30. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  31. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  32. 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  33. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 13 years ago
  34. a947abe Merge with 3.1. by Ezio Melotti · 13 years ago
  35. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  36. 1114744 merge by Raymond Hettinger · 13 years ago
  37. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  38. 35b873a merge by Raymond Hettinger · 13 years ago
  39. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  40. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 13 years ago
  41. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 13 years ago
  42. f97255f Updated documentation on fileConfig(). by Vinay Sajip · 13 years ago
  43. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 13 years ago
  44. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 13 years ago
  45. 530cc09 Fix markup. by R David Murray · 13 years ago
  46. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  47. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 13 years ago
  48. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 13 years ago
  49. 74c0031 #11865: Merge with 3.1. by Ezio Melotti · 13 years ago
  50. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 13 years ago
  51. c15d9e7 Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  52. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 13 years ago
  53. 2409d77 Fix a few more hyphens in argparse.rst by Ezio Melotti · 13 years ago
  54. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 13 years ago
  55. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 13 years ago
  56. 340d269 Small wording fix. by Georg Brandl · 13 years ago
  57. 1d827ff Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 13 years ago
  58. ab8d93c Backport 8a9f8f34d9d5. by Georg Brandl · 13 years ago
  59. 10fe23b Merge with 3.1 by Georg Brandl · 13 years ago
  60. a2860e8 Improve message.py test coverage to 100%. by R David Murray · 13 years ago
  61. 3384e54 Issue #11855: merge from 3.1 by Eli Bendersky · 13 years ago
  62. 219cc77 Issue #11855: Apply missing formatting for urlretrieve by Eli Bendersky · 13 years ago
  63. f05c139 merge by Raymond Hettinger · 13 years ago
  64. 7bba683 Add another example to the collections module docs. by Raymond Hettinger · 13 years ago
  65. e723e96 Issue #11852: Add missing imports and update tests. by Vinay Sajip · 13 years ago
  66. 6c9e5b7 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  67. 1c746c2 Fix minor subclassing issue with collections.Counter by Raymond Hettinger · 13 years ago
  68. 8881868 #11843: Merge with 3.1. by Ezio Melotti · 13 years ago
  69. 181810b #11843: remove duplicate line from table in distutil doc. by Ezio Melotti · 13 years ago
  70. 71e84a6 #5057: Merge with 3.1. by Ezio Melotti · 13 years ago
  71. 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
  72. b4bd4af merge from 3.1 by Senthil Kumaran · 13 years ago
  73. 397eb44 Issue #11467: Fix urlparse behavior when handling urls which contains scheme specific part only digits. by Senthil Kumaran · 13 years ago
  74. 82b0d5d #11848: Merge with 3.1. by Ezio Melotti · 13 years ago
  75. 20f53f1 #11848: replace dead link in random.betavariate comment. by Ezio Melotti · 13 years ago
  76. 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
  77. 34d204b #4783: Merge with 3.1. by Ezio Melotti · 13 years ago
  78. 60adf95 #4783: document that is not possible to use json.dump twice on the same stream. by Ezio Melotti · 13 years ago
  79. d211231 merge from 3.1 by Eli Bendersky · 13 years ago
  80. 046a764 Issue #11827: remove mention of list2cmdline in the doc of subprocess by Eli Bendersky · 13 years ago
  81. 56f1e2d merge from 3.1 by Senthil Kumaran · 13 years ago
  82. 2d2ea1b Fix Issue11474 - fix url2pathname() handling of '/C|/' on Windows by Senthil Kumaran · 13 years ago
  83. c1f0577 #11840: Merge with 3.1. by Ezio Melotti · 13 years ago
  84. 95cd91c #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. by Ezio Melotti · 13 years ago
  85. eb22db0 Dummy merge with 3.1. by Ezio Melotti · 13 years ago
  86. 832c8bb #9101: backport json reference in configparser doc. by Ezio Melotti · 13 years ago
  87. 8e4f4fe Merge 3.1 by Brian Curtin · 13 years ago
  88. b4fb909 Remove inexistent tools by Brian Curtin · 13 years ago
  89. 8a9c4d9 Issue 3051: make pure python code pass the same tests as the C version. by Raymond Hettinger · 13 years ago
  90. 5864c9f Merge: Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  91. e0fd2f8 Fix wording and clarify that the IDNA codec operates on full domain names. by R David Murray · 13 years ago
  92. a3d0be4 Merge with 3.1. by Ezio Melotti · 13 years ago
  93. ce073cd Fix typo in docstring. by Ezio Melotti · 13 years ago
  94. 04c6423 Merge with 3.1. by Ezio Melotti · 13 years ago
  95. d210aa1 #9233: Fix json.loads({}) to return a dict (instead of a list), when _json is not available. by Ezio Melotti · 13 years ago
  96. 42368f9 Remove unnecessary imports and use assertIs instead of assertTrue. by Ezio Melotti · 13 years ago
  97. c753305 #9233: Fix json to work properly even when _json is not available. by Ezio Melotti · 13 years ago
  98. 4f95a52 #9233: skip _json-specific tests when _json is not available. by Ezio Melotti · 13 years ago
  99. 1a20c12 Issue #11830: Remove unnecessary introspection code in the decimal module. by Alexander Belopolsky · 13 years ago
  100. 2df393c Fix nit. by Raymond Hettinger · 13 years ago