1. e3fabd1 Handle 0-tuples which can be singletons. by Raymond Hettinger · 17 years ago
  2. 61024b9 Simplify code for itertools.product(). by Raymond Hettinger · 17 years ago
  3. 2b7a5c4 Tighten example code. by Raymond Hettinger · 17 years ago
  4. f287f17 Finish-up docs for combinations() and permutations() in itertools. by Raymond Hettinger · 17 years ago
  5. 47dff40 New default basename for HTML help files. by Georg Brandl · 17 years ago
  6. f017728 Make patchlevel print out the release if called as a script. by Georg Brandl · 17 years ago
  7. 7f7e30a Update year. by Georg Brandl · 17 years ago
  8. db9ff5f It's 2.6 now. by Georg Brandl · 17 years ago
  9. 65475fd Set things up for 2.6a2. by Barry Warsaw · 17 years ago
  10. afc6201 Tagging 2.6a1... again! by Barry Warsaw · 17 years ago
  11. 189b6d8 More copyright year and version number bumps by Barry Warsaw · 17 years ago
  12. 9d225e6 Give IDLE a release date by Barry Warsaw · 17 years ago
  13. b44ba06 Untagging. by Barry Warsaw · 17 years ago
  14. 4becc2f Tagging 2.6a1 by Barry Warsaw · 17 years ago
  15. 7c07523 Add date to NEWS by Barry Warsaw · 17 years ago
  16. a8ee94b fix typo by Fred Drake · 17 years ago
  17. c853f5d bump idle version number by Barry Warsaw · 17 years ago
  18. 5297361 Bump to version 2.6a1 by Barry Warsaw · 17 years ago
  19. 1cc60ed Updated to pysqlite 2.4.1. Documentation additions will come later. by Gerhard Häring · 17 years ago
  20. 0e795e7 Package Tcl from tcltk64 on AMD64. by Martin v. Löwis · 17 years ago
  21. d9153fd Make _hashlib depend on pythoncore. by Martin v. Löwis · 17 years ago
  22. 9e05135 Port build_ssl.py to 2.4; support HOST_PYTHON variable by Martin v. Löwis · 17 years ago
  23. 3fd0c44 #2208: allow for non-standard HHC location. by Georg Brandl · 17 years ago
  24. 8b6552d Build db-4.4.20 with VS9; remove VS2003 build if necessary. by Martin v. Löwis · 17 years ago
  25. 3c94088 Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table. by Georg Brandl · 17 years ago
  26. f06858d Make _hashlib a separate project. by Martin v. Löwis · 17 years ago
  27. f4da777 Fix docstring typo. by Mark Dickinson · 17 years ago
  28. 08ff682 Handle the repeat keyword argument for itertools.product(). by Raymond Hettinger · 17 years ago
  29. 1ddf1d8 Add __format__ method to Decimal, to support PEP 3101 by Mark Dickinson · 17 years ago
  30. b4cbc98 Add alternate constructor for itertools.chain(). by Raymond Hettinger · 17 years ago
  31. 05bf633 Have itertools.chain() consume its inputs lazily instead of building a tuple of iterators at the outset. by Raymond Hettinger · 17 years ago
  32. 03dc56c Locate VS installation dir from environment, so that it works with the express edition. by Martin v. Löwis · 17 years ago
  33. acfd8ed Windows fix for signal test - skip it earlier by Christian Heimes · 17 years ago
  34. d9759c4 Bundle msvcr90.dll as a "private assembly". by Martin v. Löwis · 17 years ago
  35. 1c5105d Add 2.6aN uuids. by Martin v. Löwis · 17 years ago
  36. 330958e Document impending updates to itertools. by Raymond Hettinger · 17 years ago
  37. 392c159 Prevent SocketServer.ForkingMixIn from waiting on child processes that it by Jeffrey Yasskin · 17 years ago
  38. a629852 #2169: make generated HTML more valid by Andrew M. Kuchling · 17 years ago
  39. cdddf18 The empty tuple is usually a singleton with a much higher refcnt than 1 by Christian Heimes · 17 years ago
  40. 18750ab Add repeat keyword argument to itertools.product(). by Raymond Hettinger · 17 years ago
  41. 69e1309 Thread.start() used sleep(0.000001) to make sure it didn't return before the by Jeffrey Yasskin · 17 years ago
  42. 180997b Speed test_socketserver up from 28.739s to 0.226s, simplify the logic, and make by Jeffrey Yasskin · 17 years ago
  43. 960b9b7 Move abc._Abstract into object by adding a new flag Py_TPFLAGS_IS_ABSTRACT, by Jeffrey Yasskin · 17 years ago
  44. c105289 Simply the sample code for combinations(). by Raymond Hettinger · 17 years ago
  45. 2ab0552 Larger test range by Raymond Hettinger · 17 years ago
  46. 3bd7712 One too many decrefs. by Raymond Hettinger · 17 years ago
  47. 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
  48. 3ef2063 #2194: fix some typos. by Georg Brandl · 17 years ago
  49. ea83793 Patch #1691070 from Roger Upole: Speed up PyArg_ParseTupleAndKeywords() and improve error msg by Christian Heimes · 17 years ago
  50. ca37661 Add a timing flag to Trace so you can see where slowness occurs by Neal Norwitz · 17 years ago
  51. aa0ef52 The contains function raised a gcc warning. The new code is copied straight from py3k. by Christian Heimes · 17 years ago
  52. 75992ed Speed up this test by about 99%. Remove sleeps and replace with events. by Neal Norwitz · 17 years ago
  53. 1b3e41c Banish tab. by Georg Brandl · 17 years ago
  54. df6ac3d Whitespace normalization by Neal Norwitz · 17 years ago
  55. b628913 Whitespace normalization by Neal Norwitz · 17 years ago
  56. b0917c1 Don't use a hard coded port. This test could hang/fail if the port is in use. by Neal Norwitz · 17 years ago
  57. 3fa41d5 Docs for itertools.combinations(). Implementation in forthcoming checkin. by Raymond Hettinger · 17 years ago
  58. b1d70e2 Coerced PyBool_Type to be able to compare it. by Facundo Batista · 17 years ago
  59. 39df661 Revert part of r60927 which made invalid assumptions about the API offered by db modules. by Raymond Hettinger · 17 years ago
  60. 9d63837 Make sure the itertools filter functions give the same performance for func=bool as func=None. by Raymond Hettinger · 17 years ago
  61. df41989 Issue 2168. gdbm and dbm needs to be iterable; this fixes a by Facundo Batista · 17 years ago
  62. fd42906 Revert r61029. by Georg Brandl · 17 years ago
  63. 976a059 Rename sphinx.addons to sphinx.ext. by Georg Brandl · 17 years ago
  64. 4219da4 Issue 2117. Update compiler module to handle class decorators. by Facundo Batista · 17 years ago
  65. a3c8c10 Thomas Herve explained to me that PyCrypto depends on the constants. I'm adding the aliases because C code for Python 2.x should compile under 2.6 as well. The aliases aren't available in Python 3.x though. by Christian Heimes · 17 years ago
  66. 734451a Use file descriptor for real stdout by Andrew M. Kuchling · 17 years ago
  67. aa5e3ce Move .setupterm() output so that we don't try to call endwin() if it fails by Andrew M. Kuchling · 17 years ago
  68. c6b5200 Fix a minor typo in a docstring. by Brett Cannon · 17 years ago
  69. 499969a Add minor markup for a string. by Brett Cannon · 17 years ago
  70. 0031ff3 Fix indentation by Neal Norwitz · 17 years ago
  71. 3376d64 Added dependency rules for Objects/stringlib/*.h by Christian Heimes · 17 years ago
  72. 4b051ee Corrected assert to check for correct type in py3k. by Eric Smith · 17 years ago
  73. 6057b2e Create a db_home directory with a unique name so multiple users can by Neal Norwitz · 17 years ago
  74. 6a123cb Remove duplicate 'import re' in decimal.py by Mark Dickinson · 17 years ago
  75. 09bde04 Use PY_FORMAT_SIZE_T instead of z for string formatting. Thanks Neal. by Christian Heimes · 17 years ago
  76. 114dd94 Fix typo of hexidecimal by Neal Norwitz · 17 years ago
  77. ed0a593 Get ctypes working on the Alpha (Tru64). The problem was that there by Neal Norwitz · 17 years ago
  78. c11cecf Issue 1742669. Now %d accepts very big float numbers. Thanks Gabriel Genellina. by Facundo Batista · 17 years ago
  79. b93e7d1 Add a little info to the 3k deprecation warnings about what to use instead. by Neal Norwitz · 17 years ago
  80. e7b53c5 Remove stray word by Andrew M. Kuchling · 17 years ago
  81. 53152a1 map(None, ...) is not supported in 3.0. by Neal Norwitz · 17 years ago
  82. 8c460d5 #1627: httplib now ignores negative Content-Length headers. by Georg Brandl · 17 years ago
  83. 2363503 #900744: If an invalid chunked-encoding header is sent by a server, by Georg Brandl · 17 years ago
  84. 5e8e6d2 MS Windows doesn't have mode_t but stat.st_mode is defined as unsigned short. by Christian Heimes · 17 years ago
  85. 4425e7c Specify what kind of warning -3 emits. by Georg Brandl · 17 years ago
  86. f1699cd Document import ./. threading issues. #1720705. by Georg Brandl · 17 years ago
  87. ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
  88. e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
  89. b0b0317 #1825: correctly document msilib.add_data. by Georg Brandl · 17 years ago
  90. c12b988 Added simple test case. Thanks Benjamin Peterson. by Facundo Batista · 17 years ago
  91. 0bb8567 In test_heapq and test_bisect, test both the Python and the C implementation. by Georg Brandl · 17 years ago
  92. c76ea27 Use os.closerange(). by Georg Brandl · 17 years ago
  93. 8d01bb2 Use os.closerange() in popen2. by Georg Brandl · 17 years ago
  94. ffada76 Add examples to modulefinder docs. Written for GHOP by Josip Dzolonga. by Georg Brandl · 17 years ago
  95. 7d00992 #2101: fix removeAttribute docs. by Georg Brandl · 17 years ago
  96. a885c15 Followup to r61011: Also avoid the reference cycle when the Thread's target by Jeffrey Yasskin · 17 years ago
  97. 3414ea9 Prevent classes like: by Jeffrey Yasskin · 17 years ago
  98. 1beea27 #1389051, #1092502: fix excessively large allocations when using read() on a socket by Andrew M. Kuchling · 17 years ago
  99. 1219a80 #1389051: IMAP module tries to read entire message in one chunk. Patch by Fredrik Lundh. by Andrew M. Kuchling · 17 years ago
  100. 1704828 Documentation coverage builder, part 1. by Georg Brandl · 17 years ago