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