1. 5d59c09 Patch #1567691: super() and new.instancemethod() now don't accept by Georg Brandl · 18 years ago
  2. 8c66745 Bug #1565661: in webbrowser, split() the command for the default by Georg Brandl · 18 years ago
  3. 21d9943 Bug #1567375: a minor logical glitch in example description. by Georg Brandl · 18 years ago
  4. f8508cc wording change by Gregory P. Smith · 18 years ago
  5. 5cee720 SF bug #1567976 : fix typo by George Yoshida · 18 years ago
  6. 94b69f6 Very minor grammatical fix in a comment. by Brett Cannon · 18 years ago
  7. 656aee7 Make examples do error checking on Py_InitModule by Andrew M. Kuchling · 18 years ago
  8. 43889c0 Add news item for rev. 51815 by Andrew M. Kuchling · 18 years ago
  9. 11b3535 Make the error message for when the time data and format do not match clearer. by Brett Cannon · 18 years ago
  10. c839c2f Another crasher. by Armin Rigo · 18 years ago
  11. c7986ce Fix a bug in traceback.format_exception_only() that led to an error by Georg Brandl · 18 years ago
  12. a10d3af Fix a bug in the parser's future statement handling that led to "with" by Georg Brandl · 18 years ago
  13. 2c94bf7 Fix webbrowser.BackgroundBrowser on Windows. by Georg Brandl · 18 years ago
  14. e042601 Make output on test_strptime() be more verbose in face of failure. This is in by Brett Cannon · 18 years ago
  15. 9356e11 SF Bug #1563963, add missing word and cleanup first sentance by Neal Norwitz · 18 years ago
  16. d3f9190 Remove extra semi-colons reported by Johnny Lee on python-dev. Backport if anyone cares. by Neal Norwitz · 18 years ago
  17. 62e955a add boilerplate "What's New" document so the docs will build by Fred Drake · 18 years ago
  18. 02743ca Mostly revert this file to the same version as before. Only force setting by Neal Norwitz · 18 years ago
  19. 3a23017 Bug #1557232: fix seg fault with def f((((x)))) and def f(((x),)). by Neal Norwitz · 18 years ago
  20. 4a8fbdb Fix %zd string formatting on Mac OS X so it prints negative numbers. by Neal Norwitz · 18 years ago
  21. d10a0f7 added itertools.count(-n) fix by Jack Diederich · 18 years ago
  22. 36234e8 * regression bug, count_next was coercing a Py_ssize_t to an unsigned Py_size_t by Jack Diederich · 18 years ago
  23. d14bf61 Fix typo. by Walter Dörwald · 18 years ago
  24. c8939d2 Make python.vim output more deterministic. by Brett Cannon · 18 years ago
  25. f6aa86e Allow exceptions to be directly sliced again by Brett Cannon · 18 years ago
  26. 9adeab7 Accidentally didn't commit Misc/NEWS entry on when __unicode__() was removed by Brett Cannon · 18 years ago
  27. 2fa0679 Fixes a bug with bsddb.DB.stat where the flags and txn keyword by Gregory P. Smith · 18 years ago
  28. 790e194 Make this thing executable. by Guido van Rossum · 18 years ago
  29. a6790f1 Tweak Mac/Makefile in to ensure that pythonw gets rebuild when the major version by Ronald Oussoren · 18 years ago
  30. 3564c46 Port of revision 51902 in release25-maint to the trunk by Ronald Oussoren · 18 years ago
  31. 43fd99c Patch #1557515: Add RLIMIT_SBSIZE. by Martin v. Löwis · 18 years ago
  32. 13782a3 revise explanation of returns_unicode to reflect bool values by Fred Drake · 18 years ago
  33. a58f123 - fix module name in links in formatted documentation by Fred Drake · 18 years ago
  34. c9ded90 Correct elementtree module index entry. by Georg Brandl · 18 years ago
  35. cdf6afd Fix grammar errors and improve clarity. by Ka-Ping Yee · 18 years ago
  36. e2782bb Rewrite help message to remove some of the parentheticals. (There were a lot of them.) by Andrew M. Kuchling · 18 years ago
  37. 8964688 Make --help mention that -v can be supplied multiple times by Andrew M. Kuchling · 18 years ago
  38. ab85687 More wordsmithing by Andrew M. Kuchling · 18 years ago
  39. 32cec80 Some editing, markup fixes by Andrew M. Kuchling · 18 years ago
  40. abd5520 Markup typo fix by Andrew M. Kuchling · 18 years ago
  41. c0fdb18 Forward-port 51862: Add sgml_input.html. by Martin v. Löwis · 18 years ago
  42. ec6c2df Forward-port of rev. 51857: by Georg Brandl · 18 years ago
  43. 361b46b Add a "crasher" taken from the sgml bug report referenced in the comment by Neal Norwitz · 18 years ago
  44. 2a399b0 Properly handle a NULL returned from PyArena_New(). (Also fix some whitespace) by Neal Norwitz · 18 years ago
  45. bcc119a Forward port of 51850 from release25-maint branch. by Neal Norwitz · 18 years ago
  46. ca2ca79 Remove the __unicode__ method from exceptions. Allows unicode() to be called by Brett Cannon · 18 years ago
  47. af57f60 Fix typo in example by Andrew M. Kuchling · 18 years ago
  48. 6d75567 Use native SQLite types by Andrew M. Kuchling · 18 years ago
  49. 3d1839f Use native SQLite types by Andrew M. Kuchling · 18 years ago
  50. 2b46434 Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
  51. 7f295de Explain SQLite a bit more clearly by Andrew M. Kuchling · 18 years ago
  52. 0449c51 Add missing word by Andrew M. Kuchling · 18 years ago
  53. b3c18f8 Add missing NEWS entry for rev 51803 by Nick Coghlan · 18 years ago
  54. 2244af5 The cast function did not accept c_char_p or c_wchar_p instances by Thomas Heller · 18 years ago
  55. fdb62f0 Anonymous structure fields that have a bit-width specified did not work, by Thomas Heller · 18 years ago
  56. 863f3d1 Add a warning notice on top of the generated grammar.txt. by Armin Rigo · 18 years ago
  57. 62e475b [Bug #1552726] Avoid repeatedly polling in interactive mode -- only put a timeout on the select() by Andrew M. Kuchling · 18 years ago
  58. 95b0478 Typo fix by Andrew M. Kuchling · 18 years ago
  59. 63083c3 Fix a glaring error and update some version numbers. by Ronald Oussoren · 18 years ago
  60. c495c66 Fix the speed regression in inspect.py by adding another cache to speed up getmodule(). Patch #1553314 by Nick Coghlan · 18 years ago
  61. c563a1c Fix refcounts and add error checks. by Raymond Hettinger · 18 years ago
  62. c36bede Fixed subprocess bug #1531862 again, after removing tests offending buildbot by Gustavo Niemeyer · 18 years ago
  63. 9614868 Add news item for bug fix of SF bug report #1546372. by Marc-André Lemburg · 18 years ago
  64. 4e93313 Fix missing import of the types module in logging.config. by Georg Brandl · 18 years ago
  65. 38f6237 Bug #1542051: Exceptions now correctly call PyObject_GC_UnTrack. by Georg Brandl · 18 years ago
  66. ca460d9 with and as are now keywords. There are some generated files I can't recreate. by Neal Norwitz · 18 years ago
  67. 98775df Bug #1550983: emit better error messages for erroneous relative by Georg Brandl · 18 years ago
  68. 74bb783 Bug #1551427: fix a wrong NULL pointer check in the win32 version by Georg Brandl · 18 years ago
  69. 314bef9 Revert 51758 because it broke all the buildbots by Neal Norwitz · 18 years ago
  70. 8cb64ea Fixing #1531862: Do not close standard file descriptors in the by Gustavo Niemeyer · 18 years ago
  71. b15a0cc Update the PCBuild8 solution. by Kristján Valur Jónsson · 18 years ago
  72. e672825 [Bug #1526834] Fix crash in pdb when you do 'b f('; by Andrew M. Kuchling · 18 years ago
  73. 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
  74. a60b60e Rearrange example a bit, and show rpartition() when separator is not found by Andrew M. Kuchling · 18 years ago
  75. c48c9e2 Bug #1552618: change docs of dict.has_key() to reflect recommendation by Georg Brandl · 18 years ago
  76. 2cad3e9 Fix a typo: 2013 -> 0213 by Hye-Shik Chang · 18 years ago
  77. 199f1db Fix a few bugs on cjkcodecs found by Oren Tirosh: by Hye-Shik Chang · 18 years ago
  78. d042132 M-x untabify by Neal Norwitz · 18 years ago
  79. e4d4f00 Add a comment about some refactoring. (There's probably more that should be done.) I will reformat this file in the next checkin due to the inconsistent tabs/spaces. by Neal Norwitz · 18 years ago
  80. dac090d Bug #1520864 (again): unpacking singleton tuples in list comprehensions and by Neal Norwitz · 18 years ago
  81. 4bc2c09 Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34]. by Neal Norwitz · 18 years ago
  82. d34e427 Add a NEWS entry for str.rpartition() change by Neal Norwitz · 18 years ago
  83. 919d5cc This was found by Guido AFAIK on p3yk (sic) branch. by Neal Norwitz · 18 years ago
  84. 477ca1c Fix SF #1552093, eval docstring typo (3 ps in mapping) by Neal Norwitz · 18 years ago
  85. a22975f Fix SF bug #1546288, crash in dict_equal. by Neal Norwitz · 18 years ago
  86. c4a70fb Add missing svn:eol-style property to text files. by Tim Peters · 18 years ago
  87. dd5e7b9 Whitespace normalization. by Tim Peters · 18 years ago
  88. c10c9d0 "Conceptual" merge of rev 51711 from the 2.5 branch. by Tim Peters · 18 years ago
  89. a0c95fa Fix endcase for str.rpartition() by Raymond Hettinger · 18 years ago
  90. bb0996c NEWS entry on trunk for decimal module changes by Nick Coghlan · 18 years ago
  91. 5a901c6 Typo fix for decimal docs by Nick Coghlan · 18 years ago
  92. f1f42d8 Fix final documentation nits before backporting decimal module fixes to 2.5 by Nick Coghlan · 18 years ago
  93. c1120b4 Hmm, this test has failed at least twice recently on the OpenBSD and by Neal Norwitz · 18 years ago
  94. 681d867 Add missing word in comment by Neal Norwitz · 18 years ago
  95. 68b6d3b Fix documentation nits for decimal context managers. by Raymond Hettinger · 18 years ago
  96. e7877d9 Further corrections to the decimal module context management documentation by Nick Coghlan · 18 years ago
  97. ced1218 Make decimal.ContextManager a private implementation detail of decimal.localcontext() by Nick Coghlan · 18 years ago
  98. 69e8897 Bug #1550714: fix SystemError from itertools.tee on negative value for n. by Neal Norwitz · 18 years ago
  99. 6aefa91 Bug #1548092: fix curses.tparm seg fault on invalid input. Needs backport to 2.5.1 and earlier. by Neal Norwitz · 18 years ago
  100. d7df712 SF #1547931, fix typo (missing and). Will backport to 2.5 by Neal Norwitz · 18 years ago