1. bf7b0b7 Patch #2284: add -x64 option to rt.bat. by Martin v. Löwis · 16 years ago
  2. 10d7603 Leave heapreplace() unchanged. by Raymond Hettinger · 16 years ago
  3. 1f5182b Convert test_fcntl to unittest. by Brett Cannon · 16 years ago
  4. 4a6e8d6 Move test_gdbm to use unittest. by Brett Cannon · 16 years ago
  5. 2e0f9f3 Convert test_contains, test_crypt, and test_select to unittest. by Brett Cannon · 16 years ago
  6. b8d3735 Move test_tokenize to doctest. by Brett Cannon · 16 years ago
  7. 66865d2 Move test_thread over to unittest. Commits GHOP 237. by Brett Cannon · 16 years ago
  8. 83aa6a3 Simplify the nlargest() code using heappushpop(). by Raymond Hettinger · 16 years ago
  9. 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 16 years ago
  10. 431f029 Consistent tense. by Raymond Hettinger · 16 years ago
  11. 10f40a6 Add 2-to-3 support for the itertools moved to builtins or renamed. by Raymond Hettinger · 16 years ago
  12. d51e842 Add class decorators by Andrew M. Kuchling · 16 years ago
  13. 2e25551 #1720705: add docs about import/threading interaction, wording by Nick. by Georg Brandl · 16 years ago
  14. 4bb40b9 #2270: fix typo. by Georg Brandl · 16 years ago
  15. d85a13a #2265: fix example. by Georg Brandl · 16 years ago
  16. 513460f Improve docs for itemgetter(). Show that it works with slices. by Raymond Hettinger · 16 years ago
  17. 5bdff60 Fix the overflows in expandtabs(). "This time for sure!" (Exploit at request.) by Guido van Rossum · 16 years ago
  18. e8b4b60 Add recipe to docs. by Raymond Hettinger · 16 years ago
  19. 0098c9d Introduce a lock to fix a race condition which caused an exception in the test. by Neal Norwitz · 16 years ago
  20. 5bb647d Update for newest Sphinx. by Georg Brandl · 16 years ago
  21. c557db5 #2249: document assertTrue and assertFalse. by Georg Brandl · 16 years ago
  22. 3accbb0 Well that was dumb. platform.python_implementation returns a function, not a by Jeffrey Yasskin · 16 years ago
  23. 019e9d7 Fix pybench for pythons < 2.6, tested back to 2.3. by Jeffrey Yasskin · 16 years ago
  24. 0df0f6d Add tests for with and finally performance to pybench. by Jeffrey Yasskin · 16 years ago
  25. c54aec1 Issue 1106316. post_mortem()'s parameter, traceback, is now by Facundo Batista · 16 years ago
  26. 372d55e #1533486: fix types in refcount intro. by Georg Brandl · 16 years ago
  27. 50967bd Add new name for Mandrake: Mandriva. by Marc-André Lemburg · 16 years ago
  28. 47a5aec #2253: fix continue vs. finally docs. by Georg Brandl · 16 years ago
  29. 31c6de4 Grammar fix by Andrew M. Kuchling · 16 years ago
  30. 7af53be Speed up with statements by storing the __exit__ method on the stack instead of in a temp variable (bumps the magic number for pyc files) by Nick Coghlan · 16 years ago
  31. e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 16 years ago
  32. 38fb9be Tweak recipes and tests by Raymond Hettinger · 16 years ago
  33. a1ca94a Issue 2246: itertools grouper object did not participate in GC (should be backported). by Raymond Hettinger · 16 years ago
  34. ad47fa1 More tests. by Raymond Hettinger · 16 years ago
  35. db311ba Update db-4.4.20 build procedure. by Martin v. Löwis · 16 years ago
  36. 8c4e799 Rely on x64 platform configuration when building _bsddb on AMD64. by Martin v. Löwis · 16 years ago
  37. 98aa805 Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 16 years ago
  38. 4286138 #2220: handle matching failure more gracefully. by Georg Brandl · 16 years ago
  39. a7bd27f #2225: return nonzero status code from py_compile if not all files could be compiled. by Georg Brandl · 16 years ago
  40. 810ea29 Add missing NEWS entry for r61263. by Georg Brandl · 16 years ago
  41. 6c45dc1 Add isinstance/issubclass to tutorial. by Georg Brandl · 16 years ago
  42. 26bab5f Little clarification of assignments. by Georg Brandl · 16 years ago
  43. 70992c3 Expand on re.split behavior with captured expressions. by Georg Brandl · 16 years ago
  44. d2bbe52 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 16 years ago
  45. 1df0340 #1725737: ignore other VC directories other than CVS and SVN's too. by Georg Brandl · 16 years ago
  46. 1d136bb Add two items by Andrew M. Kuchling · 16 years ago
  47. 040f10e Add examples. by Raymond Hettinger · 16 years ago
  48. 4291b19 cd PCbuild only after deleting all pyc files. by Martin v. Löwis · 16 years ago
  49. 6e3e415 Small code cleanup. by Raymond Hettinger · 16 years ago
  50. 66f91ea C implementation of itertools.permutations(). by Raymond Hettinger · 16 years ago
  51. 9c06574 #2239: PYTHONPATH delimiter is os.pathsep. by Georg Brandl · 16 years ago
  52. 86d4e7a Elaborate on the role of the altinstall target when installing multiple by Skip Montanaro · 16 years ago
  53. f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 16 years ago
  54. 78b8f44 News entry for yesterdays commit. by Thomas Heller · 16 years ago
  55. 225163d Fix some rst. by Georg Brandl · 16 years ago
  56. f28896d Fix test_socketserver on Windows after r61099 added several signal.alarm() by Jeffrey Yasskin · 16 years ago
  57. 89cb9b7 test_smtplib sometimes reports leaks too, suppress it by Neal Norwitz · 16 years ago
  58. 38bdfaa Use -u urlfetch to run more tests by Neal Norwitz · 16 years ago
  59. 64984a8 Tabs -> spaces by Neal Norwitz · 16 years ago
  60. 48309d5 Make the timeout longer to give slow machines a chance to pass the test by Neal Norwitz · 16 years ago
  61. ce52788 Catch OSError when trying to remove a file in case removal fails. This by Neal Norwitz · 16 years ago
  62. 2180725 Get this test to pass even when there is no sound card in the system. by Neal Norwitz · 16 years ago
  63. 31e8893 Remove the files/dirs after closing the DB so the tests work on Windows. by Neal Norwitz · 16 years ago
  64. d21fb4c Issue#2238: some syntax errors from *args or **kwargs expressions by Amaury Forgeot d'Arc · 16 years ago
  65. 3710a13 Add more items; add fragmentary notes by Andrew M. Kuchling · 16 years ago
  66. f1cca2b Fix refleak in chain(). by Raymond Hettinger · 16 years ago
  67. a28df13 fix typo by Fred Drake · 16 years ago
  68. a23aede Try to fix the build for PY_LINUX. by Thomas Heller · 16 years ago
  69. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 16 years ago
  70. 4a50d26 Close the file before trying to remove the directory so it works on Windows. by Neal Norwitz · 16 years ago
  71. fd6cabf #2230: document that PyArg_* leaves addresses alone on error. by Georg Brandl · 16 years ago
  72. 27504da Fix some patch attributions. by Georg Brandl · 16 years ago
  73. d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 16 years ago
  74. 378586a Thesis night results: add various items by Andrew M. Kuchling · 16 years ago
  75. 3fe1843 Add versionadded tags by Andrew M. Kuchling · 16 years ago
  76. c6511a8 Typo fix by Andrew M. Kuchling · 16 years ago
  77. 684868a Fix sentence fragment by Andrew M. Kuchling · 16 years ago
  78. ece10b4 Grammar fix; markup fix by Andrew M. Kuchling · 16 years ago
  79. 91ae0c9 Typo fix by Andrew M. Kuchling · 16 years ago
  80. 10ac19b Issue 2226: Callable checked for the wrong abstract method. by Raymond Hettinger · 16 years ago
  81. 972fb07 Remove dependency on itertools -- a simple genexp suffices. by Raymond Hettinger · 16 years ago
  82. 8e67ef5 Expand a bit on genexp scopes. by Georg Brandl · 16 years ago
  83. d2f7680 Actually import itertools. by Georg Brandl · 16 years ago
  84. 26bc177 15 -> 16, the 2nd by Georg Brandl · 16 years ago
  85. 3e9d66f There are now sixteen isfoo functions. by Georg Brandl · 16 years ago
  86. 728bee8 15 -> 16 by Christian Heimes · 16 years ago
  87. 608c1d8 Since abc._Abstract was replaces by a new type flags the regression test suite fails. I've added a new function inspect.isabstract(). Is the mmethod fine or should I check if object is a instance of type or subclass of object, too? by Christian Heimes · 16 years ago
  88. 1f178a6 Initialized merge tracking via "svnmerge" with revisions "1-60195" from by Christian Heimes · 16 years ago
  89. ca752f3 Only DECREF if ret != NULL by Neal Norwitz · 16 years ago
  90. 7dbd918 Add test_main() functions to various tests where it was simple to do. Done so by Brett Cannon · 16 years ago
  91. 963c80f Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 16 years ago
  92. bfbf5b3 Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 16 years ago
  93. 6382ffc Move test_largefile over to using 'with' statements for open files. by Brett Cannon · 16 years ago
  94. 9063a99 compile.c always emits END_FINALLY after WITH_CLEANUP, so predict that in by Jeffrey Yasskin · 16 years ago
  95. 56c4deb Refactor test_logging to use unittest. This should finally solve the flakiness by Brett Cannon · 16 years ago
  96. 492e2bf Modify import of test_support so that the code can also be used with a by Gregory P. Smith · 16 years ago
  97. e6dab2a Fix factual error. by Georg Brandl · 16 years ago
  98. 72780a4 Make clear that the constants are strings. by Georg Brandl · 16 years ago
  99. 11ab807 Added note about update of sqlite3 module. by Gerhard Häring · 16 years ago
  100. f40f684 Made sqlite3 module's regression tests work with SQLite versions that don't by Gerhard Häring · 16 years ago