1. 46c58c1 - Issue #2385: distutils.core.run_script() makes __file__ available, so the by Fred Drake · 17 years ago
  2. ba43774 post release updates by Barry Warsaw · 17 years ago
  3. d7a2651 #1733757: the interpreter would hang on shutdown, if the function set by sys.settrace by Amaury Forgeot d'Arc · 17 years ago
  4. b7edfc4 Added updates with respect to recent changes to TimedRotatingFileHandler. by Vinay Sajip · 17 years ago
  5. 91e0cda Backport #1442: report exception when startup file cannot be run. by Georg Brandl · 17 years ago
  6. 69b747b Fix a reference leak found by Georg, when compiling a class nested in another class. by Amaury Forgeot d'Arc · 17 years ago
  7. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  8. b980342 Accept patch issue2426 by Paul Kippes (kippesp). by Gregory P. Smith · 17 years ago
  9. da0c025 Issue2495: tokenize.untokenize did not insert space between two consecutive string literals: by Amaury Forgeot d'Arc · 17 years ago
  10. deaf2ca #2248: return result of QUIT from quit(). by Georg Brandl · 17 years ago
  11. 3c60833 Patch #2477: Added from __future__ import unicode_literals by Christian Heimes · 17 years ago
  12. 8c78cc3 Updated Misc/NEWS by Christian Heimes · 17 years ago
  13. 8e85ffa Issue #2482: Make sure that the coefficient of a Decimal by Mark Dickinson · 17 years ago
  14. 3b24ccb Issue #2478: Decimal(sqrt(0)) failed when the decimal context by Mark Dickinson · 17 years ago
  15. 1e7c375 #2359: add Py3k warning for array.read/array.write. by Georg Brandl · 17 years ago
  16. 80055f6 #2355: py3k warning for buffer(). by Georg Brandl · 17 years ago
  17. aef18b1 Patch #2240: Implement signal.setitimer and signal.getitimer. by Martin v. Löwis · 17 years ago
  18. cdbc977 Install 2to3 script. by Martin v. Löwis · 17 years ago
  19. b72233c Issue 2460: Make Ellipsis objects copyable. by Raymond Hettinger · 17 years ago
  20. bbc50ea Issue 1681432: Add triangular distribution the random module. by Raymond Hettinger · 17 years ago
  21. 9a0d346 #1477: ur'\U0010FFFF' raised in narrow unicode builds. by Amaury Forgeot d'Arc · 17 years ago
  22. 0e9ab5f Applied patch #1657 epoll and kqueue wrappers for the select module by Christian Heimes · 17 years ago
  23. 65bb42d #2348: add py3k warning for file.softspace. by Georg Brandl · 17 years ago
  24. 07e5681 #2346/#2347: add py3k warning for __methods__ and __members__. Patch by Jack Diederich. by Georg Brandl · 17 years ago
  25. 5a44424 #2358: add py3k warning to sys.exc_clear(). by Georg Brandl · 17 years ago
  26. 77354cf Issue #2432: give DictReader the dialect and line_num attributes by Georg Brandl · 17 years ago
  27. 3312432 #2136: allow single quotes in realm spec. by Georg Brandl · 17 years ago
  28. a186775 Add news items for platform module changes. by Marc-André Lemburg · 17 years ago
  29. 68fa8e6 Forgot to add NEWS item about smtplib SSL readline hang fix. by Sean Reifscheider · 17 years ago
  30. 7919d98 test_nis would fail if test.test_support.verbose was true but NIS was not set by Brett Cannon · 17 years ago
  31. 5e37bae Import lib2to3. by Martin v. Löwis · 17 years ago
  32. a4d7789 Issue #2400: Allow relative imports to "import *". by Martin v. Löwis · 17 years ago
  33. 7c47894 Backport of the print function, using a __future__ import. by Eric Smith · 17 years ago
  34. 37f3f43 news entry for the chown fix by Gregory P. Smith · 17 years ago
  35. 493894c Issue 1577: shutil.move() where destination is a directory was doing a by Sean Reifscheider · 17 years ago
  36. b1d3d96 Issue 2332: add new attribute names for instance method objects by Neal Norwitz · 17 years ago
  37. 6d91be3 - Issue 2379: Raise a Py3K warning for __getitem__ or __getslice__ on by Guido van Rossum · 17 years ago
  38. 504153d Issue #2341: Add a Py3k warning when raising an exception that doesn't by Guido van Rossum · 17 years ago
  39. a5573b3 The output directory for tests that compare against stdout is now gone! by Brett Cannon · 17 years ago
  40. aa5778d Remove our implementation of memmove() and strerror(); both are in the C89 by Brett Cannon · 17 years ago
  41. b7ec8e5 test_errno was a no-op test; now it actually tests things and uses unittest. by Brett Cannon · 17 years ago
  42. 04edb52 - Issue #2371: Add a Py3k warning when catching an exception that by Guido van Rossum · 17 years ago
  43. 0bb7950 Move test_extcall to doctest. by Brett Cannon · 17 years ago
  44. ba17cfc Convert test_dummy_threading and test_dbm to unittest. by Brett Cannon · 17 years ago
  45. 6eeaddc Convert test_strftime, test_getargs, and test_pep247 to use unittest. by Brett Cannon · 17 years ago
  46. 419fd49 Issue 2321: reduce memory usage (increase the memory that is returned by Neal Norwitz · 17 years ago
  47. 0aed07a Added PEP 3127 support to tokenize (with tests); added PEP 3127 to NEWS. by Eric Smith · 17 years ago
  48. f48f9d3 Force zlib.crc32 and zlib.adler32 to return a signed integer on all platforms by Gregory P. Smith · 17 years ago
  49. 1b4e45b Allow Gnu gcc's to build python on OSX by removing -Wno-long-double, by Jeffrey Yasskin · 17 years ago
  50. 400aeda Add a warning for code like: assert (0, 'message') by Neal Norwitz · 17 years ago
  51. 32ed8c2 . by Skip Montanaro · 17 years ago
  52. c23b8a7 Issue 705836: Fix struct.pack(">f", 1e40) to behave consistently by Mark Dickinson · 17 years ago
  53. bf7b0b7 Patch #2284: add -x64 option to rt.bat. by Martin v. Löwis · 17 years ago
  54. 1f5182b Convert test_fcntl to unittest. by Brett Cannon · 17 years ago
  55. 4a6e8d6 Move test_gdbm to use unittest. by Brett Cannon · 17 years ago
  56. 2e0f9f3 Convert test_contains, test_crypt, and test_select to unittest. by Brett Cannon · 17 years ago
  57. b8d3735 Move test_tokenize to doctest. by Brett Cannon · 17 years ago
  58. 66865d2 Move test_thread over to unittest. Commits GHOP 237. by Brett Cannon · 17 years ago
  59. 53bdf09 Issue 2274: Add heapq.heappushpop(). by Raymond Hettinger · 17 years ago
  60. c54aec1 Issue 1106316. post_mortem()'s parameter, traceback, is now by Facundo Batista · 17 years ago
  61. 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 · 17 years ago
  62. e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
  63. 98aa805 Bug #2220: handle rlcompleter attribute match failure more gracefully. by Georg Brandl · 17 years ago
  64. a7bd27f #2225: return nonzero status code from py_compile if not all files could be compiled. by Georg Brandl · 17 years ago
  65. 810ea29 Add missing NEWS entry for r61263. by Georg Brandl · 17 years ago
  66. d2bbe52 Patch #2232: os.tmpfile might fail on Windows if the user has no by Martin v. Löwis · 17 years ago
  67. 66f91ea C implementation of itertools.permutations(). by Raymond Hettinger · 17 years ago
  68. f3c0559 Issue 1872: Changed the struct module typecode from 't' to '?', for by Thomas Heller · 17 years ago
  69. 78b8f44 News entry for yesterdays commit. by Thomas Heller · 17 years ago
  70. d21fb4c Issue#2238: some syntax errors from *args or **kwargs expressions by Amaury Forgeot d'Arc · 17 years ago
  71. c6511a8 Typo fix by Andrew M. Kuchling · 17 years ago
  72. 91ae0c9 Typo fix by Andrew M. Kuchling · 17 years ago
  73. 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
  74. 56c4deb Refactor test_logging to use unittest. This should finally solve the flakiness by Brett Cannon · 17 years ago
  75. 11ab807 Added note about update of sqlite3 module. by Gerhard Häring · 17 years ago
  76. 65475fd Set things up for 2.6a2. by Barry Warsaw · 17 years ago
  77. 7c07523 Add date to NEWS by Barry Warsaw · 17 years ago
  78. a8ee94b fix typo by Fred Drake · 17 years ago
  79. 5297361 Bump to version 2.6a1 by Barry Warsaw · 17 years ago
  80. 1ddf1d8 Add __format__ method to Decimal, to support PEP 3101 by Mark Dickinson · 17 years ago
  81. b4cbc98 Add alternate constructor for itertools.chain(). by Raymond Hettinger · 17 years ago
  82. 93e804d Add itertools.combinations(). by Raymond Hettinger · 17 years ago
  83. ca37661 Add a timing flag to Trace so you can see where slowness occurs by Neal Norwitz · 17 years ago
  84. 8c460d5 #1627: httplib now ignores negative Content-Length headers. by Georg Brandl · 17 years ago
  85. 2363503 #900744: If an invalid chunked-encoding header is sent by a server, by Georg Brandl · 17 years ago
  86. ebcfd11 #1506171: added operator.methodcaller(). by Georg Brandl · 17 years ago
  87. e2065c6 #1826: allow dotted attribute paths in operator.attrgetter. by Georg Brandl · 17 years ago
  88. 4034685 Issue #2051 and patch from Alexander Belopolsky: by Christian Heimes · 17 years ago
  89. f0476e8 Patch #1957: syslogmodule: Release GIL when calling syslog(3) by Christian Heimes · 17 years ago
  90. ad61bc8 #2067: file.__exit__() now calls subclasses' close() method. by Georg Brandl · 17 years ago
  91. 7e251e8 Issue 1089358. Adds the siginterrupt() function, that is just a by Facundo Batista · 17 years ago
  92. 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 17 years ago
  93. 5224d28 Patch #1759: Backport of PEP 3129 class decorators with some help from Georg by Christian Heimes · 17 years ago
  94. b12f0b5 Issue 1781. Now ConfigParser.add_section does not let you add a by Facundo Batista · 17 years ago
  95. fc2d010 Issue 1881. Increased the stack limit from 500 to 1500. Also added by Facundo Batista · 17 years ago
  96. a73fbe7 Added future_builtins, which contains PEP 3127 compatible versions of hex() and oct(). by Eric Smith · 17 years ago
  97. c5705a8 Document itertools.product(). by Raymond Hettinger · 17 years ago
  98. af16ece Fix a few typos and layout glitches (more work is needed). by Guido van Rossum · 17 years ago
  99. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 17 years ago
  100. b5e2684 Remove news about float repr() -- issue 1580 is still in limbo. by Guido van Rossum · 17 years ago