summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Simple changes by Gerrit Holl - move author acknowledgements out ofGuido van Rossum2000-02-289-43/+46
* 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
* 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
* Changes inspired by Randall Hooper to allow callbacks when anBarry Warsaw2000-02-251-4/+15
* Test case for fork1() behavior.Guido van Rossum2000-02-252-0/+55
* 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 broken r.append(name, value) call, spotted by Tim.Guido van Rossum2000-02-251-1/+1
* 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
* Added tabnanny.py, by Tim Peters, formerly from Tools/scripts, to theGuido van Rossum2000-02-231-0/+4
* satisfy the tabnanny (thanks to MH for noticing the problem)Jeremy Hylton2000-02-212-98/+98
* add TODO sectionGreg Stein2000-02-191-0/+100
* reduce fsimp coupling: provide fs_imp param to ImportManager constructor,Greg Stein2000-02-181-48/+45
* shift demo importers to importers.py (destined for Demo/ ?)Greg Stein2000-02-181-227/+16
* Changed all references to command methods 'set_default_options()' andGreg Ward2000-02-181-23/+23
* Renamed 'set_default_options()' to 'initialize_options()', andGreg Ward2000-02-1810-28/+28
* Changed references to the command class 'options' attribute to 'user_options'.Greg Ward2000-02-181-26/+27
* Renamed all 'options' class attributes to 'user_options'.Greg Ward2000-02-1810-105/+115
* Command classes are now named identically to their commands, so reflect thisGreg Ward2000-02-181-2/+1
* Renamed all command classes so they're exactly the same as the name of theGreg Ward2000-02-1810-10/+10
* Changed 'dist' to 'sdist'.Greg Ward2000-02-181-1/+1
* The 'sdist' command to create a source distribution. This is derived from theGreg Ward2000-02-171-0/+716
* The 'dist' command is dead -- long live the 'sdist' command!Greg Ward2000-02-171-558/+0
* changes to _lookupNameJeremy Hylton2000-02-171-14/+13
* the previous quick hack to fix def foo((x,y)) failed on some casesJeremy Hylton2000-02-172-16/+48
* add varargs and kwargs flags to Lambda nodesJeremy Hylton2000-02-171-0/+5
* satisfy the tabnannyJeremy Hylton2000-02-171-197/+199
* Typo in a comment: "wheter" --> "whether"Fred Drake2000-02-171-1/+1
* Patches by Piers Lauder.Guido van Rossum2000-02-171-8/+21
* Added WindowsError, for Mark Hammond's extensions.Guido van Rossum2000-02-171-0/+6
* Added test for new crc32() function.Guido van Rossum2000-02-161-0/+6
* support for arglists with implicit tuple unpacksJeremy Hylton2000-02-161-15/+61
* more robust assignment of lineno for keyword argsJeremy Hylton2000-02-161-3/+3
* fix argcount generation for arg lists containing tuple unpacksJeremy Hylton2000-02-161-2/+13
* add flatten helper functionJeremy Hylton2000-02-161-0/+11
* finish first impl of code generatorJeremy Hylton2000-02-151-12/+70
* fix creation of Ellipsis nodeJeremy Hylton2000-02-151-1/+1
* add a little debugging support when new.code raises SystemErrorJeremy Hylton2000-02-151-5/+21
* no real change -- testing syncmailJeremy Hylton2000-02-151-1/+1
* add line numbers to nodes in the except clause (when possible)Jeremy Hylton2000-02-151-1/+3
* tidy up tryexcept and tryfinally nodesJeremy Hylton2000-02-151-14/+20
* edit a doc stringJeremy Hylton2000-02-141-1/+6