1. 6e3e415 Small code cleanup. by Raymond Hettinger · 17 years ago
  2. 66f91ea C implementation of itertools.permutations(). by Raymond Hettinger · 17 years ago
  3. 9c06574 #2239: PYTHONPATH delimiter is os.pathsep. by Georg Brandl · 17 years ago
  4. 86d4e7a Elaborate on the role of the altinstall target when installing multiple by Skip Montanaro · 17 years ago
  5. f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
  6. 78b8f44 News entry for yesterdays commit. by Thomas Heller · 17 years ago
  7. 225163d Fix some rst. by Georg Brandl · 17 years ago
  8. f28896d Fix test_socketserver on Windows after r61099 added several signal.alarm() by Jeffrey Yasskin · 17 years ago
  9. 89cb9b7 test_smtplib sometimes reports leaks too, suppress it by Neal Norwitz · 17 years ago
  10. 38bdfaa Use -u urlfetch to run more tests by Neal Norwitz · 17 years ago
  11. 64984a8 Tabs -> spaces by Neal Norwitz · 17 years ago
  12. 48309d5 Make the timeout longer to give slow machines a chance to pass the test by Neal Norwitz · 17 years ago
  13. ce52788 Catch OSError when trying to remove a file in case removal fails. This by Neal Norwitz · 17 years ago
  14. 2180725 Get this test to pass even when there is no sound card in the system. by Neal Norwitz · 17 years ago
  15. 31e8893 Remove the files/dirs after closing the DB so the tests work on Windows. by Neal Norwitz · 17 years ago
  16. d21fb4c Issue#2238: some syntax errors from *args or **kwargs expressions by Amaury Forgeot d'Arc · 17 years ago
  17. 3710a13 Add more items; add fragmentary notes by Andrew M. Kuchling · 17 years ago
  18. f1cca2b Fix refleak in chain(). by Raymond Hettinger · 17 years ago
  19. a28df13 fix typo by Fred Drake · 17 years ago
  20. a23aede Try to fix the build for PY_LINUX. by Thomas Heller · 17 years ago
  21. 8bdf81d Merged changes from libffi3-branch. by Thomas Heller · 17 years ago
  22. 4a50d26 Close the file before trying to remove the directory so it works on Windows. by Neal Norwitz · 17 years ago
  23. fd6cabf #2230: document that PyArg_* leaves addresses alone on error. by Georg Brandl · 17 years ago
  24. 27504da Fix some patch attributions. by Georg Brandl · 17 years ago
  25. d553d85 Beef-up docs and tests for itertools. Fix-up end-case for product(). by Raymond Hettinger · 17 years ago
  26. 378586a Thesis night results: add various items by Andrew M. Kuchling · 17 years ago
  27. 3fe1843 Add versionadded tags by Andrew M. Kuchling · 17 years ago
  28. c6511a8 Typo fix by Andrew M. Kuchling · 17 years ago
  29. 684868a Fix sentence fragment by Andrew M. Kuchling · 17 years ago
  30. ece10b4 Grammar fix; markup fix by Andrew M. Kuchling · 17 years ago
  31. 91ae0c9 Typo fix by Andrew M. Kuchling · 17 years ago
  32. 10ac19b Issue 2226: Callable checked for the wrong abstract method. by Raymond Hettinger · 17 years ago
  33. 972fb07 Remove dependency on itertools -- a simple genexp suffices. by Raymond Hettinger · 17 years ago
  34. 8e67ef5 Expand a bit on genexp scopes. by Georg Brandl · 17 years ago
  35. d2f7680 Actually import itertools. by Georg Brandl · 17 years ago
  36. 26bc177 15 -> 16, the 2nd by Georg Brandl · 17 years ago
  37. 3e9d66f There are now sixteen isfoo functions. by Georg Brandl · 17 years ago
  38. 728bee8 15 -> 16 by Christian Heimes · 17 years ago
  39. 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 · 17 years ago
  40. 1f178a6 Initialized merge tracking via "svnmerge" with revisions "1-60195" from by Christian Heimes · 17 years ago
  41. ca752f3 Only DECREF if ret != NULL by Neal Norwitz · 17 years ago
  42. 7dbd918 Add test_main() functions to various tests where it was simple to do. Done so by Brett Cannon · 17 years ago
  43. 963c80f Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 17 years ago
  44. bfbf5b3 Add a note in the main test class' docstring that the order of execution of the by Brett Cannon · 17 years ago
  45. 6382ffc Move test_largefile over to using 'with' statements for open files. by Brett Cannon · 17 years ago
  46. 9063a99 compile.c always emits END_FINALLY after WITH_CLEANUP, so predict that in by Jeffrey Yasskin · 17 years ago
  47. 56c4deb Refactor test_logging to use unittest. This should finally solve the flakiness by Brett Cannon · 17 years ago
  48. 492e2bf Modify import of test_support so that the code can also be used with a by Gregory P. Smith · 17 years ago
  49. e6dab2a Fix factual error. by Georg Brandl · 17 years ago
  50. 72780a4 Make clear that the constants are strings. by Georg Brandl · 17 years ago
  51. 11ab807 Added note about update of sqlite3 module. by Gerhard Häring · 17 years ago
  52. f40f684 Made sqlite3 module's regression tests work with SQLite versions that don't by Gerhard Häring · 17 years ago
  53. e3fabd1 Handle 0-tuples which can be singletons. by Raymond Hettinger · 17 years ago
  54. 61024b9 Simplify code for itertools.product(). by Raymond Hettinger · 17 years ago
  55. 2b7a5c4 Tighten example code. by Raymond Hettinger · 17 years ago
  56. f287f17 Finish-up docs for combinations() and permutations() in itertools. by Raymond Hettinger · 17 years ago
  57. 47dff40 New default basename for HTML help files. by Georg Brandl · 17 years ago
  58. f017728 Make patchlevel print out the release if called as a script. by Georg Brandl · 17 years ago
  59. 7f7e30a Update year. by Georg Brandl · 17 years ago
  60. db9ff5f It's 2.6 now. by Georg Brandl · 17 years ago
  61. 65475fd Set things up for 2.6a2. by Barry Warsaw · 17 years ago
  62. afc6201 Tagging 2.6a1... again! by Barry Warsaw · 17 years ago
  63. 189b6d8 More copyright year and version number bumps by Barry Warsaw · 17 years ago
  64. 9d225e6 Give IDLE a release date by Barry Warsaw · 17 years ago
  65. b44ba06 Untagging. by Barry Warsaw · 17 years ago
  66. 4becc2f Tagging 2.6a1 by Barry Warsaw · 17 years ago
  67. 7c07523 Add date to NEWS by Barry Warsaw · 17 years ago
  68. a8ee94b fix typo by Fred Drake · 17 years ago
  69. c853f5d bump idle version number by Barry Warsaw · 17 years ago
  70. 5297361 Bump to version 2.6a1 by Barry Warsaw · 17 years ago
  71. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  72. 0e795e7 Package Tcl from tcltk64 on AMD64. by Martin v. Löwis · 17 years ago
  73. d9153fd Make _hashlib depend on pythoncore. by Martin v. Löwis · 17 years ago
  74. 9e05135 Port build_ssl.py to 2.4; support HOST_PYTHON variable by Martin v. Löwis · 17 years ago
  75. 3fd0c44 #2208: allow for non-standard HHC location. by Georg Brandl · 17 years ago
  76. 8b6552d Build db-4.4.20 with VS9; remove VS2003 build if necessary. by Martin v. Löwis · 17 years ago
  77. 3c94088 Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table. by Georg Brandl · 17 years ago
  78. f06858d Make _hashlib a separate project. by Martin v. Löwis · 17 years ago
  79. f4da777 Fix docstring typo. by Mark Dickinson · 17 years ago
  80. 08ff682 Handle the repeat keyword argument for itertools.product(). by Raymond Hettinger · 17 years ago
  81. 1ddf1d8 Add __format__ method to Decimal, to support PEP 3101 by Mark Dickinson · 17 years ago
  82. b4cbc98 Add alternate constructor for itertools.chain(). by Raymond Hettinger · 17 years ago
  83. 05bf633 Have itertools.chain() consume its inputs lazily instead of building a tuple of iterators at the outset. by Raymond Hettinger · 17 years ago
  84. 03dc56c Locate VS installation dir from environment, so that it works with the express edition. by Martin v. Löwis · 17 years ago
  85. acfd8ed Windows fix for signal test - skip it earlier by Christian Heimes · 17 years ago
  86. d9759c4 Bundle msvcr90.dll as a "private assembly". by Martin v. Löwis · 17 years ago
  87. 1c5105d Add 2.6aN uuids. by Martin v. Löwis · 17 years ago
  88. 330958e6 Document impending updates to itertools. by Raymond Hettinger · 17 years ago
  89. 392c159a Prevent SocketServer.ForkingMixIn from waiting on child processes that it by Jeffrey Yasskin · 17 years ago
  90. a629852 #2169: make generated HTML more valid by Andrew M. Kuchling · 17 years ago
  91. cdddf18 The empty tuple is usually a singleton with a much higher refcnt than 1 by Christian Heimes · 17 years ago
  92. 18750ab Add repeat keyword argument to itertools.product(). by Raymond Hettinger · 17 years ago
  93. 69e1309 Thread.start() used sleep(0.000001) to make sure it didn't return before the by Jeffrey Yasskin · 17 years ago
  94. 180997b Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make by Jeffrey Yasskin · 17 years ago
  95. 960b9b7 Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT, by Jeffrey Yasskin · 17 years ago
  96. c105289 Simply the sample code for combinations(). by Raymond Hettinger · 17 years ago
  97. 2ab0552 Larger test range by Raymond Hettinger · 17 years ago
  98. 3bd7712 One too many decrefs. by Raymond Hettinger · 17 years ago
  99. 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
  100. 3ef2063e #2194: fix some typos. by Georg Brandl · 17 years ago