| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to | Barry Warsaw | 2000-02-26 | 1 | -40/+140 |
|
|
* | The "Distributing Python Modules" manual; currently empty (I'll get to it | Greg Ward | 2000-02-26 | 1 | -0/+12 |
|
|
* | Try to deal with pre-1.5.2 IOError exception objects. | Greg Ward | 2000-02-26 | 1 | -2/+6 |
|
|
* | Unfinished, untested implementation of the lovely baroque installation scheme | Greg Ward | 2000-02-26 | 4 | -183/+118 |
|
|
* | Better fix for mpzmodule problem reported by Peter Funk: just use | Andrew M. Kuchling | 2000-02-25 | 1 | -6/+2 |
|
|
* | Changes inspired by Randall Hooper to allow callbacks when an | Barry Warsaw | 2000-02-25 | 1 | -4/+15 |
|
|
* | Pat Knight: | Guido van Rossum | 2000-02-25 | 2 | -61/+61 |
|
|
* | Test case for fork1() behavior. | Guido van Rossum | 2000-02-25 | 2 | -0/+55 |
|
|
* | Delete references to _SC_AIO_LIST_MAX; it appears that that symbol was | Guido van Rossum | 2000-02-25 | 1 | -3/+0 |
|
|
* | Gerrit forgot to remove the "import string". | Guido van Rossum | 2000-02-25 | 1 | -2/+0 |
|
|
* | Gerrit Holl's patch to move attribution from the docstring to a | Fred Drake | 2000-02-25 | 1 | -4/+4 |
|
|
* | Fix a couple broken append() calls, spotted by Tim. | Guido van Rossum | 2000-02-25 | 1 | -4/+4 |
|
|
* | Fix a couple dozen broken ci.append(x, y, z) calls, spotted by Tim. | Guido van Rossum | 2000-02-25 | 1 | -25/+25 |
|
|
* | Fix a broken r.append(name, value) call, spotted by Tim. | Guido van Rossum | 2000-02-25 | 1 | -1/+1 |
|
|
* | OKOK, Greg's right, I should've used the :name option in the argument | Guido van Rossum | 2000-02-24 | 1 | -9/+9 |
|
|
* | Peter Funk: | Guido van Rossum | 2000-02-24 | 1 | -0/+5 |
|
|
* | Made all list methods use PyArg_ParseTuple(), for more accurate | Guido van Rossum | 2000-02-24 | 1 | -30/+29 |
|
|
* | Moshe Zadka: | Guido van Rossum | 2000-02-24 | 1 | -4/+77 |
|
|
* | Fix from est@hyperreal.org: missing initialize in 'find_defaults()'. | Greg Ward | 2000-02-24 | 1 | -0/+1 |
|
|
* | Mark Favas discovered this: getatime() accidentally returned the MTIME! | Guido van Rossum | 2000-02-24 | 1 | -1/+1 |
|
|
* | Piers Lauder: | Guido van Rossum | 2000-02-24 | 1 | -5/+5 |
|
|
* | Add tests to exercise sequence operations (multiplication, indexing, | Andrew M. Kuchling | 2000-02-23 | 1 | -0/+25 |
|
|
* | Allow using long integers as arguments to PyObject_GetItem(), _SetItem(), | Andrew M. Kuchling | 2000-02-23 | 1 | -1/+19 |
|
|
* | Allow using long integers as slice indexes | Andrew M. Kuchling | 2000-02-23 | 1 | -2/+34 |
|
|
* | dict_has_key(): Accept only one parameter. PR#210 reported by | Fred Drake | 2000-02-23 | 1 | -4/+4 |
|
|
* | Added entry for libtabnanny.tex. | Fred Drake | 2000-02-23 | 1 | -0/+1 |
|
|
* | Added dependency on libtabnanny.tex. | Fred Drake | 2000-02-23 | 1 | -0/+1 |
|
|
* | Initial version from Peter Funk <pf@artcom-gmbh.de>, with minor | Fred Drake | 2000-02-23 | 1 | -0/+62 |
|
|
* | Deleting tabpolice.py; it was superceded by tabnanny.py long ago. | Guido van Rossum | 2000-02-23 | 1 | -104/+0 |
|
|
* | Moved tabnanny.py to standard library status. | Guido van Rossum | 2000-02-23 | 1 | -368/+0 |
|
|
* | Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to the | Guido van Rossum | 2000-02-23 | 2 | -0/+8 |
|
|
* | This branch is for 1.6 & forward. | Fred Drake | 2000-02-22 | 1 | -2/+2 |
|
|
* | Added a new command: Check module (Alt-F5) It does a full syntax check | Guido van Rossum | 2000-02-22 | 1 | -9/+82 |
|
|
* | satisfy the tabnanny (thanks to MH for noticing the problem) | Jeremy Hylton | 2000-02-21 | 4 | -196/+196 |
|
|
* | What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT. | Fred Drake | 2000-02-21 | 1 | -2/+1 |
|
|
* | Remove comment that Guido agree's doesn't make sense: | Fred Drake | 2000-02-21 | 1 | -2/+0 |
|
|
* | Script to help locate markup that LaTeX2HTML has a problem with. | Fred Drake | 2000-02-21 | 1 | -0/+26 |
|
|
* | Mark pointed out a buglet in his patch: i < _sys_nerr isn't strong | Guido van Rossum | 2000-02-21 | 1 | -1/+1 |
|
|
* | Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar... | Jack Jansen | 2000-02-21 | 1 | -0/+43 |
|
|
* | add TODO section | Greg Stein | 2000-02-19 | 1 | -0/+100 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr> | Andrew M. Kuchling | 2000-02-18 | 1 | -6/+6 |
|
|
* | Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>: | Andrew M. Kuchling | 2000-02-18 | 1 | -4/+2 |
|
|
* | reduce fsimp coupling: provide fs_imp param to ImportManager constructor, | Greg Stein | 2000-02-18 | 1 | -48/+45 |
|
|
* | shift demo importers to importers.py (destined for Demo/ ?) | Greg Stein | 2000-02-18 | 1 | -227/+16 |
|
|
* | Changed all references to command methods 'set_default_options()' and | Greg Ward | 2000-02-18 | 1 | -23/+23 |
|
|
* | Renamed 'set_default_options()' to 'initialize_options()', and | Greg Ward | 2000-02-18 | 10 | -28/+28 |
|
|
* | Changed references to the command class 'options' attribute to 'user_options'. | Greg Ward | 2000-02-18 | 1 | -26/+27 |
|
|
* | Renamed all 'options' class attributes to 'user_options'. | Greg Ward | 2000-02-18 | 10 | -105/+115 |
|
|
* | Command classes are now named identically to their commands, so reflect this | Greg Ward | 2000-02-18 | 1 | -2/+1 |
|
|
* | Renamed all command classes so they're exactly the same as the name of the | Greg Ward | 2000-02-18 | 10 | -10/+10 |
|
|