summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* What used to be tp_xxx4 is now tp_flags; set it to Py_TPFLAGS_DEFAULT.Fred Drake2000-02-211-2/+1
* Remove comment that Guido agree's doesn't make sense:Fred Drake2000-02-211-2/+0
* Script to help locate markup that LaTeX2HTML has a problem with.Fred Drake2000-02-211-0/+26
* Mark pointed out a buglet in his patch: i < _sys_nerr isn't strongGuido van Rossum2000-02-211-1/+1
* Added FreeMem, MaxBlock and CompactMem calls. The values returned by these ar...Jack Jansen2000-02-211-0/+43
* add TODO sectionGreg Stein2000-02-191-0/+100
* Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>Andrew M. Kuchling2000-02-181-6/+6
* Patch from Vladimir Marangozov <marangoz@python.inrialpes.fr>:Andrew M. Kuchling2000-02-181-4/+2
* 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-172-28/+26
* the previous quick hack to fix def foo((x,y)) failed on some casesJeremy Hylton2000-02-174-32/+96
* add varargs and kwargs flags to Lambda nodesJeremy Hylton2000-02-172-0/+10
* satisfy the tabnannyJeremy Hylton2000-02-172-394/+398
* Update the description of int() to include the radix parameter;Fred Drake2000-02-171-12/+16
* Typo in a comment: "wheter" --> "whether"Fred Drake2000-02-171-1/+1
* Patches by Piers Lauder.Guido van Rossum2000-02-171-8/+21
* Add primitive customization of window size and font.Guido van Rossum2000-02-171-3/+19
* Patch by Mark Hammond:Guido van Rossum2000-02-171-15/+75
* Changes by Mark Hammond related to the new WindowsError exception.Guido van Rossum2000-02-171-0/+6
* Declarations related to new WindowsError exception.Guido van Rossum2000-02-171-0/+7
* Added WindowsError, for Mark Hammond's extensions.Guido van Rossum2000-02-171-0/+6
* Added docs for new crc32() function. By Jim Ahlstrom.Guido van Rossum2000-02-161-0/+12
* Added test for new crc32() function.Guido van Rossum2000-02-161-0/+6
* Patch by Jim Ahlstrom to add crc32, a useful checksum functionGuido van Rossum2000-02-161-0/+141
* The 0.5 release happened on 2/15, not on 2/14. :-)Guido van Rossum2000-02-161-1/+1
* support for arglists with implicit tuple unpacksJeremy Hylton2000-02-162-30/+122
* more robust assignment of lineno for keyword argsJeremy Hylton2000-02-162-6/+6
* fix argcount generation for arg lists containing tuple unpacksJeremy Hylton2000-02-162-4/+26
* add flatten helper functionJeremy Hylton2000-02-162-0/+22