1. 295c1d4 Add another example for accumulate(). by Raymond Hettinger · 14 years ago
  2. 5bba6c2 Merge with 3.2. by Ezio Melotti · 14 years ago
  3. 0ee9c1b Add the :mod: role where it was missing. by Ezio Melotti · 14 years ago
  4. c6f079d #11885: Merge with 3.2. by Ezio Melotti · 14 years ago
  5. cca4ef8 #11885: capitalize Python. by Ezio Melotti · 14 years ago
  6. 5149eed #11897: Merge with 3.2. by Ezio Melotti · 14 years ago
  7. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 14 years ago
  8. 2b8ef2d say struct sequence rather than structseq and link to glossary by Benjamin Peterson · 14 years ago
  9. 82f614b glossary entry for struct sequence by Benjamin Peterson · 14 years ago
  10. a154b5c Simplify _count_elements() in _collections by Victor Stinner · 14 years ago
  11. 52d8fb5 merge by Jesus Cea · 14 years ago
  12. c2809af merge heads by Jesus Cea · 14 years ago
  13. f745d8b merge by Jesus Cea · 14 years ago
  14. f620754 merge heads by Jesus Cea · 14 years ago
  15. 7365acc merge heads by Jesus Cea · 14 years ago
  16. d9c0eb9 null merge by Jesus Cea · 14 years ago
  17. f299c51 null merge by Jesus Cea · 14 years ago
  18. 2fc8b87 Port 5b607cd8c71b (closes #11892) by Jesus Cea · 14 years ago
  19. 4f438b7 Minor text rearrangement. by Raymond Hettinger · 14 years ago
  20. 296d6d0 Minor text rearrangement. by Raymond Hettinger · 14 years ago
  21. fc330ae Minor text rearrangement. by Raymond Hettinger · 14 years ago
  22. 9a747fd merge by Jesus Cea · 14 years ago
  23. 902d96b heads merging by Jesus Cea · 14 years ago
  24. db26dff heads merging by Jesus Cea · 14 years ago
  25. f386764 null merge by Jesus Cea · 14 years ago
  26. ec81d41 null merge by Jesus Cea · 14 years ago
  27. 5020e00 Merge with 3.2. by Ezio Melotti · 14 years ago
  28. af92842 Use non-deprecated method name. by Ezio Melotti · 14 years ago
  29. 56fd326 null merge by Jesus Cea · 14 years ago
  30. 5ccd278 merge by Jesus Cea · 14 years ago
  31. c3ab577 merge by Jesus Cea · 14 years ago
  32. 1a7206b null merge by Jesus Cea · 14 years ago
  33. 32f4db3 Merge with 3.2. by Ezio Melotti · 14 years ago
  34. 7124f5f MERGE: Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 14 years ago
  35. 861d27f Merge with 3.1. by Ezio Melotti · 14 years ago
  36. e402724 Fix wrong function name. Noticed by Clive Darke. by Ezio Melotti · 14 years ago
  37. 1d4ae84 Up-port changeset 5cf8f6da8743 (closes #11890) by Jesus Cea · 14 years ago
  38. c1ceb64 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  39. 6159ee3 MERGE: startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  40. ac45150 startswith and endswith don't accept None as slice index. Patch by Torsten Becker. (closes #11828) by Jesus Cea · 14 years ago
  41. 5e66b16 Tidied comments and docstrings. by Vinay Sajip · 14 years ago
  42. 5b9eecf Attempt fix of #11557 by refining test logic. by Vinay Sajip · 14 years ago
  43. 1e42f9e Attempt fix of #11557 by refining setup/teardown logic. by Vinay Sajip · 14 years ago
  44. 95bf504 Attempt fix of #11557 by changing setup/teardown logic. by Vinay Sajip · 14 years ago
  45. e07f522 Issue #11223: fix compiler warnings by Victor Stinner · 14 years ago
  46. 3def7e0 Attempt fix of #11557 by changing teardown logic. by Vinay Sajip · 14 years ago
  47. 783c82c Close #11619: write_compiled_module() doesn't encode the filename by Victor Stinner · 14 years ago
  48. f48ac30 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
  49. 25458f1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
  50. d07eaf1 Issue #11875: Alter the previous fix to work better with subclasses by Raymond Hettinger · 14 years ago
  51. 2d70e29 Issue #11223: fix test_dummy_threading, add _dummy_thread.info() by Victor Stinner · 14 years ago
  52. 754851f Issue #11223: Add threading._info() function providing informations about the by Victor Stinner · 14 years ago
  53. cf2a807 faulthandler: don't use sigprocmask() by Victor Stinner · 14 years ago
  54. 4571ee0 Merge with 3.2. by Ezio Melotti · 14 years ago
  55. a947abe Merge with 3.1. by Ezio Melotti · 14 years ago
  56. 8dfcab0 Fix wrong number of functions noticed by Sandro Tosi. by Ezio Melotti · 14 years ago
  57. 0193f35 merge by Raymond Hettinger · 14 years ago
  58. 1114744 merge by Raymond Hettinger · 14 years ago
  59. f29f3ce merge by Raymond Hettinger · 14 years ago
  60. 1cc986e Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  61. 98c850a Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  62. 35b873a merge by Raymond Hettinger · 14 years ago
  63. 019a97c Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  64. ab69438 Hmm, __ne__ was missing by Raymond Hettinger · 14 years ago
  65. d08a2c2 Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object. by Raymond Hettinger · 14 years ago
  66. 64e564b Merged documentation fix from 3.2. by Vinay Sajip · 14 years ago
  67. f97255f Updated documentation on fileConfig(). by Vinay Sajip · 14 years ago
  68. ff1a735 os.sendfile(): on Linux if offset parameter is passed as NULL we were erroneously returning a (bytes_sent, None) tuple instead of bytes_sent by Giampaolo Rodola' · 14 years ago
  69. e8d2d2d Add new email.policy document to the toctree and fix markup glitch. by Georg Brandl · 14 years ago
  70. d7d01cd Merge test_startfile fix from 3.2. by Nadeem Vawda · 14 years ago
  71. cc3f029 Merge test_startfile fix from 3.1. by Nadeem Vawda · 14 years ago
  72. 58de6ee Fix sporadic failure in test_startfile. by Nadeem Vawda · 14 years ago
  73. 6a45d3b Markup and text fixes from Georg Brandl's review. by R David Murray · 14 years ago
  74. 1f056b2 Merge: Fix markup. by R David Murray · 14 years ago
  75. 530cc09 Fix markup. by R David Murray · 14 years ago
  76. 3edd22a #11731: simplify/enhance parser/generator API by introducing policy objects. by R David Murray · 14 years ago
  77. ce16be9 (Merge 3.2) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  78. 27026f8 (Merge 3.1) Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  79. 6c9b35b Issue #11768: The signal handler of the signal module only calls by Victor Stinner · 14 years ago
  80. f329998 Merge: #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  81. 01581ee #11492: rewrite header folding algorithm. Less code, more passing tests. by R David Murray · 14 years ago
  82. d66f07a #11865: Merge with 3.2. by Ezio Melotti · 14 years ago
  83. 74c0031 #11865: Merge with 3.1. by Ezio Melotti · 14 years ago
  84. 340bb95 #11865: fix typo in init.rst. by Ezio Melotti · 14 years ago
  85. a71c44b merge by Raymond Hettinger · 14 years ago
  86. 90375bc Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 14 years ago
  87. c15d9e7 Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 14 years ago
  88. 2876a8c Rework multiset methods to use less memory and to make fewer calls to __hash__. by Raymond Hettinger · 14 years ago
  89. 2476ee3 Merge with 3.2. by Ezio Melotti · 14 years ago
  90. 2409d77 Fix a few more hyphens in argparse.rst by Ezio Melotti · 14 years ago
  91. cf645db Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  92. f25a8de Issue #11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. by Antoine Pitrou · 14 years ago
  93. a4eb194 Merge from 3.2 by Antoine Pitrou · 14 years ago
  94. ee42934 Fix possible "file already exists" error when running the tests in parallel. by Antoine Pitrou · 14 years ago
  95. bfd5a32 Merge with 3.2. by Georg Brandl · 14 years ago
  96. 884843d Fix duplicate "is". by Georg Brandl · 14 years ago
  97. d606ebe Merge with 3.2 by Georg Brandl · 14 years ago
  98. 10fe23b Merge with 3.1 by Georg Brandl · 14 years ago
  99. 340d269 Small wording fix. by Georg Brandl · 14 years ago
  100. 1d827ff Consistency fix: "command line" is the noun, "command-line" the adjective. by Georg Brandl · 14 years ago