1. 26fabb0 Allow sys.excepthook and sys.exitfunc to quietly exit with a sys.exit(). by Ka-Ping Yee · 23 years ago
  2. a9c6c8d Extend isclass() to work for extension classes (by looking for __bases__). by Ka-Ping Yee · 23 years ago
  3. 324cc6e Add some initial text for the appendix on future statements and nested scopes. by Jeremy Hylton · 23 years ago
  4. 2c84fc8 Note that assignments to __debug__ are illegal by Jeremy Hylton · 23 years ago
  5. f626db7 News items for my recent checkins by Jeremy Hylton · 23 years ago
  6. fde8a86 Script for starting pydoc with a GUI in Windows. by Ka-Ping Yee · 23 years ago
  7. 897b821 Make it illegal to assign to __debug__ as per Guido's request. by Jeremy Hylton · 23 years ago
  8. e280c06 Browser compatibility fixes. by Ka-Ping Yee · 23 years ago
  9. e702481 Revert to ver 1.22, which was the version before the nested scopes by Jeremy Hylton · 23 years ago
  10. 987ec90 Small formatting improvements. by Ka-Ping Yee · 23 years ago
  11. 3bda879 Show inherited methods, with hyperlinks to the base class they came from. by Ka-Ping Yee · 23 years ago
  12. 16a0b17 Bump version number. by Fred Drake · 23 years ago
  13. a5d7b74 Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). by Tim Peters · 23 years ago
  14. 28c62bb Provide a StopTokenizing exception for conveniently exiting the loop. by Ka-Ping Yee · 23 years ago
  15. ce7298a Explain the difference between NL and NEWLINE. by Ka-Ping Yee · 23 years ago
  16. c608fb6 Give a slightly better explanation of excepthook. by Ka-Ping Yee · 23 years ago
  17. f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 23 years ago
  18. 6526bf8 When creating an attribute node using createAttribute() or by Fred Drake · 23 years ago
  19. 5e0dfac Update to the most recent weakref changes. by Fred Drake · 23 years ago
  20. b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 23 years ago
  21. 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 23 years ago
  22. db81e8d Add support for weak references to the function and method types. by Fred Drake · 23 years ago
  23. 6a1c87d Add the necessary field for weak reference support to the function and by Fred Drake · 23 years ago
  24. 4131830 Fix memory leak with SyntaxError. (The DECREF was originally hidden by Guido van Rossum · 23 years ago
  25. ac1abe0 Add a paragraph about obmalloc turning up bugs in extension modules by Andrew M. Kuchling · 23 years ago
  26. fe0d79f Add Jeremy's compiler to the Windows install. by Tim Peters · 23 years ago
  27. ef85cc8 Add section for PEP 241 Add PyUnit and sys.excepthook by Andrew M. Kuchling · 23 years ago
  28. b5c5132 Add sys.excepthook. by Ka-Ping Yee · 23 years ago
  29. 37f7b38 Fixes for various issues reported and discovered since Python 9: by Ka-Ping Yee · 23 years ago
  30. 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 23 years ago
  31. 816e149 First cut at a high-level symbol table interface by Jeremy Hylton · 23 years ago
  32. 987f133 SRE 2.1b2: forgot to update one output file (sorry, Fred!) by Fredrik Lundh · 23 years ago
  33. 8bf395f add DEF_BOUND constant by Jeremy Hylton · 23 years ago
  34. 14b90a4 Strip \r as trailing whitespace as part of soft line endings. by Guido van Rossum · 23 years ago
  35. 8652522 Update the Tix version (long overdue :-). by Guido van Rossum · 23 years ago
  36. 3f69f21 Add a wrapper function for ssl() on Windows. Inspired by SF patch by Guido van Rossum · 23 years ago
  37. bfb9184 This is SF patch #405952, by Anthony Baxter: by Guido van Rossum · 23 years ago
  38. 4e262a9 A small change to the C API for weakly-referencable types: Such types by Fred Drake · 23 years ago
  39. 82f1480 Inform the cycle-detector that the a weakref object no longer needs to be by Fred Drake · 23 years ago
  40. 2c77355 Make cPickle use the recently-added PyInstance_NewRaw() API to create by Fred Drake · 23 years ago
  41. 53f5968 Make this IDLE version 0.8. (We have to skip 0.7 because that was a by Guido van Rossum · 23 years ago
  42. 3cc1250 Don't use __debug__ as if it were some module global. Use DEBUG instead. by Guido van Rossum · 23 years ago
  43. 6909642 Bump the version number. by Fred Drake · 23 years ago
  44. 15e07f4 Update to the current state of the universe. by Fred Drake · 23 years ago
  45. e28d8ae Be more clear about the specific rules for supporting the cyclic GC in an by Fred Drake · 23 years ago
  46. f5db48e Fix typo in history. by Thomas Wouters · 23 years ago
  47. 17741be SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns. by Fredrik Lundh · 23 years ago
  48. b25e1ad sre 2.1b2 update: by Fredrik Lundh · 23 years ago
  49. 8e9972c Added news items for the Distutils by Andrew M. Kuchling · 23 years ago
  50. 3225c1f Updated history. Incorporated 1.6.1 license. by Guido van Rossum · 23 years ago
  51. b374dd3 Synchronize with 1.6 of PyXML: by Martin v. Löwis · 23 years ago
  52. ffb963c Use the get_contact*() accessors instead of get_maintainer*() by Andrew M. Kuchling · 23 years ago
  53. a0ea7c1 Set copyright to PSF. Don't bother with 2000. by Guido van Rossum · 23 years ago
  54. b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 23 years ago
  55. 053ae35 Add some news for 2.1b2. I'd still like someone else to add news by Guido van Rossum · 23 years ago
  56. d76f0f7 Added Gordon McMillan. He should've been in there ages ago. Thanks by Guido van Rossum · 23 years ago
  57. d42124c Change co.detach() to co.back() call. by Guido van Rossum · 23 years ago
  58. 27f9b84 Add more complete reference. Change a co.back() call to co.tran() -- by Guido van Rossum · 23 years ago
  59. 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 23 years ago
  60. 2e2cded Set the line number correctly for a nested function with an exec or by Jeremy Hylton · 23 years ago
  61. 280e6bd Make error messages clearer for illegal combinations of nested by Jeremy Hylton · 23 years ago
  62. 6e9c0ba Remove redundant import by Andrew M. Kuchling · 23 years ago
  63. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 23 years ago
  64. a7f225d Call the write_pkg_info method by Andrew M. Kuchling · 23 years ago
  65. a7210ed Add 'platforms' and 'keywords' attributes to the DistributionMetadata class, by Andrew M. Kuchling · 23 years ago
  66. df66df0 Patch #407434: add rfc822_escape utility function by Andrew M. Kuchling · 23 years ago
  67. bc32024 Extend support for from __future__ import nested_scopes by Jeremy Hylton · 23 years ago
  68. 061d106 If a code object is compiled with nested scopes, define the CO_NESTED flag. by Jeremy Hylton · 23 years ago
  69. f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 23 years ago
  70. 4edbc2a Add CONFIG_ARGS Makefile variable (saves the arguments passed to configure). by Neil Schemenauer · 23 years ago
  71. 64b1b68 - Remove WITH makefile variable. Its not used for anything. by Neil Schemenauer · 23 years ago
  72. ec24c1b Don't raise MemoryError in keys() when the database is empty. by Guido van Rossum · 23 years ago
  73. 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 23 years ago
  74. c392b57 Integrated an expanded version of some text from Neil Schemenauer about by Fred Drake · 23 years ago
  75. 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 23 years ago
  76. ed9d0ba Do not print caret when offset is None. by Jeremy Hylton · 23 years ago
  77. 6783070 Make PyDict_Next safe to use for loops that merely modify the values by Tim Peters · 23 years ago
  78. 66b0e9c Use PyObject_IsInstance() to check whether the first argument to an by Guido van Rossum · 23 years ago
  79. 69e9e8b Reformat and edit docstrings to follow modern conventions. Single by Jeremy Hylton · 23 years ago
  80. ded4bd7 Update PyNode_CompileSymtable() to understand future statements by Jeremy Hylton · 23 years ago
  81. 823649d Move the code implementing isinstance() and issubclass() to new C by Guido van Rossum · 23 years ago
  82. 9175114 Add test cases for the fnmatch module. by Fred Drake · 23 years ago
  83. cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 23 years ago
  84. 0253820 The unittest module from PyUNIT, by Steve Purcell. by Fred Drake · 23 years ago
  85. 46d9fda Donovan Baarda <abo@users.sourceforge.net>: by Fred Drake · 23 years ago
  86. 2271082 Fixed a bunch of Tabnanny errors by Moshe Zadka · 23 years ago
  87. 5c7a251 Add tests for recent changes: by Jeremy Hylton · 23 years ago
  88. 220ae7c Fix PyFrame_FastToLocals() and counterpart to deal with cells and by Jeremy Hylton · 23 years ago
  89. bec1958 Use proper compiler flags on UnixWare. Closes bug #231439. by Martin v. Löwis · 23 years ago
  90. f74c9dc Add newline to end of file. by Guido van Rossum · 23 years ago
  91. be0e7f4 Document tix directory. by Martin v. Löwis · 23 years ago
  92. 0411f6f Add section on 2.1b2. Report the addition of the Tix module. by Martin v. Löwis · 23 years ago
  93. b1d1969 Remove Tix detection from Tkinter part; lib-tk/Tix attempts to load Tix by Martin v. Löwis · 23 years ago
  94. b21cb5f Patch #410231: Add the Python Tix library. by Martin v. Löwis · 23 years ago
  95. 2c91c81 Patch #409504: Fix regex problems, consider \-continuation lines in Makefile by Martin v. Löwis · 23 years ago
  96. 55f826c Update Windows installer for 2.1b2. by Tim Peters · 23 years ago
  97. eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 23 years ago
  98. 9de05f4 Started on 2.1b2 release notes. Cleaned out alfa notes, etc. by Jack Jansen · 23 years ago
  99. 875b51d Added dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago
  100. aabdb0d Dummy _tkinter module for Carbon, which explains that Tkinter isnt supported under Carbon. by Jack Jansen · 23 years ago