summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-arg append().Guido van Rossum2000-02-291-1/+1
* Update portability information for the spawn*() functions and relatedFred Drake2000-02-291-4/+11
* Fix a typo in a commentAndrew M. Kuchling2000-02-291-1/+1
* Fix comments relating to the specific regexs used to parse section andFred Drake2000-02-281-2/+2
* Patch by Piers Lauder, who writes:Guido van Rossum2000-02-281-5/+6
* (Finally!) Changes related to the ConfigParser/INI-file topicsFred Drake2000-02-281-5/+11
* Drop the support level for stdwin a notch -- the contents ofGuido van Rossum2000-02-281-1/+1
* Fix use of list.append() with multiple argumentsAndrew M. Kuchling2000-02-281-1/+1
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-289-43/+46
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-0/+56
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). ThisGuido van Rossum2000-02-281-1/+8
* Patch by Mozhe Zadka, for __contains__ (overloading 'in'). This addsGuido van Rossum2000-02-281-1/+7
* Patch by Gerrit Holl to avoid doing two stat() calls in a row in walk().Guido van Rossum2000-02-281-1/+2
* Fix a typo in Barry's checkin.Guido van Rossum2000-02-271-1/+1
* Fixed a multi-arg append() call, discovered by Mark Favas.Guido van Rossum2000-02-271-4/+4
* Two buglet fixes. Peter Funk caught the bug in make_escapes:Barry Warsaw2000-02-271-7/+9
* Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) toBarry Warsaw2000-02-261-40/+140
* The "Distributing Python Modules" manual; currently empty (I'll get to itGreg Ward2000-02-261-0/+12
* Try to deal with pre-1.5.2 IOError exception objects.Greg Ward2000-02-261-2/+6
* Unfinished, untested implementation of the lovely baroque installation schemeGreg Ward2000-02-264-183/+118
* Better fix for mpzmodule problem reported by Peter Funk: just useAndrew M. Kuchling2000-02-251-6/+2
* Changes inspired by Randall Hooper to allow callbacks when anBarry Warsaw2000-02-251-4/+15
* Pat Knight:Guido van Rossum2000-02-252-61/+61
* Test case for fork1() behavior.Guido van Rossum2000-02-252-0/+55
* Delete references to _SC_AIO_LIST_MAX; it appears that that symbol wasGuido van Rossum2000-02-251-3/+0
* Gerrit forgot to remove the "import string".Guido van Rossum2000-02-251-2/+0
* Gerrit Holl's patch to move attribution from the docstring to aFred Drake2000-02-251-4/+4
* Fix a couple broken append() calls, spotted by Tim.Guido van Rossum2000-02-251-4/+4
* Fix a couple dozen broken ci.append(x, y, z) calls, spotted by Tim.Guido van Rossum2000-02-251-25/+25
* Fix a broken r.append(name, value) call, spotted by Tim.Guido van Rossum2000-02-251-1/+1
* OKOK, Greg's right, I should've used the :name option in the argumentGuido van Rossum2000-02-241-9/+9
* Peter Funk:Guido van Rossum2000-02-241-0/+5
* Made all list methods use PyArg_ParseTuple(), for more accurateGuido van Rossum2000-02-241-30/+29
* Moshe Zadka:Guido van Rossum2000-02-241-4/+77
* Fix from est@hyperreal.org: missing initialize in 'find_defaults()'.Greg Ward2000-02-241-0/+1
* Mark Favas discovered this: getatime() accidentally returned the MTIME!Guido van Rossum2000-02-241-1/+1
* Piers Lauder:Guido van Rossum2000-02-241-5/+5
* Add tests to exercise sequence operations (multiplication, indexing,Andrew M. Kuchling2000-02-231-0/+25
* Allow using long integers as arguments to PyObject_GetItem(), _SetItem(),Andrew M. Kuchling2000-02-231-1/+19
* Allow using long integers as slice indexesAndrew M. Kuchling2000-02-231-2/+34
* dict_has_key(): Accept only one parameter. PR#210 reported byFred Drake2000-02-231-4/+4
* Added entry for libtabnanny.tex.Fred Drake2000-02-231-0/+1
* Added dependency on libtabnanny.tex.Fred Drake2000-02-231-0/+1
* Initial version from Peter Funk <pf@artcom-gmbh.de>, with minorFred Drake2000-02-231-0/+62
* Deleting tabpolice.py; it was superceded by tabnanny.py long ago.Guido van Rossum2000-02-231-104/+0
* Moved tabnanny.py to standard library status.Guido van Rossum2000-02-231-368/+0
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-232-0/+8
* This branch is for 1.6 & forward.Fred Drake2000-02-221-2/+2
* Added a new command: Check module (Alt-F5) It does a full syntax checkGuido van Rossum2000-02-221-9/+82
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-214-196/+196