- 8c01158 Use larger chunks for the HTML version of the Distutils documentation. by Fred Drake · 24 years ago
- a9a83e9 Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
- a09262e Comment out section titles for sections that have not been written yet; by Fred Drake · 24 years ago
- f89ad5e Document configuration flags to compile for large file support on by Guido van Rossum · 24 years ago
- 4f53da0 Two improvements to large file support: by Guido van Rossum · 24 years ago
- d1e87a8 More MacOSX fiddling. As noted in a comment, I believe all variations by Tim Peters · 24 years ago
- 4f64c13 Better __credits__. by Ka-Ping Yee · 24 years ago
- 1b6e6c0 Here we go again, another round of version bumping... by Guido van Rossum · 24 years ago
- 244c593 Add __author__ and __credits__ variables. by Ka-Ping Yee · 24 years ago
- 8b58b84 Add __author__ variable. by Ka-Ping Yee · 24 years ago
- 66efbc7 Docstring improvements. by Ka-Ping Yee · 24 years ago
- dbe6ebb More fiddling w/ the new-fangled Mac import code. by Tim Peters · 24 years ago
- 8a18e99 Checking in patch 404826 -- urllib2 enhancements and documentations. by Moshe Zadka · 24 years ago
- 2510831 Whitespace normalization. by Tim Peters · 24 years ago
- c63d3e9 Suppress a compiler warning under OpenVMS; time_t is unsigned on (at least) by Fred Drake · 24 years ago
- 7889107 Fix core dump in example from Samuele Pedroni: by Jeremy Hylton · 24 years ago
- a52e8fe Visit the closure during traversal and XDECREF it on during deallocation. by Jeremy Hylton · 24 years ago
- baee0d4 Bump the release number to 2.1b1. by Fred Drake · 24 years ago
- 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago
- 58eadba move import into function to avoid having to add an __all__ list... by Skip Montanaro · 24 years ago
- 59ade08 Add getlineno() routine to account for LINENO optimization. by Ka-Ping Yee · 24 years ago
- abb379e Revised version of Jason Tishler's patch to make this compile on Cygwin, by Fred Drake · 24 years ago
- 5c01534 Add tests for the .copy() methods of both weak dictionary classes. by Fred Drake · 24 years ago
- 9d2c85d Change WeakDictionary to WeakValueDictionary in a couple more places. by Fred Drake · 24 years ago
- 5f850ab Prepare Windows for 2.1 beta 1: installer dialogs and bump "build number". by Tim Peters · 24 years ago
- 1eff796 Added blurbs about difflib, doctest and Windows import (PEP 235). by Tim Peters · 24 years ago
- 5819aa8 Remove extra close curly in code #ifdef'ed out on my box. by Tim Peters · 24 years ago
- 430f5d4 In Steven's apparent absence, check in *something* with a non-zero chance by Tim Peters · 24 years ago
- 694e181 Fix markup nit pointed out by FLD by Andrew M. Kuchling · 24 years ago
- 5125773 Don't add global names to st->st_global if we're already iterating by Jeremy Hylton · 24 years ago
- cd81ea1 Use by Guido van Rossum · 24 years ago
- 895e892 Call main routine in pydoc module (pydoc.cli). by Ka-Ping Yee · 24 years ago
- 1d38463 Normalize case of paths in sys.path to avoid duplicates on Windows. by Ka-Ping Yee · 24 years ago
- 2922ea8 Add test case for global stmt at module level. by Jeremy Hylton · 24 years ago
- 3dd5ad3 undo introduction of st_global_star by Jeremy Hylton · 24 years ago
- 1874c8f Document PyErr_WarnExplicit(). by Guido van Rossum · 24 years ago
- c176132 Warn about global statement at the module level. by Jeremy Hylton · 24 years ago
- 56ba72a Document warn_explicit(). by Guido van Rossum · 24 years ago
- f1d7b41 Disable GetWindowSpareFlag and GetWindowGoAwayBox on carbon. by Jack Jansen · 24 years ago
- 42efed0 update output to reflect exception that is now raised by Jeremy Hylton · 24 years ago
- 0b7c4f2 Put PPC distributions back in, rearranged packages and use VISE variable magic to determine which ConfigurePythonXXX to run. by Jack Jansen · 24 years ago
- 99858b5 add DEF_BOUND by Jeremy Hylton · 24 years ago
- 7840a9c Add entry for the inspect module. by Fred Drake · 24 years ago
- 6dbd382 Clean up some of the markup for consistency, wrap some long lines. by Fred Drake · 24 years ago
- bca60c0 Fix some rules broken by typos, others by the flattening of the makefile. by Fred Drake · 24 years ago
- 4419ac1 Add warning/error handlin for problematic nested scopes cases as by Jeremy Hylton · 24 years ago
- 150a664 Fix filter for SyntaxErrors by Jeremy Hylton · 24 years ago
- 3da989c Fix for bug #405007: prefix subdir to scripts in order to build in by Andrew M. Kuchling · 24 years ago
- 8bad993 Add description of PEP235 by Andrew M. Kuchling · 24 years ago
- 3756fa3 Move a comment around to where it belongs (the code had alrady been moved). by Guido van Rossum · 24 years ago
- 74d18ed Cover pydoc by Andrew M. Kuchling · 24 years ago
- bf14014 Document the object allocator Minor sentence change by Andrew M. Kuchling · 24 years ago
- ee34ac1 Let's have some sanity. Introduce a helper to issue a symbol table warning. by Guido van Rossum · 24 years ago
- 58177b9 added description of NL token by Skip Montanaro · 24 years ago
- 0bba7f8 Use the new PyErr_WarnExplicit() API to issue better warnings for by Guido van Rossum · 24 years ago
- 9da7f3b SyntaxError__init__(): Be a little more robust when picking apart the by Fred Drake · 24 years ago
- 9c98a42 Move some constant initialization from FTP.__init__() and FTP.connect() by Fred Drake · 24 years ago
- 2fd4565 Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), with by Guido van Rossum · 24 years ago
- 1bcb7e9 Add declaration for PyErr_WarnExplicit(). by Guido van Rossum · 24 years ago
- 9e26318 Add a new API: by Guido van Rossum · 24 years ago
- d6a1d79 Mention pydoc by Andrew M. Kuchling · 24 years ago
- 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 24 years ago
- b797f1f Now that Jeremy is asking about this code, it looks really bogus to me, by Fred Drake · 24 years ago
- aece427 Install the pydoc script by Andrew M. Kuchling · 24 years ago
- b68ef50 Add script form of pydoc so that it's present in beta1. Currently by Andrew M. Kuchling · 24 years ago
- b69c758 Fix for bug #404875: fix typo in setup.py by Andrew M. Kuchling · 24 years ago
- 6335773 Placate tabnanny by Andrew M. Kuchling · 24 years ago
- 3e038e5 Define lots of constants for indexes into the structures for the file by Fred Drake · 24 years ago
- 62e2c7e Add regression test for future statements. This adds eight files, but by Jeremy Hylton · 24 years ago
- ad3d3f2 Improve SyntaxErrors for bad future statements. Set file and location by Jeremy Hylton · 24 years ago
- 5687ffe SF patch 404928: Support for next Cygwin gcc (2.95.2-8) by Tim Peters · 24 years ago
- c6cecf5 Reset the resource file chain before calling PyMac_OpenPrefFile. I'm not sure why this wasn't a problem before... by Jack Jansen · 24 years ago
- f7fb3e6 Oops, need to import Res. by Jack Jansen · 24 years ago
- 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 · 24 years ago
- 85ba673 Whitespace normalization. by Tim Peters · 24 years ago
- 8de0c17 Removed now-unreferenced CHECK_IMPORT_CASE from Windows config.h. by Tim Peters · 24 years ago
- 9f1b993 Print the offending line of code in the traceback for SyntaxErrors by Jeremy Hylton · 24 years ago
- e860f9b Ack -- my eyes are getting bleary. Typos in the comment typo repairs. by Tim Peters · 24 years ago
- f91ed2d Comment typos. by Tim Peters · 24 years ago
- 50d8d37 Implement PEP 235: Import on Case-Insensitive Platforms. by Tim Peters · 24 years ago
- 6e7e485 Added regression test for SF tracker bug #403871: AttributeError in by Fred Drake · 24 years ago
- 90eac28 Fix SF tracker bug #403871: AttributeError in ZipFile.__del__() when by Fred Drake · 24 years ago
- 3f571d6 Fix SF buf 404774 submitted by Gregory H. Ball by Jeremy Hylton · 24 years ago
- 280c81a Need to support single_input explicitly so from __future__ imports by Jeremy Hylton · 24 years ago
- 39e2f3f Presumed correct compiler pass for future statements by Jeremy Hylton · 24 years ago
- 8e43cd7 verify that warnings are issued for bogus uses of global by Jeremy Hylton · 24 years ago
- ff443a5 added missing element to __all__ by Skip Montanaro · 24 years ago
- 6c0a0e1 added some elements missing from __all__ by Skip Montanaro · 24 years ago
- 457aab2 Macintosh compatibility. by Ka-Ping Yee · 24 years ago
- 5e2b173 Acknowledgements. by Ka-Ping Yee · 24 years ago
- 24033e3 Updated for 2.1a3 by Jack Jansen · 24 years ago
- 6223d48 Added Popt resource for "dont show console" by Jack Jansen · 24 years ago
- 64700c9 Various tweaks to make it work on MacOSX. by Jack Jansen · 24 years ago
- 9fa7720 Added future.c by Jack Jansen · 24 years ago
- 40c4991 Fix $Revision$ processing so it doesn't get eaten by CVS! by Ka-Ping Yee · 24 years ago
- 09d7d9a Add $Revision: $ tag. by Ka-Ping Yee · 24 years ago
- 6f3f9a4 Add display of $Revision $ and credits. by Ka-Ping Yee · 24 years ago
- 969ab27 Update documentation for termios module; do not refer to the TERMIOS module by Fred Drake · 24 years ago
- 5dd09bb No need to call filterwarnings() to suppress further warnings from this by Fred Drake · 24 years ago
- ddd802c Replace all the platform-specific TERMIOS modules with a portable version by Fred Drake · 24 years ago