1. 615842f A very minor bug fix: this code looks like it is designed to accept by Armin Rigo · 18 years ago
  2. 9d57e53 [Bug #1545341] Allow 'classifier' parameter to be a tuple as well as a list. Will backport. by Andrew M. Kuchling · 18 years ago
  3. 8b27426 Add MSVC8 project files to create wininst-8.exe. by Martin v. Löwis · 18 years ago
  4. 7ccbca9 Forward-port of r52136,52138: a review of overflow-detecting code. by Armin Rigo · 18 years ago
  5. 820d6ac Fix integer negation and absolute value to not rely by Martin v. Löwis · 18 years ago
  6. 82271f1 Fix for SF bug 1569998: break permitted inside try. by Jeremy Hylton · 18 years ago
  7. 1e3c3b1 decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to by Barry Warsaw · 18 years ago
  8. 373d90b Convert test_imp over to unittest. by Brett Cannon · 18 years ago
  9. 2c050af Modified LogRecord.__init__ to make the func parameter optional. (See SF #1569622). by Vinay Sajip · 18 years ago
  10. e0b6735 Add comment explaining that error msgs may be due to user code when by Kurt B. Kaiser · 18 years ago
  11. c426ffc Some syntax errors were being caught by tokenize during the tabnanny by Kurt B. Kaiser · 18 years ago
  12. 54c3db5 Convert test_import to unittest. by Georg Brandl · 18 years ago
  13. a92979a Bug #1446043: correctly raise a LookupError if an encoding name given by Georg Brandl · 18 years ago
  14. 4ddfcd3 Bug #1556784: allow format strings longer than 127 characters in by Georg Brandl · 18 years ago
  15. 154324a Bug #1560617: in pyclbr, return full module name not only for classes, by Georg Brandl · 18 years ago
  16. 05b3c45 Bug #1457823: cgi.(Sv)FormContentDict's constructor now takes by Georg Brandl · 18 years ago
  17. 8d1e5bf Bug #1566602: correct failure of posixpath unittest when $HOME ends by Georg Brandl · 18 years ago
  18. 3267d28 Bug #1566800: make sure that EnvironmentError can be called with any by Georg Brandl · 18 years ago
  19. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  20. 8c66745 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  21. 11b3535 Make the error message for when the time data and format do not match clearer. by Brett Cannon · 18 years ago
  22. c839c2f Another crasher. by Armin Rigo · 18 years ago
  23. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  24. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  25. 2c94bf7 Fix webbrowser.BackgroundBrowser on Windows. by Georg Brandl · 18 years ago
  26. e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 18 years ago
  27. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  28. 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 18 years ago
  29. 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 18 years ago
  30. bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 18 years ago
  31. ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 18 years ago
  32. 2244af5 The cast function did not accept c_char_p or c_wchar_p instances by Thomas Heller · 18 years ago
  33. fdb62f0 Anonymous structure fields that have a bit-width specified did not work, by Thomas Heller · 18 years ago
  34. c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 18 years ago
  35. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 18 years ago
  36. 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  37. 38f6237 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  38. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  39. 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 18 years ago
  40. 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 18 years ago
  41. e672825 [Bug #1526834] Fix crash in pdb when you do 'b f('; by Andrew M. Kuchling · 18 years ago
  42. a5453c4 [Bug #1525469] SimpleXMLRPCServer still uses the sys.exc_{value,type} module-level globals instead of calling sys.exc_info(). Reported by Russell Warren by Andrew M. Kuchling · 18 years ago
  43. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 18 years ago
  44. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  45. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  46. 919d5cc This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  47. a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 18 years ago
  48. c4a70fb Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  49. dd5e7b9 Whitespace normalization. by Tim Peters · 18 years ago
  50. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 18 years ago
  51. c1120b4 Hmm, this test has failed at least twice recently on the OpenBSD and by Neal Norwitz · 18 years ago
  52. 681d867 Add missing word in comment by Neal Norwitz · 18 years ago
  53. ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 18 years ago
  54. 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 18 years ago
  55. db38588 Remove the old decimal context management tests from test_contextlib (guess who didn't run the test suite before committing...) by Nick Coghlan · 18 years ago
  56. 8b6999b Fix the wrongheaded implementation of context management in the decimal module and add unit tests. (python-dev discussion is ongoing regarding what we do about Python 2.5) by Nick Coghlan · 18 years ago
  57. d219e7f Fix a couple of typos. by Neal Norwitz · 18 years ago
  58. 7b60464 - Move functions common to all path modules into genericpath.py and have the by Jack Diederich · 18 years ago
  59. 4582d7d A new test here relied on preserving invisible trailing by Tim Peters · 18 years ago
  60. 147f9ae Whitespace normalization. by Tim Peters · 18 years ago
  61. cd73a78 The regular expression engine in '_sre' can segfault when interpreting by Armin Rigo · 18 years ago
  62. 98619f2 Port _ctypes.pyd to win64 on AMD64. by Thomas Heller · 18 years ago
  63. 391e5f4 importing types is not necessary if we use isinstance by Neal Norwitz · 18 years ago
  64. 9e398ca Fix SF bug #1545837: array.array borks on deepcopy. by Thomas Wouters · 18 years ago
  65. 348dc88 Reverting the patch that tried to fix the issue whereby x**2 raises by Alex Martelli · 18 years ago
  66. 39c532c Replace dead code with an assert. by Jeremy Hylton · 18 years ago
  67. 76467ba Bug fixes large and small for tokenize. by Jeremy Hylton · 18 years ago
  68. 20362a8 x**2 should about equal x*x (including for a float x such that the result is by Alex Martelli · 18 years ago
  69. 29bef0b Baby steps towards better tests for tokenize by Jeremy Hylton · 18 years ago
  70. 60e96f6 Expose column offset information in parse trees. by Jeremy Hylton · 18 years ago
  71. 17753ec Patch #1541585: fix buffer overrun when performing repr() on by Neal Norwitz · 18 years ago
  72. 4f096d9 Patch #1542451: disallow continue anywhere under a finally by Neal Norwitz · 18 years ago
  73. 8a51939 Fix bug #1543303, tarfile adds padding that breaks gunzip. Patch # 1543897. by Neal Norwitz · 18 years ago
  74. 8c036cc Patch #1542948: fix urllib2 header casing issue. With new test. by Georg Brandl · 18 years ago
  75. 78b1a08 Updating IDLE's version number to match Python's (as per python-dev discussion). by Anthony Baxter · 18 years ago
  76. 2eb8c4f Bug #1541863: uuid.uuid1 failed to generate unique identifiers by Martin v. Löwis · 18 years ago
  77. 4c6b0d5 Fix a bug in the ``compiler`` package that caused invalid code to be by Neil Schemenauer · 18 years ago
  78. 7ae3548 File menu hotkeys: there were three 'p' assignments. Reassign the by Kurt B. Kaiser · 18 years ago
  79. dc075b9 SF#1534630 by Fredrik Lundh · 18 years ago
  80. b4a0cf1 Remove the special casing of Py_None when converting the return value by Thomas Heller · 18 years ago
  81. b0aa98f The __repr__ method of a NULL py_object does no longer raise an by Thomas Heller · 18 years ago
  82. 604c864 Revert to having static version numbers again. by Marc-André Lemburg · 18 years ago
  83. f137e1d Get quit() and exit() to work cleanly when not using subprocess. by Kurt B. Kaiser · 18 years ago
  84. b1cb56a Update code and tests to support the 'bytes_le' attribute (for by Ka-Ping Yee · 18 years ago
  85. d112bc7 Patch #1540892: site.py Quitter() class attempts to close sys.stdin by Kurt B. Kaiser · 18 years ago
  86. b409666 preparing for 2.5c1 by Anthony Baxter · 18 years ago
  87. 2a7ff29 The 'with' statement is now a Code Context block opener by Kurt B. Kaiser · 18 years ago
  88. 271a868 Subclasses of int/long are allowed to define an __index__. by Neal Norwitz · 18 years ago
  89. 6e48256 Update the docstring to use a version a little newer than 1999. This was by Neal Norwitz · 18 years ago
  90. b476fdf Fix the test for SocketServer so it should pass on cygwin and not fail by Neal Norwitz · 18 years ago
  91. c02c1c8 Whitespace normalization. by Tim Peters · 18 years ago
  92. d76bd69 Cookie.py shouldn't "bogusly" use string._idmap. by Georg Brandl · 18 years ago
  93. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  94. 85fec59 Add an additional test: BZ2File write methods should raise IOError by Georg Brandl · 18 years ago
  95. 3335a7a Patch #1535500: fix segfault in BZ2File.writelines and make sure it by Georg Brandl · 18 years ago
  96. 2463f8f Make tabnanny recognize IndentationErrors raised by tokenize. by Georg Brandl · 18 years ago
  97. 8672004 Apply the patch #1532975 plus ideas from the patch #1533481. by Thomas Heller · 18 years ago
  98. 040f76b Slightly revised version of patch #1538956: by Marc-André Lemburg · 18 years ago
  99. 56423e5 Fix segfault when doing string formatting on subclasses of long if by Neal Norwitz · 18 years ago
  100. 1872b1c Fix a couple of bugs exposed by the new __index__ code. The 64-bit buildbots by Neal Norwitz · 18 years ago