1. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 23 years ago
  2. 969ab27 Update documentation for termios module; do not refer to the TERMIOS module by Fred Drake · 23 years ago
  3. 5dd09bb No need to call filterwarnings() to suppress further warnings from this by Fred Drake · 23 years ago
  4. ddd802c Replace all the platform-specific TERMIOS modules with a portable version by Fred Drake · 23 years ago
  5. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  6. df48d14 Define the constants needed for working with these functions directly by Fred Drake · 23 years ago
  7. 0f4e93d Backing out nested scopes broke the Windows build. Repairing. by Tim Peters · 23 years ago
  8. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 23 years ago
  9. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 23 years ago
  10. bd00cda Teach Windows build about new future.c. by Tim Peters · 23 years ago
  11. 83c158f Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) by Andrew M. Kuchling · 23 years ago
  12. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 23 years ago
  13. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  14. ed5e823 Gustavo Niemeyer <niemeyer@conectiva.com>: by Fred Drake · 23 years ago
  15. cf9926c Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name. by Neil Schemenauer · 23 years ago
  16. 9767e76 Patch #404275: generate a reasonable platform string for AIX by Andrew M. Kuchling · 23 years ago
  17. 8016a4b Remove two meaningless, module-level global statements (one of a by Jeremy Hylton · 23 years ago
  18. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  19. bb40dc4 remove commented-out vestiges of access statement by Jeremy Hylton · 23 years ago
  20. 8216c18 conditionally include unistd.h to pick up confstr declaration. attempt to by Skip Montanaro · 23 years ago
  21. dd17534 pydoc: text and HTML documentation generator for interactive use by Ka-Ping Yee · 23 years ago
  22. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 23 years ago
  23. cced0aa SetListCellIndent() argument was guessed incorrectly. Fixed. by Jack Jansen · 23 years ago
  24. f02f4c8 Soundex has gone. by Jack Jansen · 23 years ago
  25. 501d89d Soundex has gone. by Jack Jansen · 23 years ago
  26. 8a69373 Dialog and Window objects are (finally) different beasts. by Jack Jansen · 23 years ago
  27. d67566b Use the filename, not the pathname, in the definitions file by Jack Jansen · 23 years ago
  28. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 23 years ago
  29. be77cf7 Add warnings about undefined "global" SF bug #233532 by Jeremy Hylton · 23 years ago
  30. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  31. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  32. 2a5130e Document XML changes. by Martin v. Löwis · 23 years ago
  33. 7a5e80e Updates to describe function attributes. by Barry Warsaw · 23 years ago
  34. d4614e8 Updates to the semantics of function and method attributes. by Barry Warsaw · 23 years ago
  35. ab354bb Mention setup.py in the instructions by Andrew M. Kuchling · 23 years ago
  36. ebe3045 Update build notes to mention setup.py by Andrew M. Kuchling · 23 years ago
  37. 9e9bb01 Fix typo by Andrew M. Kuchling · 23 years ago
  38. 4041774 Add missing dependents of graminit.h. by Neil Schemenauer · 23 years ago
  39. 7cd124c Generate grammar source files in srcdir. Ignore the error if they cannot by Neil Schemenauer · 23 years ago
  40. acbf9ef Don't create the Include directory if building outside of the source by Neil Schemenauer · 23 years ago
  41. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 23 years ago
  42. ffc215a Add __future__.py to std library, + dull test to verify that assignments by Tim Peters · 23 years ago
  43. 32efcdb cleanup_helper(): Added missing "void" type for the function, updated by Fred Drake · 23 years ago
  44. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  45. 4f9b13b instancemethod_setattro(): Raise TypeError if an attempt is made to by Barry Warsaw · 23 years ago
  46. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 23 years ago
  47. 75ee8f5 main(): Slightly more informative error message when TokenError by Barry Warsaw · 23 years ago
  48. 68d486c (py-parse-state): Teach python-mode how to scan code which follows by Barry Warsaw · 23 years ago
  49. 1e54211 Shuffle premature decref; nuke unreachable code block. by Tim Peters · 23 years ago
  50. 5dd7362 Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon. by Jack Jansen · 23 years ago
  51. be1e569 Turn on the "multifinder aware" bit. This should always have been on, but was was never a problem that it was off until CarbonLib 1.1 (which requires it, for some reason). by Jack Jansen · 23 years ago
  52. 6fd08ba Do not hide a failure to create a temporary file; if it fails the work by Fred Drake · 23 years ago
  53. 07e6c50 Minor adjustments, including markup corrections. by Fred Drake · 23 years ago
  54. 447f545 Fix extra backslash in example. by Fred Drake · 23 years ago
  55. 3538c93 Another name. by Fred Drake · 23 years ago
  56. afdc8fc Fix up the markup in some recently-added portions of the text. by Fred Drake · 23 years ago
  57. 22e4182 Describe -s a little more generically. by Barry Warsaw · 23 years ago
  58. 0372af7 symtable_update_free_vars(), symtable_undo_free(), by Barry Warsaw · 23 years ago
  59. 74b3bc4 Fix for bug 133489: compiler leaks memory by Jeremy Hylton · 23 years ago
  60. 3e13b1e Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call by Barry Warsaw · 23 years ago
  61. a903ad98 _Py_ReleaseInternedStrings(): Private API function to decref and by Barry Warsaw · 23 years ago
  62. 8d7f086 Patch #103899: Don't compile modules configured in Setup. This seems much by Andrew M. Kuchling · 23 years ago
  63. e06337a Patch #103937: Attempt to get the BSDDB autodetection right (or at least by Andrew M. Kuchling · 23 years ago
  64. 5edc627 Checkin updated version of patch #103933 . As Thomas says, fixes the bugs #131064, #129584, #127722. See the discussion in bug #131064 by Mark Hammond · 23 years ago
  65. af44963 Patch 103928: Correct zlib freeze settings for Win32. by Tim Peters · 23 years ago
  66. 19f3c52 Work around the broken formatting of sys.ps1 prompts in running text. by Fred Drake · 23 years ago
  67. 2f55b11 cd to the html/ directory to generate the global module index so the links by Fred Drake · 23 years ago
  68. d27ed85 The ACKS file is in the current directory when converted to HTML; this was by Fred Drake · 23 years ago
  69. cb45bfd Remove entry for soundex module! by Fred Drake · 23 years ago
  70. eefb107 _PyObject_Dump(): If argument is NULL, print "NULL" instead of crashing. by Barry Warsaw · 23 years ago
  71. 2da0ea8 In try_3way_to_rich_compare(), swap the call to default_3way_compare() by Guido van Rossum · 23 years ago
  72. 230d17d Sequence indexes are non-negative, not natural (0 is not a natural number). by Fred Drake · 23 years ago
  73. 7c30de6 Remove documentation for the soundex module; the module is no longer by Fred Drake · 23 years ago
  74. 1c8e1f0 asin micro-optimization suggested in email. by Tim Peters · 23 years ago
  75. 15d7270 Windows: Remove soundex from pythoncore subproject. by Tim Peters · 23 years ago
  76. debc352 Mention the removal of soundex.c by Andrew M. Kuchling · 23 years ago
  77. a1a690f Patch #103926: fix two warnings from Tru64's compiler by Andrew M. Kuchling · 23 years ago
  78. b995509 Remove soundex module, as stated by GvR. by Andrew M. Kuchling · 23 years ago
  79. 7edbd4f Patch #103885: Add dynamic registration and lookup of DOM implementations. by Martin v. Löwis · 23 years ago
  80. f5d3ea0 Fix previous checkin, hopelessly broken as it was; reported by Detlef Lannert. by Jeremy Hylton · 23 years ago
  81. 793de09 Add a line to "python -h" output about PYTHONCASEOK. by Tim Peters · 23 years ago
  82. f55204b Rip out various module-enabling switches, made obsolete by setup.py by Andrew M. Kuchling · 23 years ago
  83. 39c4ed6 Move the signal module back into Setup.config.in so it can be enabled by Andrew M. Kuchling · 23 years ago
  84. 3a9a96c replace exec with simple assignments by Jeremy Hylton · 23 years ago
  85. add8b24 Release a PYC resource after reading it. No need to keep it incore. by Jack Jansen · 23 years ago
  86. 316a010 Waste 2.0 has many more options for the undo label. by Jack Jansen · 23 years ago
  87. 9ad2752 Use re in stead of regex, so we get rid of the annoying warning during startup. by Jack Jansen · 23 years ago
  88. 2d0589b The code to write timestamps couldn't handle negative times (and time by Jack Jansen · 23 years ago
  89. 0009c4e Whitespace normalization. by Tim Peters · 23 years ago
  90. edf2210 Bug #133297: cmath.asin is the same as cmath.asinh. by Tim Peters · 23 years ago
  91. cf393f3 Patch #103544: always compile the dl and nis modules on Unix; let's see by Andrew M. Kuchling · 23 years ago
  92. c503219 Add Donovan Baarda for fixing a tortuous zlibmodule bug (but aren't they all?) by Andrew M. Kuchling · 23 years ago
  93. 9a0f98e Add test case from bug #124981: zlib decompress of sync-flushed data fails by Andrew M. Kuchling · 23 years ago
  94. 9aff4a2 Patch #103373 from Donovan Baarda: This patch: by Andrew M. Kuchling · 23 years ago
  95. bc8f72c Patch #103854: raises an exception if a non-Attr node is passed to by Andrew M. Kuchling · 23 years ago
  96. 8b94b1c Added test for patch #103473: test an unquoted cookie value containing '=' by Andrew M. Kuchling · 23 years ago
  97. 7153460 (py-execute-region): This one's easy... kill the temporary file's by Barry Warsaw · 23 years ago
  98. 599ce9c On OSX passing NULL to NewUniversalFilterProc() does not return NULL but a crashing UPP. This made ModalDialog (and, hence EditPythonPrefs and EasyDialogs and many others) crash. Fixed. by Jack Jansen · 23 years ago
  99. c05abb3 Patch #103473 from dougfort: Some sites (amazon.com for one) drop by Andrew M. Kuchling · 23 years ago
  100. 85cd1d6 The code in PyImport_Import() tried to save itself a bit of work and by Guido van Rossum · 23 years ago