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