| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add option to push the development docs to SF without announcing, for | Fred Drake | 2001-08-08 | 1 | -2/+9 |
|
|
* | More names.... | Fred Drake | 2001-08-08 | 1 | -0/+2 |
|
|
* | Clean up some of the markup here -- be more consistent in the use of | Fred Drake | 2001-08-08 | 1 | -9/+9 |
|
|
* | "Thin" version of floor division docs: add // to the list of operators | Fred Drake | 2001-08-08 | 1 | -3/+3 |
|
|
* | Patch #448227: Raise an exception when a directory is passed to execfile. | Martin v. Löwis | 2001-08-08 | 1 | -4/+23 |
|
|
* | Add new tokens // and //=, in support of PEP 238. | Guido van Rossum | 2001-08-08 | 1 | -0/+1 |
|
|
* | Implement PEP 238 in its (almost) full glory. | Guido van Rossum | 2001-08-08 | 19 | -226/+476 |
|
|
* | beginning of work on the conf. handling smarts | Steven M. Gava | 2001-08-08 | 1 | -11/+25 |
|
|
* | Commented out most of the MacPython modules. There is a discussion on the | Jack Jansen | 2001-08-08 | 1 | -25/+25 |
|
|
* | Part of SF patch [#431848] mathmodule.c: doc strings & conversion, from | Tim Peters | 2001-08-07 | 1 | -15/+18 |
|
|
* | Fix SF bug [ #447370 ] typo in urllib2.py | Jeremy Hylton | 2001-08-07 | 1 | -7/+9 |
|
|
* | Apply two small changes to the Windows code, according to SF bug | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Remove make_re() function; this is no longer needed since _sre and pcre | Fred Drake | 2001-08-07 | 1 | -10/+0 |
|
|
* | Add a test that xml.sax.saxutils.XMLGenerator does the right thing | Fred Drake | 2001-08-07 | 2 | -1/+18 |
|
|
* | Make sure XMLGenerator uses quoteattr() instead of escape() to quote | Fred Drake | 2001-08-07 | 1 | -2/+2 |
|
|
* | Fix the test so it uses IterableUserDict for the "for x in dict" test. | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
|
|
* | Remove the __iter__ method from the UserDict class -- it can silently | Guido van Rossum | 2001-08-07 | 1 | -0/+2 |
|
|
* | - Rename PyType_InitDict() to PyType_Ready(). | Guido van Rossum | 2001-08-07 | 5 | -13/+16 |
|
|
* | Add the NannyNag exception class and the process_tokens() function to | Guido van Rossum | 2001-08-07 | 1 | -1/+1 |
|
|
* | Fix for SF bug #448835. | Guido van Rossum | 2001-08-07 | 1 | -2/+1 |
|
|
* | Remove the test for the 'object' type -- it can no longer be | Guido van Rossum | 2001-08-07 | 1 | -24/+0 |
|
|
* | Cosmetics: | Guido van Rossum | 2001-08-07 | 1 | -10/+65 |
|
|
* | silence warnings about import * | Jeremy Hylton | 2001-08-07 | 1 | -0/+7 |
|
|
* | Brought up-to-date. | Jack Jansen | 2001-08-07 | 1 | -0/+0 |
|
|
* | Got rid of (hopefully) the last 68k-mac related ifdefs. | Jack Jansen | 2001-08-07 | 2 | -69/+0 |
|
|
* | Got rid of 68k-Mac and other outdated ifdefs. | Jack Jansen | 2001-08-07 | 5 | -37/+0 |
|
|
* | Got rid of mactcp cruft, added Mlte and CF modules. | Jack Jansen | 2001-08-07 | 1 | -8/+6 |
|
|
* | Removed unused variable. | Jack Jansen | 2001-08-07 | 1 | -2/+0 |
|
|
* | Yet another project. | Jack Jansen | 2001-08-07 | 2 | -0/+1078 |
|
|
* | Got rid of (hopefully) the last 68k Mac-related ifdefs and various other cruft. | Jack Jansen | 2001-08-07 | 9 | -21/+0 |
|
|
* | Removed outdated stuff. | Jack Jansen | 2001-08-07 | 3 | -130/+0 |
|
|
* | Document two new items | Andrew M. Kuchling | 2001-08-07 | 1 | -9/+21 |
|
|
* | Project files for the new plugin modules, plus a few that hadn't been added y... | Jack Jansen | 2001-08-07 | 38 | -0/+18457 |
|
|
* | Bit another bullet: all toolbox modules are now in dynamically loaded modules... | Jack Jansen | 2001-08-07 | 9 | -146/+41 |
|
|
* | Bit the bullet and enabled garbage collection (finally). | Jack Jansen | 2001-08-07 | 5 | -12/+64 |
|
|
* | more fleshing out, this time primarily the 'general' page | Steven M. Gava | 2001-08-07 | 1 | -2/+73 |
|
|
* | Another bug fix for recent import * warning (caught by Thomas Wouters) | Jeremy Hylton | 2001-08-06 | 1 | -3/+3 |
|
|
* | + Turn off patch creation (this isn't a patch release! got turned on by | Tim Peters | 2001-08-06 | 1 | -23/+45 |
|
|
* | Fix error message for import * in function/class scope | Jeremy Hylton | 2001-08-06 | 1 | -1/+1 |
|
|
* | Fix SF bug [ #445474 ] warn about import * inside functions | Jeremy Hylton | 2001-08-06 | 1 | -0/+5 |
|
|
* | Tabify the file (pointed out by Thomas Wouters) | Andrew M. Kuchling | 2001-08-06 | 1 | -19/+19 |
|
|
* | Update listing of subdirectories | Andrew M. Kuchling | 2001-08-06 | 1 | -1/+21 |
|
|
* | Remove spurious "closed" attribute definition from the memberlist | Guido van Rossum | 2001-08-06 | 1 | -1/+0 |
|
|
* | Remove various outdated files. (Leaving find_recursionlimit.py alone, | Andrew M. Kuchling | 2001-08-06 | 9 | -835/+0 |
|
|
* | Update cheatsheet to 2.0 from Brunning/Gruet's quick reference | Andrew M. Kuchling | 2001-08-06 | 1 | -535/+2212 |
|
|
* | Add 'yield' as a keyword | Andrew M. Kuchling | 2001-08-06 | 1 | -2/+2 |
|
|
* | A totally new way to do the __new__ wrapper. This should address the | Guido van Rossum | 2001-08-06 | 1 | -34/+45 |
|
|
* | Oops, arg type for the glue routine was wrong. | Jack Jansen | 2001-08-06 | 1 | -1/+1 |
|
|
* | Show the MacPython IDE version in the interactive banner. | Just van Rossum | 2001-08-06 | 1 | -1/+4 |
|
|
* | Oops, this file was apparently never added to the repository. Now it is. | Jack Jansen | 2001-08-06 | 1 | -0/+3 |
|
|