1. 793b531 Issue #10914: Initialize correctly the filesystem codec when creating a new by Victor Stinner · 13 years ago
  2. c40a350 Issue #10914: Py_NewInterpreter() uses PyErr_PrintEx(0) by Victor Stinner · 13 years ago
  3. 66299a4 Fix compilation of _testembed.c without threads by Victor Stinner · 13 years ago
  4. 8e4d407 PyGILState_Ensure(), PyGILState_Release(), PyGILState_GetThisThreadState() are by Victor Stinner · 13 years ago
  5. f3d77dc merge by Raymond Hettinger · 13 years ago
  6. 441ed91 Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 13 years ago
  7. 40fc59d Issue 11929: Minor whitespace clean-ups. by Raymond Hettinger · 13 years ago
  8. b90db4c Issue #11918: OS/2 and VMS are no more supported because of the lack of by Victor Stinner · 13 years ago
  9. d972d8f Disabled test failing on buildbots. by Vinay Sajip · 13 years ago
  10. 37eb338 Refined time test in test_logging. by Vinay Sajip · 13 years ago
  11. 373baef Yet more test_logging coverage improvements. by Vinay Sajip · 13 years ago
  12. 985ef87 More test_logging coverage improvements. by Vinay Sajip · 13 years ago
  13. 26fe4b7 test_logging coverage improvements. by Vinay Sajip · 13 years ago
  14. 45456a0 I think this should be "versionchanged", not "versionadded" by Antoine Pitrou · 13 years ago
  15. 0145c54 merge from 3.2 by Senthil Kumaran · 13 years ago
  16. d27988d merge from 2.7 by Senthil Kumaran · 13 years ago
  17. 30fe818 merge from 3.1 by Senthil Kumaran · 13 years ago
  18. 72387f9 Update News entry for Issue11236 by Senthil Kumaran · 13 years ago
  19. 75e6ed1 merge from 3.1 codeline. by Senthil Kumaran · 13 years ago
  20. 7cfe5f8 Fix for issue11236 getpass.getpass to respond ctrl-c or ctrl-z by Senthil Kumaran · 13 years ago
  21. bf1253b #6780: merge with 3.2. by Ezio Melotti · 13 years ago
  22. f2b3f78 #6780: merge with 3.1. by Ezio Melotti · 13 years ago
  23. ba42fd5 #6780: fix starts/endswith error message to mention that tuples are accepted too. by Ezio Melotti · 13 years ago
  24. dff18b0 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  25. 0fb5b39 Merge #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  26. 2043f9c #11901: add description of how bitfields are laid out to hexversion docs by R David Murray · 13 years ago
  27. d4a2ff4 Issue #11919: try to fix test_imp failure on some buildbots. by Antoine Pitrou · 13 years ago
  28. 1184690 Issue #11919: try to fix test_imp failure on some buildbots. by Antoine Pitrou · 13 years ago
  29. eec6060 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  30. 72562d0 Issue #10914: add NEWS item. by Antoine Pitrou · 13 years ago
  31. 8e60577 Issue #10914: Add a minimal embedding test to test_capi. by Antoine Pitrou · 13 years ago
  32. f645451 Issue #11856: Speed up parsing of JSON numbers. by Antoine Pitrou · 13 years ago
  33. 54afa55 Issue #2736: Documented how to compute seconds since epoch. by Alexander Belopolsky · 13 years ago
  34. c1935d2 Revert bb62908896fe, but keep the test by Jesus Cea · 13 years ago
  35. 4f71172 pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  36. 88f7841 Correctly merging #9319 into 3.3? by Jesus Cea · 13 years ago
  37. b32321a pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  38. 8f14bbd pybench prep_times calculation error (closes #11895) by Jesus Cea · 13 years ago
  39. 762f8d1 Issue #11005, issue #11915: fix issue number of commit 2c0da1c4f063. by Victor Stinner · 13 years ago
  40. c2824d4 Issue #11915: threading.RLock()._release_save() raises a RuntimeError if the by Victor Stinner · 13 years ago
  41. a82aa55 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  42. 5db3e01 Minor clean-ups to docstrings, comments, and var names. by Raymond Hettinger · 13 years ago
  43. 6803dc2 Remove unused private function by Antoine Pitrou · 13 years ago
  44. 8c52027 Issue #11258: Speed up ctypes.util.find_library() under Linux by a factor by Antoine Pitrou · 13 years ago
  45. 877509a Issue #11382: Trivial system calls, such as dup() or pipe(), needn't by Antoine Pitrou · 13 years ago
  46. 7fdd0fe Issue #9319: Fix the unit test by Victor Stinner · 13 years ago
  47. c68b6aa Issue #9319: Fix a crash on parsing a Python source code without encoding by Victor Stinner · 13 years ago
  48. 00bdbe1 Fixed bug in test_logging. by Vinay Sajip · 13 years ago
  49. 707d1e6 Merge with 3.2. by Ezio Melotti · 13 years ago
  50. 5569e9b Fix some more markup glitches in argparse doc. by Ezio Melotti · 13 years ago
  51. 7817e3b #11904-#11905: Merge typo fixes with 3.2. by Ezio Melotti · 13 years ago
  52. dca309d #11905: fix missing full stop in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  53. 2f1db7d #11904: fix indentation in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  54. ccb0547 #11902: Merge with 3.2. by Ezio Melotti · 13 years ago
  55. 00f53af #11902: Fix typo in argparse doc. Noticed by Vladimir Rutsky. by Ezio Melotti · 13 years ago
  56. 295c1d4 Add another example for accumulate(). by Raymond Hettinger · 13 years ago
  57. 5bba6c2 Merge with 3.2. by Ezio Melotti · 13 years ago
  58. 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 13 years ago
  59. c6f079d #11885: Merge with 3.2. by Ezio Melotti · 13 years ago
  60. cca4ef8 #11885: capitalize Python. by Ezio Melotti · 13 years ago
  61. 5149eed #11897: Merge with 3.2. by Ezio Melotti · 13 years ago
  62. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 13 years ago
  63. 2b8ef2d say struct sequence rather than structseq and link to glossary by Benjamin Peterson · 13 years ago
  64. 82f614b glossary entry for struct sequence by Benjamin Peterson · 13 years ago
  65. a154b5c Simplify _count_elements() in _collections by Victor Stinner · 13 years ago
  66. 52d8fb5 merge by Jesus Cea · 13 years ago
  67. c2809af merge heads by Jesus Cea · 13 years ago
  68. f745d8b merge by Jesus Cea · 13 years ago
  69. f620754 merge heads by Jesus Cea · 13 years ago
  70. 7365acc merge heads by Jesus Cea · 13 years ago
  71. d9c0eb9 null merge by Jesus Cea · 13 years ago
  72. f299c51 null merge by Jesus Cea · 13 years ago
  73. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 13 years ago
  74. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  75. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 13 years ago
  76. fc330ae Minor text rearrangement. by Raymond Hettinger · 13 years ago
  77. 9a747fd merge by Jesus Cea · 13 years ago
  78. 902d96b heads merging by Jesus Cea · 13 years ago
  79. db26dff heads merging by Jesus Cea · 13 years ago
  80. f386764 null merge by Jesus Cea · 13 years ago
  81. ec81d41 null merge by Jesus Cea · 13 years ago
  82. 5020e00 Merge with 3.2. by Ezio Melotti · 13 years ago
  83. af92842 Use non-deprecated method name. by Ezio Melotti · 13 years ago
  84. 56fd326 null merge by Jesus Cea · 13 years ago
  85. 5ccd278 merge by Jesus Cea · 13 years ago
  86. c3ab577 merge by Jesus Cea · 13 years ago
  87. 1a7206b null merge by Jesus Cea · 13 years ago
  88. 32f4db3 Merge with 3.2. by Ezio Melotti · 13 years ago
  89. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  90. 861d27f Merge with 3.1. by Ezio Melotti · 13 years ago
  91. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 13 years ago
  92. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 13 years ago
  93. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  94. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  95. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 13 years ago
  96. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 13 years ago
  97. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 13 years ago
  98. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 13 years ago
  99. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 13 years ago
  100. e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 13 years ago