| Commit message (Expand) | Author | Age | Files | Lines |
* | Test full range of native ints. This exposes two more binary pickle | Tim Peters | 2001-04-10 | 1 | -0/+19 |
|
|
* | Mechanical fiddling for easier reading: every "if" test was enclosed in | Tim Peters | 2001-04-10 | 1 | -35/+35 |
|
|
* | Add globals to list of names returned by get_names(). | Jeremy Hylton | 2001-04-09 | 1 | -7/+13 |
|
|
* | Pickles have a number of storage formats for various sizes and kinds of | Tim Peters | 2001-04-09 | 1 | -13/+40 |
|
|
* | No functional change -- just added whitespace in places so I could follow | Tim Peters | 2001-04-09 | 1 | -11/+30 |
|
|
* | * Remove exc_info() kludge -- it actually messed up the Jython output | Steve Purcell | 2001-04-09 | 1 | -17/+13 |
|
|
* | fixing 408085 - redirect from https becomes http | Moshe Zadka | 2001-04-09 | 1 | -1/+1 |
|
|
* | Add two arguments to Scope constructor, module scope and class name | Jeremy Hylton | 2001-04-09 | 1 | -24/+92 |
|
|
* | Add preliminary module symbol table constructor | Jeremy Hylton | 2001-04-09 | 1 | -0/+193 |
|
|
* | remove global decl about unused variable | Jeremy Hylton | 2001-04-09 | 1 | -1/+0 |
|
|
* | Add support for future statements | Jeremy Hylton | 2001-04-09 | 2 | -6/+98 |
|
|
* | Fix "import as" (has always skipping the as name) | Jeremy Hylton | 2001-04-09 | 1 | -9/+15 |
|
|
* | typo | Jeremy Hylton | 2001-04-09 | 1 | -1/+1 |
|
|
* | Make it clear that a bdb subclass must implement do_clear(). | Guido van Rossum | 2001-04-08 | 1 | -0/+3 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-04-08 | 1 | -2/+2 |
|
|
* | Fix from the Madusa mailing list: | Tim Peters | 2001-04-08 | 1 | -1/+1 |
|
|
* | Remove useless imports, as reported by PyChecker. | Tim Peters | 2001-04-08 | 1 | -3/+0 |
|
|
* | Get rid of useless string import, as reported by Neal Norwitz's PyChecker.py | Tim Peters | 2001-04-08 | 1 | -1/+0 |
|
|
* | Add an uninstall method to the ImportManager. | Greg Stein | 2001-04-07 | 1 | -1/+9 |
|
|
* | Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to | Tim Peters | 2001-04-06 | 2 | -0/+5 |
|
|
* | Since this module already uses doctest-style examples, I figured I'd | Guido van Rossum | 2001-04-06 | 1 | -4/+10 |
|
|
* | Remove lines for asynchat & asyncore, as they've now got their own test. | Tim Peters | 2001-04-06 | 1 | -2/+0 |
|
|
* | After testing the test on Unix, several improvements: | Guido van Rossum | 2001-04-06 | 1 | -3/+4 |
|
|
* | Add test for asynchat. This also tests asyncore. | Guido van Rossum | 2001-04-06 | 2 | -0/+58 |
|
|
* | Make the docstring a raw string, for pydoc. | Guido van Rossum | 2001-04-06 | 1 | -1/+1 |
|
|
* | Fix the fix (my error -- hasty pasty). | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | One-liner critical fix from Jim Fulton: Eric's string-method crusade | Tim Peters | 2001-04-05 | 1 | -1/+1 |
|
|
* | Bug #412086, reported by Peter Wilson: The _curses module doesn't | Andrew M. Kuchling | 2001-04-05 | 1 | -0/+13 |
|
|
* | Patch #413912 from Steve Majewski: Add .m to the list of extensions | Andrew M. Kuchling | 2001-04-05 | 1 | -1/+1 |
|
|
* | Corrected default value of the DocumentType.internalSubset attribute based | Fred Drake | 2001-04-05 | 1 | -1/+1 |
|
|
* | Sf bug [ #412214 ] ZipFile constructor leaves files open. | Tim Peters | 2001-04-04 | 2 | -0/+30 |
|
|
* | CharacterData methods: Update self.length on changes instead of extended | Fred Drake | 2001-04-04 | 1 | -4/+7 |
|
|
* | Add support for the CharacterData methods, CDATASection. | Fred Drake | 2001-04-04 | 1 | -7/+73 |
|
|
* | SF bug [#410708] Condition.wait() and KeyboardInterrupt. | Tim Peters | 2001-04-02 | 1 | -23/+25 |
|
|
* | Initialize Attr.value with empty string in createAttribute*, as per DOM | Martin v. Löwis | 2001-03-31 | 1 | -5/+7 |
|
|
* | Back out the requirement to supply a version number | Andrew M. Kuchling | 2001-03-31 | 1 | -4/+0 |
|
|
* | Fixes a fatal bug when the module has computed alternatives containing %s. | Eric S. Raymond | 2001-03-31 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 7 | -23/+23 |
|
|
* | Based on info from Jens@digicool.com, add 'darwin1' to the list of | Guido van Rossum | 2001-03-28 | 1 | -1/+1 |
|
|
* | Arghh. Fix typo. | Martin v. Löwis | 2001-03-27 | 1 | -1/+1 |
|
|
* | Use Guido's trick for always extracting the version number from a | Martin v. Löwis | 2001-03-27 | 1 | -1/+4 |
|
|
* | Fix some reloading problems (still more work needed). | Ka-Ping Yee | 2001-03-27 | 1 | -6/+16 |
|
|
* | Itamar Shtull-Trauring <itamar@maxnm.com>: | Fred Drake | 2001-03-26 | 2 | -18/+58 |
|
|
* | Update auto-detection for Konqueror to include KDE 2 -- the kfm command is | Fred Drake | 2001-03-26 | 1 | -2/+5 |
|
|
* | main(): Application of SF patch #405851, which allows this test to be | Barry Warsaw | 2001-03-23 | 1 | -0/+12 |
|
|
* | In Jython, `@' is not allowed in module names. Extend the TESTFN test | Barry Warsaw | 2001-03-23 | 1 | -3/+7 |
|
|
* | Two minor changes for better Jython compatibility. Finn Bock says: | Barry Warsaw | 2001-03-23 | 1 | -3/+3 |
|
|
* | Make socket.getservbyname test optional on socket module having that | Barry Warsaw | 2001-03-23 | 1 | -5/+6 |
|
|
* | Change rfc822_escape() to ensure there's a consistent amount of whitespace | Andrew M. Kuchling | 2001-03-23 | 1 | -3/+4 |
|
|
* | setlocale(): In _locale-missing compatibility function, string | Barry Warsaw | 2001-03-23 | 1 | -2/+1 |
|
|