| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updated the section "Parsing Python". | Fred Drake | 1997-10-06 | 2 | -24/+2 |
|
|
* | Added keyword module entry. | Fred Drake | 1997-10-06 | 2 | -0/+2 |
|
|
* | Minor nits (Lib/token.py is a file, token is a module...). | Fred Drake | 1997-10-06 | 2 | -4/+104 |
|
|
* | Documentation for the keyword module. | Fred Drake | 1997-10-06 | 2 | -0/+18 |
|
|
* | Reduced number of temporary names used at module scope. Use underscores in | Fred Drake | 1997-10-06 | 1 | -5/+4 |
|
|
* | Move the pprint docs after the code docs, so that all parser/codegen type | Fred Drake | 1997-10-06 | 2 | -2/+2 |
|
|
* | Fix comment to add the all-important trailing colon to the example. | Guido van Rossum | 1997-10-06 | 1 | -9/+16 |
|
|
* | Reduced number of temporary names used at module scope. Use underscores in | Fred Drake | 1997-10-06 | 1 | -5/+3 |
|
|
* | Done with adding changes from 1.4 till 1.5a3. | Guido van Rossum | 1997-10-06 | 1 | -76/+321 |
|
|
* | Don't do weird things with the "import parser"; just do it. Sheesh... | Fred Drake | 1997-10-06 | 1 | -11/+11 |
|
|
* | The usual (and some new modules). | Guido van Rossum | 1997-10-06 | 17 | -285/+1011 |
|
|
* | A variant on webchecker that creates a mirror copy of a remote site. | Guido van Rossum | 1997-10-06 | 1 | -0/+131 |
|
|
* | Several changes: | Guido van Rossum | 1997-10-06 | 1 | -6/+24 |
|
|
* | Document the mapping object's new get() method. | Barry Warsaw | 1997-10-06 | 2 | -0/+10 |
|
|
* | UserDict.get(): New method to mirror built-in dictionaries' get() | Barry Warsaw | 1997-10-06 | 1 | -0/+5 |
|
|
* | dict_get(): New method for item access with different semantics than | Barry Warsaw | 1997-10-06 | 1 | -0/+38 |
|
|
* | Move the __getitem__() definition from StandardException to Exception. | Fred Drake | 1997-10-06 | 1 | -1/+3 |
|
|
* | New "re" regular expression support. | Guido van Rossum | 1997-10-06 | 2 | -1145/+1575 |
|
|
* | New "re" regular expression support. | Guido van Rossum | 1997-10-06 | 4 | -0/+5135 |
|
|
* | Add the four latex2html output directories: api, ext, lib, tut. | Fred Drake | 1997-10-06 | 1 | -0/+4 |
|
|
* | Done with tread state descriptions. Sigh! | Guido van Rossum | 1997-10-06 | 2 | -100/+618 |
|
|
* | Oops -- needed to fix another place affected by the change back to | Guido van Rossum | 1997-10-06 | 1 | -7/+8 |
|
|
* | Added strerror() | Guido van Rossum | 1997-10-05 | 2 | -0/+8 |
|
|
* | Removed emacs.py | Guido van Rossum | 1997-10-05 | 2 | -4/+0 |
|
|
* | Fixed some stuff that was incorrectly copied from regex. | Guido van Rossum | 1997-10-05 | 2 | -20/+22 |
|
|
* | Documented __import__, callable, isinstance, issubclass, | Guido van Rossum | 1997-10-05 | 2 | -10/+166 |
|
|
* | Documented new exceptions and exception classes. | Guido van Rossum | 1997-10-05 | 2 | -40/+234 |
|
|
* | Add -N0 to dvips flags to generate page structure comments. | Guido van Rossum | 1997-10-05 | 1 | -1/+1 |
|
|
* | Checkpoint. Added docs for the new exception handling APIs and for | Guido van Rossum | 1997-10-05 | 2 | -70/+506 |
|
|
* | The directory containing config.h has changed. | Guido van Rossum | 1997-10-05 | 1 | -1/+2 |
|
|
* | Turns out whatsound.py and sndhdr.py were identical modules. | Guido van Rossum | 1997-10-04 | 2 | -540/+2 |
|
|
* | install: New target that installs shared modules in | Fred Drake | 1997-10-04 | 1 | -0/+17 |
|
|
* | Install install-sh with the other config files. | Guido van Rossum | 1997-10-04 | 1 | -0/+1 |
|
|
* | New version of PyErr_NewException() that is compatible with -X option. | Guido van Rossum | 1997-10-03 | 1 | -14/+35 |
|
|
* | Initialize Py_UseClassExceptionsFlag to 1. | Guido van Rossum | 1997-10-03 | 1 | -1/+1 |
|
|
* | Remove unreachable "return 1" at end of ensure_fromlist(). | Guido van Rossum | 1997-10-03 | 1 | -1/+1 |
|
|
* | Fix small omission: with all the new code, sys.exit(None) would print | Guido van Rossum | 1997-10-03 | 1 | -0/+2 |
|
|
* | Argh; do the same for the "Release" version of the config. | Fred Drake | 1997-10-02 | 1 | -1/+1 |
|
|
* | Fix up include directories for compiling the resources. | Fred Drake | 1997-10-02 | 1 | -1/+1 |
|
|
* | Fix path search for test data file so it works under more circumstances. | Guido van Rossum | 1997-10-01 | 1 | -1/+6 |
|
|
* | Oops, forgot one. | Guido van Rossum | 1997-10-01 | 1 | -1/+1 |
|
|
* | There was actually a test that ensured that raising an exception A | Guido van Rossum | 1997-10-01 | 1 | -3/+2 |
|
|
* | Fixed test for socket.error to work when it's a class exception. | Guido van Rossum | 1997-10-01 | 1 | -1/+2 |
|
|
* | Apply two changes, systematically: | Guido van Rossum | 1997-10-01 | 27 | -166/+78 |
|
|
* | Fix PYTHONPATH for new names; rename tkinter to lib-tk, rename win to | Guido van Rossum | 1997-09-30 | 1 | -1/+1 |
|
|
* | Change PyEval_SaveThread() and PyEval_RestoreThread() to always do the | Guido van Rossum | 1997-09-30 | 1 | -12/+9 |
|
|
* | Fix a bug in this code that made it do the wrong thing when an option | Guido van Rossum | 1997-09-30 | 1 | -1/+4 |
|
|
* | Fixed up formatting. | Fred Drake | 1997-09-30 | 2 | -114/+184 |
|
|
* | Fixed up formatting, added descriptions for previously undocumented functions. | Fred Drake | 1997-09-30 | 2 | -74/+138 |
|
|
* | Removed extern declaration of strdup(). Doesn't appear to be important and | Fred Drake | 1997-09-30 | 1 | -10/+0 |
|
|