1. 4131830 Fix memory leak with SyntaxError. (The DECREF was originally hidden by Guido van Rossum · 23 years ago
  2. ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 23 years ago
  3. fe0d79f Add Jeremy's compiler to the Windows install. by Tim Peters · 23 years ago
  4. ef85cc8 Add section for PEP 241 Add PyUnit and sys.excepthook by Andrew M. Kuchling · 23 years ago
  5. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  6. 37f7b38 Fixes for various issues reported and discovered since Python 9: by Ka-Ping Yee · 23 years ago
  7. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 23 years ago
  8. 816e149 First cut at a high-level symbol table interface by Jeremy Hylton · 23 years ago
  9. 987f133 SRE 2.1b2: forgot to update one output file (sorry, Fred!) by Fredrik Lundh · 23 years ago
  10. 8bf395f add DEF_BOUND constant by Jeremy Hylton · 23 years ago
  11. 14b90a4 Strip \r as trailing whitespace as part of soft line endings. by Guido van Rossum · 23 years ago
  12. 8652522 Update the Tix version (long overdue :-). by Guido van Rossum · 23 years ago
  13. 3f69f21 Add a wrapper function for ssl() on Windows. Inspired by SF patch by Guido van Rossum · 23 years ago
  14. bfb9184 This is SF patch #405952, by Anthony Baxter: by Guido van Rossum · 23 years ago
  15. 4e262a9 A small change to the C API for weakly-referencable types: Such types by Fred Drake · 23 years ago
  16. 82f1480 Inform the cycle-detector that the a weakref object no longer needs to be by Fred Drake · 23 years ago
  17. 2c77355 Make cPickle use the recently-added PyInstance_NewRaw() API to create by Fred Drake · 23 years ago
  18. 53f5968 Make this IDLE version 0.8. (We have to skip 0.7 because that was a by Guido van Rossum · 23 years ago
  19. 3cc1250 Don't use __debug__ as if it were some module global. Use DEBUG instead. by Guido van Rossum · 23 years ago
  20. 6909642 Bump the version number. by Fred Drake · 23 years ago
  21. 15e07f4 Update to the current state of the universe. by Fred Drake · 23 years ago
  22. e28d8ae Be more clear about the specific rules for supporting the cyclic GC in an by Fred Drake · 23 years ago
  23. f5db48e Fix typo in history. by Thomas Wouters · 23 years ago
  24. 17741be SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns. by Fredrik Lundh · 23 years ago
  25. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  26. 8e9972c Added news items for the Distutils by Andrew M. Kuchling · 23 years ago
  27. 3225c1f Updated history. Incorporated 1.6.1 license. by Guido van Rossum · 23 years ago
  28. b374dd3 Synchronize with 1.6 of PyXML: by Martin v. Löwis · 23 years ago
  29. ffb963c Use the get_contact*() accessors instead of get_maintainer*() by Andrew M. Kuchling · 23 years ago
  30. a0ea7c1 Set copyright to PSF. Don't bother with 2000. by Guido van Rossum · 23 years ago
  31. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 23 years ago
  32. 053ae35 Add some news for 2.1b2. I'd still like someone else to add news by Guido van Rossum · 23 years ago
  33. d76f0f7 Added Gordon McMillan. He should've been in there ages ago. Thanks by Guido van Rossum · 23 years ago
  34. d42124c Change co.detach() to co.back() call. by Guido van Rossum · 23 years ago
  35. 27f9b84 Add more complete reference. Change a co.back() call to co.tran() -- by Guido van Rossum · 23 years ago
  36. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  37. 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 23 years ago
  38. 280e6bd Make error messages clearer for illegal combinations of nested by Jeremy Hylton · 23 years ago
  39. 6e9c0ba Remove redundant import by Andrew M. Kuchling · 23 years ago
  40. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 23 years ago
  41. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 23 years ago
  42. a7210ed Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, by Andrew M. Kuchling · 23 years ago
  43. df66df0 Patch #407434: add rfc822_escape utility function by Andrew M. Kuchling · 23 years ago
  44. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  45. 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 23 years ago
  46. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 23 years ago
  47. 4edbc2a Add CONFIG_ARGS Makefile variable (saves the arguments passed to configure). by Neil Schemenauer · 23 years ago
  48. 64b1b68 - Remove WITH makefile variable. Its not used for anything. by Neil Schemenauer · 23 years ago
  49. ec24c1b Don't raise MemoryError in keys() when the database is empty. by Guido van Rossum · 23 years ago
  50. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 23 years ago
  51. c392b57 Integrated an expanded version of some text from Neil Schemenauer about by Fred Drake · 23 years ago
  52. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 23 years ago
  53. ed9d0ba Do not print caret when offset is None. by Jeremy Hylton · 23 years ago
  54. 6783070 Make PyDict_Next safe to use for loops that merely modify the values by Tim Peters · 23 years ago
  55. 66b0e9c Use PyObject_IsInstance() to check whether the first argument to an by Guido van Rossum · 23 years ago
  56. 69e9e8b Reformat and edit docstrings to follow modern conventions. Single by Jeremy Hylton · 23 years ago
  57. ded4bd7 Update PyNode_CompileSymtable() to understand future statements by Jeremy Hylton · 23 years ago
  58. 823649d Move the code implementing isinstance() and issubclass() to new C by Guido van Rossum · 23 years ago
  59. 9175114 Add test cases for the fnmatch module. by Fred Drake · 23 years ago
  60. cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 23 years ago
  61. 0253820 The unittest module from PyUNIT, by Steve Purcell. by Fred Drake · 23 years ago
  62. 46d9fda Donovan Baarda <abo@users.sourceforge.net>: by Fred Drake · 23 years ago
  63. 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 23 years ago
  64. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  65. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  66. bec1958 Use proper compiler flags on UnixWare. Closes bug #231439. by Martin v. Löwis · 23 years ago
  67. f74c9dc Add newline to end of file. by Guido van Rossum · 23 years ago
  68. be0e7f4 Document tix directory. by Martin v. Löwis · 23 years ago
  69. 0411f6f Add section on 2.1b2. Report the addition of the Tix module. by Martin v. Löwis · 23 years ago
  70. b1d1969 Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix by Martin v. Löwis · 23 years ago
  71. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 23 years ago
  72. 2c91c81 Patch #409504: Fix regex problems, consider \-continuation lines in Makefile by Martin v. Löwis · 23 years ago
  73. 55f826c Update Windows installer for 2.1b2. by Tim Peters · 23 years ago
  74. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  75. 9de05f4 Started on 2.1b2 release notes. Cleaned out alfa notes, etc. by Jack Jansen · 23 years ago
  76. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  77. aabdb0d Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  78. 4e6d09e Moved the description of the tzparse module to the "Obsolete" section by Fred Drake · 23 years ago
  79. 4df3c52 Case-checking was broken on the Macintosh. Fixed. by Jack Jansen · 23 years ago
  80. fddef43 Got module to work under Carbon. Also disabled a few more bits of cfm68k support. by Jack Jansen · 23 years ago
  81. 26d42df Added riscos modules to modules that don't have to be included. by Jack Jansen · 23 years ago
  82. 6b767ac Lawrence Hudson, SF #401702: Modify co_filename in frozen programs by Guido van Rossum · 23 years ago
  83. b845cb0 Bump version to 2.1b2. by Guido van Rossum · 23 years ago
  84. d092694 Add a deprecation warning to this module. by Guido van Rossum · 23 years ago
  85. 44f5f8f Bug #409419: delete seek() and tell() methods, so callers can use getattr() by Andrew M. Kuchling · 23 years ago
  86. d3f193f * Fixing the password-proxy bug by Moshe Zadka · 23 years ago
  87. 6abce91 Get rid of --with-check-import-case. (Jason Tishler, SF #409924) by Guido van Rossum · 23 years ago
  88. a1351fb SF patch #408326 by Robin Thomas: slice objects comparable, not hashable by Guido van Rossum · 23 years ago
  89. 26ae7cd SF patch 407758, "timemodule patches for Cygwin", from Norman Vine. by Tim Peters · 23 years ago
  90. ce7ef59 Fixup handling of free variables in methods when the class scope also by Jeremy Hylton · 23 years ago
  91. e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 23 years ago
  92. 23b4227 Fix crashes in nested list comprehensions SF bugs 409230 and 407800 by Jeremy Hylton · 23 years ago
  93. baa03e8 When building the installer, prompt for the location of the system directory by Tim Peters · 23 years ago
  94. a8423a9 Add a whole lot of stuff to __all__. by Guido van Rossum · 23 years ago
  95. f531ad6 Markup nit: For the Python documents, we use \empt instead of \textit. by Fred Drake · 23 years ago
  96. 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 23 years ago
  97. 64de1a4 add errorTab to __all__ on win* closes bug #406642 by Skip Montanaro · 23 years ago
  98. 8f4eab2 Committing patch 405101 by Moshe Zadka · 23 years ago
  99. 261d91a Make doctest's self-test succeed after the previous change. by Guido van Rossum · 23 years ago
  100. af00a46 Print a bunch of asterisks before the failure summary, to separate it by Guido van Rossum · 23 years ago