1. b797f1f Now that Jeremy is asking about this code, it looks really bogus to me, by Fred Drake · 23 years ago
  2. aece427 Install the pydoc script by Andrew M. Kuchling · 23 years ago
  3. b68ef50 Add script form of pydoc so that it's present in beta1. Currently by Andrew M. Kuchling · 23 years ago
  4. b69c758 Fix for bug #404875: fix typo in setup.py by Andrew M. Kuchling · 23 years ago
  5. 6335773 Placate tabnanny by Andrew M. Kuchling · 23 years ago
  6. 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 23 years ago
  7. 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 23 years ago
  8. ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 23 years ago
  9. 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 23 years ago
  10. c6cecf5 Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure why this wasn't a problem before... by Jack Jansen · 23 years ago
  11. f7fb3e6 Oops, need to import Res. by Jack Jansen · 23 years ago
  12. 72b97ae If we can't find our splash dialog (i.e. we're probably running from source) go into interactive mode: print what we're doing and ask about carbon/classic configure. by Jack Jansen · 23 years ago
  13. 85ba673 Whitespace normalization. by Tim Peters · 23 years ago
  14. 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 23 years ago
  15. 9f1b993 Print the offending line of code in the traceback for SyntaxErrors by Jeremy Hylton · 23 years ago
  16. e860f9b Ack -- my eyes are getting bleary. Typos in the comment typo repairs. by Tim Peters · 23 years ago
  17. f91ed2d Comment typos. by Tim Peters · 23 years ago
  18. 50d8d37 Implement PEP 235: Import on Case-Insensitive Platforms. by Tim Peters · 23 years ago
  19. 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 23 years ago
  20. 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 23 years ago
  21. 3f571d6 Fix SF buf 404774 submitted by Gregory H. Ball by Jeremy Hylton · 23 years ago
  22. 280c81a Need to support single_input explicitly so from __future__ imports by Jeremy Hylton · 23 years ago
  23. 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 23 years ago
  24. 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 23 years ago
  25. ff443a5 added missing element to __all__ by Skip Montanaro · 23 years ago
  26. 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 23 years ago
  27. 457aab2 Macintosh compatibility. by Ka-Ping Yee · 23 years ago
  28. 5e2b173 Acknowledgements. by Ka-Ping Yee · 23 years ago
  29. 24033e3 Updated for 2.1a3 by Jack Jansen · 23 years ago
  30. 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 23 years ago
  31. 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 23 years ago
  32. 9fa7720 Added future.c by Jack Jansen · 23 years ago
  33. 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 23 years ago
  34. 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 23 years ago
  35. 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 23 years ago
  36. 969ab27 Update documentation for termios module; do not refer to the TERMIOS module by Fred Drake · 23 years ago
  37. 5dd09bb No need to call filterwarnings() to suppress further warnings from this by Fred Drake · 23 years ago
  38. ddd802c Replace all the platform-specific TERMIOS modules with a portable version by Fred Drake · 23 years ago
  39. 1191d01 Get the needed constants from termios, not TERMIOS. by Fred Drake · 23 years ago
  40. df48d14 Define the constants needed for working with these functions directly by Fred Drake · 23 years ago
  41. 0f4e93d Backing out nested scopes broke the Windows build. Repairing. by Tim Peters · 23 years ago
  42. 6efc6e7 Patch #404680: disables the nis module and enables the dl module when by Andrew M. Kuchling · 23 years ago
  43. 5941d19 add from __future__ import nested_scopes to strings passed to compile by Jeremy Hylton · 23 years ago
  44. bd00cda Teach Windows build about new future.c. by Tim Peters · 23 years ago
  45. 83c158f Bug #229280: remove '/' characters from the OS name (for BSD/OS :) ) by Andrew M. Kuchling · 23 years ago
  46. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 23 years ago
  47. 4db62b1 Improved __future__ parser; still more to do by Jeremy Hylton · 23 years ago
  48. ed5e823 Gustavo Niemeyer <niemeyer@conectiva.com>: by Fred Drake · 23 years ago
  49. cf9926c Change EXEEXT back to EXE in the Makefile. Other tools may depend on the name. by Neil Schemenauer · 23 years ago
  50. 9767e76 Patch #404275: generate a reasonable platform string for AIX by Andrew M. Kuchling · 23 years ago
  51. 8016a4b Remove two meaningless, module-level global statements (one of a by Jeremy Hylton · 23 years ago
  52. 5e16333 Patch #403985: Add support for weak-keyed dictionaries by Martin v. Löwis · 23 years ago
  53. bb40dc4 remove commented-out vestiges of access statement by Jeremy Hylton · 23 years ago
  54. 8216c18 conditionally include unistd.h to pick up confstr declaration. attempt to by Skip Montanaro · 23 years ago
  55. dd17534 pydoc: text and HTML documentation generator for interactive use by Ka-Ping Yee · 23 years ago
  56. 6397c7c inspect: a module for getting information out of live Python objects by Ka-Ping Yee · 23 years ago
  57. cced0aa SetListCellIndent() argument was guessed incorrectly. Fixed. by Jack Jansen · 23 years ago
  58. f02f4c8 Soundex has gone. by Jack Jansen · 23 years ago
  59. 501d89d Soundex has gone. by Jack Jansen · 23 years ago
  60. 8a69373 Dialog and Window objects are (finally) different beasts. by Jack Jansen · 23 years ago
  61. d67566b Use the filename, not the pathname, in the definitions file by Jack Jansen · 23 years ago
  62. e99bd17 Fixing bug #227562 by calling URLopener.http_error_default when by Moshe Zadka · 23 years ago
  63. be77cf7 Add warnings about undefined "global" SF bug #233532 by Jeremy Hylton · 23 years ago
  64. a35c688 Add Vladimir Marangozov's object allocator. It is disabled by default. This by Neil Schemenauer · 23 years ago
  65. 29906ee Preliminary support for future nested scopes by Jeremy Hylton · 23 years ago
  66. 2a5130e Document XML changes. by Martin v. Löwis · 23 years ago
  67. 7a5e80e Updates to describe function attributes. by Barry Warsaw · 23 years ago
  68. d4614e8 Updates to the semantics of function and method attributes. by Barry Warsaw · 23 years ago
  69. ab354bb Mention setup.py in the instructions by Andrew M. Kuchling · 23 years ago
  70. ebe3045 Update build notes to mention setup.py by Andrew M. Kuchling · 23 years ago
  71. 9e9bb01 Fix typo by Andrew M. Kuchling · 23 years ago
  72. 4041774 Add missing dependents of graminit.h. by Neil Schemenauer · 23 years ago
  73. 7cd124c Generate grammar source files in srcdir. Ignore the error if they cannot by Neil Schemenauer · 23 years ago
  74. acbf9ef Don't create the Include directory if building outside of the source by Neil Schemenauer · 23 years ago
  75. 3c823aa Make sure ConfigParser uses .optionxform() consistently; this affects by Fred Drake · 23 years ago
  76. ffc215a Add __future__.py to std library, + dull test to verify that assignments by Tim Peters · 23 years ago
  77. 32efcdb cleanup_helper(): Added missing "void" type for the function, updated by Fred Drake · 23 years ago
  78. b60654b The return value from PyObject_ClearWeakRefs() is no longer meaningful, by Fred Drake · 23 years ago
  79. 4f9b13b instancemethod_setattro(): Raise TypeError if an attempt is made to by Barry Warsaw · 23 years ago
  80. c1e100f Additional tests for current, PEP described semantics: by Barry Warsaw · 23 years ago
  81. 75ee8f5 main(): Slightly more informative error message when TokenError by Barry Warsaw · 23 years ago
  82. 68d486c (py-parse-state): Teach python-mode how to scan code which follows by Barry Warsaw · 23 years ago
  83. 1e54211 Shuffle premature decref; nuke unreachable code block. by Tim Peters · 23 years ago
  84. 5dd7362 Hide the ProgressBar before raising KeyboardInterrupt. Not doing so resulted in a hang on Carbon. by Jack Jansen · 23 years ago
  85. 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
  86. 6fd08ba Do not hide a failure to create a temporary file; if it fails the work by Fred Drake · 23 years ago
  87. 07e6c50 Minor adjustments, including markup corrections. by Fred Drake · 23 years ago
  88. 447f545 Fix extra backslash in example. by Fred Drake · 23 years ago
  89. 3538c93 Another name. by Fred Drake · 23 years ago
  90. afdc8fc Fix up the markup in some recently-added portions of the text. by Fred Drake · 23 years ago
  91. 22e4182 Describe -s a little more generically. by Barry Warsaw · 23 years ago
  92. 0372af7 symtable_update_free_vars(), symtable_undo_free(), by Barry Warsaw · 23 years ago
  93. 74b3bc4 Fix for bug 133489: compiler leaks memory by Jeremy Hylton · 23 years ago
  94. 3e13b1e Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call by Barry Warsaw · 23 years ago
  95. a903ad98 _Py_ReleaseInternedStrings(): Private API function to decref and by Barry Warsaw · 23 years ago
  96. 8d7f086 Patch #103899: Don't compile modules configured in Setup. This seems much by Andrew M. Kuchling · 23 years ago
  97. e06337a Patch #103937: Attempt to get the BSDDB autodetection right (or at least by Andrew M. Kuchling · 23 years ago
  98. 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
  99. af44963 Patch 103928: Correct zlib freeze settings for Win32. by Tim Peters · 23 years ago
  100. 19f3c52 Work around the broken formatting of sys.ps1 prompts in running text. by Fred Drake · 23 years ago