| Commit message (Expand) | Author | Age | Files | Lines |
* | Message.__delitem__(): If the key doesn't exist in the dictionary, | Fred Drake | 1999-09-10 | 1 | -5/+5 |
|
|
* | Fix for PR#74 -- use int() instead of eval() to extract the exponent. | Guido van Rossum | 1999-09-10 | 1 | -1/+1 |
|
|
* | canonic(): This used to be equivalent to str() but that caused too | Barry Warsaw | 1999-09-09 | 1 | -6/+9 |
|
|
* | Pdb.lineinfo(): Don't use os.popen('egrep ...') to find the line in | Barry Warsaw | 1999-09-09 | 1 | -8/+23 |
|
|
* | It appears that inet_aton() doesn't really exist except in libresolv; | Guido van Rossum | 1999-09-09 | 1 | -20/+3 |
|
|
* | Make the maxsize constructor argument default to 0 (an unlimited queue size). | Guido van Rossum | 1999-09-09 | 1 | -1/+1 |
|
|
* | Added keyword parameter support to all public interfaces; keyword | Fred Drake | 1999-09-09 | 1 | -62/+76 |
|
|
* | Name the parameter to expr() and suite() "source" instead of "string". | Fred Drake | 1999-09-09 | 1 | -6/+6 |
|
|
* | A few new TODO entries. | Guido van Rossum | 1999-09-09 | 1 | -0/+4 |
|
|
* | call_trace(): A fix for PR#73, if an exception occurred in the | Barry Warsaw | 1999-09-08 | 1 | -0/+8 |
|
|
* | Changed to reflect the new "command options" regime -- in particular, | Greg Ward | 1999-09-08 | 2 | -14/+22 |
|
|
* | Careful rethink of command options, distribution options, distribution | Greg Ward | 1999-09-08 | 1 | -26/+108 |
|
|
* | Ditched redundant docstrings and comments (overlap with ccompiler.py). | Greg Ward | 1999-09-08 | 1 | -111/+20 |
|
|
* | Ditched '_gen_preprocess_options()' and '_gen_lib_options()' -- they're | Greg Ward | 1999-09-08 | 1 | -68/+8 |
|
|
* | os.name is "posix" or "nt" or we don't care. | Greg Ward | 1999-09-08 | 1 | -1/+97 |
|
|
* | [from 1999/08/28] | Greg Ward | 1999-09-08 | 1 | -2/+2 |
|
|
* | Fixed memory leak in ratecv, in response to PR#72. By Sjoerd Mullender. | Guido van Rossum | 1999-09-07 | 1 | -8/+18 |
|
|
* | Fixed 'return EOFError' that should be 'raise EOFError', caught by | Andrew M. Kuchling | 1999-09-06 | 1 | -1/+1 |
|
|
* | Correct typo in AddressList.__getitem__. By Moshe Zadka. | Guido van Rossum | 1999-09-03 | 1 | -1/+1 |
|
|
* | Fix indent error in __format(): del context[objid] at the end should | Guido van Rossum | 1999-09-02 | 1 | -1/+2 |
|
|
* | Patch from Perry Stoll: caught up with changes in CCompiler necessary (?) | Greg Ward | 1999-08-29 | 1 | -8/+21 |
|
|
* | Patch from Perry Stoll: tweaks to Windows support. | Greg Ward | 1999-08-29 | 1 | -1/+6 |
|
|
* | Patch from Perry Stoll: support for Windows. | Greg Ward | 1999-08-29 | 1 | -10/+29 |
|
|
* | Patch from Perry Stoll: import types module. | Greg Ward | 1999-08-29 | 1 | -0/+1 |
|
|
* | Patch from Perry Stoll: typo fix, make sure we only compile .py files. | Greg Ward | 1999-08-29 | 2 | -12/+18 |
|
|
* | Patch from Perry Stoll: OK for list of modules to be empty. | Greg Ward | 1999-08-29 | 1 | -0/+4 |
|
|
* | Patch from Perry Stoll: pass 'build_info' to link method. | Greg Ward | 1999-08-29 | 1 | -2/+1 |
|
|
* | Patch from Perry Stoll: | Greg Ward | 1999-08-29 | 1 | -6/+19 |
|
|
* | Added msvccompiler module exactly as supplied by Perry Stoll. | Greg Ward | 1999-08-29 | 1 | -0/+317 |
|
|
* | Patch by Mark Hammond to avoid certain header files on Windows/CE. | Guido van Rossum | 1999-08-27 | 3 | -1/+14 |
|
|
* | Tiny patch by Mark Hammond to avoid sys/types.h if we don't have it | Guido van Rossum | 1999-08-27 | 1 | -2/+4 |
|
|
* | Added descriptions of the t#, w, and w# PyArg_ParseTuple() format | Fred Drake | 1999-08-27 | 1 | -0/+21 |
|
|
* | Add Python Documentation entry to Help menu. | Guido van Rossum | 1999-08-26 | 1 | -0/+3 |
|
|
* | Find the help.txt file relative to __file__ or ".", not in sys.path. | Guido van Rossum | 1999-08-26 | 1 | -8/+14 |
|
|
* | Update the instructions slightly. | Fred Drake | 1999-08-26 | 1 | -4/+44 |
|
|
* | Removed; no longer needed now that the other tools can handle entity | Fred Drake | 1999-08-26 | 1 | -24/+0 |
|
|
* | feed(): Added support for ESIS '&' lines. | Fred Drake | 1999-08-26 | 1 | -1/+4 |
|
|
* | Remove use of fixgenents.sh; no longer needed. | Fred Drake | 1999-08-26 | 1 | -5/+4 |
|
|
* | Specify: \geq --> ≥ | Fred Drake | 1999-08-26 | 1 | -4/+12 |
|
|
* | Conversion.subconvert(): Added support for "entityref" parameters | Fred Drake | 1999-08-26 | 1 | -0/+7 |
|
|
* | write_esis(): Added support for ENTITY_REFERENCE nodes. | Fred Drake | 1999-08-26 | 1 | -40/+44 |
|
|
* | convert(): Add support for ESIS '&' lines, and make sure we don't | Fred Drake | 1999-08-26 | 1 | -0/+5 |
|
|
* | posix_putenv(): Constrain memory leakage when setting the same | Fred Drake | 1999-08-26 | 1 | -3/+24 |
|
|
* | Doco update from Sjoerd Mullender. | Guido van Rossum | 1999-08-26 | 2 | -23/+29 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-08-26 | 1 | -30/+48 |
|
|
* | Sjoerd Mullender writes: | Guido van Rossum | 1999-08-26 | 3 | -147/+50 |
|
|
* | Added paragraph explaining that except clauses can't be empty; that | Fred Drake | 1999-08-24 | 1 | -0/+4 |
|
|
* | Added sentence "All exceptions must have an executable block."; from | Fred Drake | 1999-08-24 | 1 | -1/+2 |
|
|
* | Added additional index entries. | Fred Drake | 1999-08-24 | 1 | -11/+14 |
|
|
* | whrandom should come immediately after random, not before. | Fred Drake | 1999-08-23 | 1 | -1/+1 |
|
|