| Commit message (Expand) | Author | Age | Files | Lines |
* | Use uuencoded test images. | Guido van Rossum | 1997-04-09 | 7 | -166/+3333 |
|
|
* | Don't just die when an error is not defined; print a warning instead. | Guido van Rossum | 1997-04-09 | 1 | -4/+9 |
|
|
* | Try calling getpid() from /usr/lib/libc.so instead of some other | Guido van Rossum | 1997-04-09 | 1 | -4/+1 |
|
|
* | Use TESTFN instead of /etc/passwd and /dev/null as test files. | Guido van Rossum | 1997-04-09 | 1 | -5/+12 |
|
|
* | support module for cPickle | Guido van Rossum | 1997-04-09 | 1 | -0/+17 |
|
|
* | New version by Digital Creations, supports binary format compatible | Guido van Rossum | 1997-04-09 | 1 | -427/+785 |
|
|
* | Ping's latest. Fixes triple quoted strings ending in odd | Guido van Rossum | 1997-04-09 | 1 | -20/+31 |
|
|
* | while (1) -> while 1. Sorry. | Guido van Rossum | 1997-04-08 | 1 | -1/+1 |
|
|
* | Search for a valid begin line instead of requiring the first line. | Guido van Rossum | 1997-04-08 | 1 | -9/+16 |
|
|
* | Ka-Ping's muich improved version of March 26, 1997: | Guido van Rossum | 1997-04-08 | 1 | -74/+98 |
|
|
* | Whole lotta changes. | Guido van Rossum | 1997-04-02 | 52 | -434/+2276 |
|
|
* | Changed my mind on replace(). | Guido van Rossum | 1997-04-02 | 2 | -24/+4 |
|
|
* | Add #! line. | Guido van Rossum | 1997-04-02 | 1 | -0/+2 |
|
|
* | New doc strings. | Guido van Rossum | 1997-04-02 | 1 | -1/+6 |
|
|
* | Fix two small bugs with proxies. | Guido van Rossum | 1997-04-02 | 1 | -1/+2 |
|
|
* | New symbols due to assert statement. | Guido van Rossum | 1997-04-02 | 1 | -32/+33 |
|
|
* | New test output for test_builtin | Guido van Rossum | 1997-04-02 | 1 | -0/+1 |
|
|
* | Optimized the hell out of listmessages(). | Guido van Rossum | 1997-04-02 | 1 | -10/+8 |
|
|
* | Added test of complex() (that catches a bug in 1.4!). | Guido van Rossum | 1997-03-31 | 1 | -0/+39 |
|
|
* | Change by Andrew Kuchling (edited by Guido): | Guido van Rossum | 1997-03-25 | 1 | -17/+32 |
|
|
* | Added new functions replace() and replace1(). | Guido van Rossum | 1997-03-25 | 2 | -0/+30 |
|
|
* | Added a 'sync' method to shelve. If the underlying database does not have a ... | Roger E. Masse | 1997-03-25 | 1 | -0/+4 |
|
|
* | Removed 'marshal' from the list of "ok" built-in functions -- the | Guido van Rossum | 1997-03-21 | 1 | -1/+1 |
|
|
* | Ping's new version -- more efficient at finding the keywords. | Guido van Rossum | 1997-03-20 | 1 | -37/+13 |
|
|
* | Added __assert__. | Guido van Rossum | 1997-03-20 | 1 | -0/+1 |
|
|
* | Ka-Ping Yee's version is better: | Guido van Rossum | 1997-03-20 | 1 | -37/+116 |
|
|
* | Simple module to publish list of Python keywords. | Guido van Rossum | 1997-03-20 | 1 | -0/+37 |
|
|
* | Avoid crashes with nested multipart/mixed parts. | Guido van Rossum | 1997-03-20 | 1 | -1/+8 |
|
|
* | Implement find_class() without exec statement. | Guido van Rossum | 1997-03-14 | 1 | -4/+2 |
|
|
* | Change the list() function to match the documentation in the comment | Guido van Rossum | 1997-03-14 | 1 | -1/+1 |
|
|
* | Added Fred Drake's netrc parser class. | Guido van Rossum | 1997-03-14 | 1 | -0/+100 |
|
|
* | Support disassembly of a variety of objects through dis.dis(). | Guido van Rossum | 1997-03-14 | 1 | -0/+17 |
|
|
* | Add optional 4th argument to [r]find and [r]index (end of slice). | Guido van Rossum | 1997-03-14 | 2 | -20/+52 |
|
|
* | compile(): Use the __debug__ flag to determine the proper filename extension | Fred Drake | 1997-03-13 | 1 | -1/+1 |
|
|
* | Added support for imaginary constants (e.g. 0j, 1j, 1.0j). | Guido van Rossum | 1997-03-10 | 1 | -4/+5 |
|
|
* | Restore old behavior of autotest and testall, using regrtest. | Guido van Rossum | 1997-03-07 | 2 | -217/+7 |
|
|
* | Add "extra-verbose" mode, triggered by specifying two -v flags. In | Guido van Rossum | 1997-03-07 | 1 | -4/+12 |
|
|
* | Much more rigorous testing -- we now try many times, varying in time | Guido van Rossum | 1997-03-07 | 1 | -86/+97 |
|
|
* | Fixed doc string, added __version__, fixed 1 bug. | Guido van Rossum | 1997-03-07 | 1 | -11/+18 |
|
|
* | Ka-Ping's version. | Guido van Rossum | 1997-03-07 | 1 | -45/+132 |
|
|
* | Removing this -- complex numbers are now builtin, | Guido van Rossum | 1997-02-23 | 1 | -275/+0 |
|
|
* | Removed nonstandard strftime formats (strftime is tested more | Guido van Rossum | 1997-02-20 | 1 | -2/+2 |
|
|
* | Remove some bogus code that would cause a NameError if a -r option was passed. | Guido van Rossum | 1997-02-19 | 1 | -5/+0 |
|
|
* | Remove %n and %t from the list of standard expectations. | Guido van Rossum | 1997-02-19 | 1 | -2/+0 |
|
|
* | join(): Wax the incorrect leading comment | Barry Warsaw | 1997-02-18 | 2 | -8/+0 |
|
|
* | join(): join one or more path components | Barry Warsaw | 1997-02-18 | 3 | -26/+42 |
|
|
* | Store the current regex syntax along with the regular expression | Barry Warsaw | 1997-02-18 | 1 | -10/+15 |
|
|
* | Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is | Guido van Rossum | 1997-02-18 | 1 | -1/+1 |
|
|
* | Require _tkinter -- don't attempt to import tkinter when _tkinter does | Guido van Rossum | 1997-02-15 | 2 | -50/+20 |
|
|
* | Gave the Listbox selection methods their correct (longer) names. | Guido van Rossum | 1997-02-14 | 2 | -4/+8 |
|
|