summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* (Jack:) Recognize PNG files.Guido van Rossum1997-04-111-0/+12
* From: Clarence Gardner <clarence@king.silcom.com>Guido van Rossum1997-04-111-2/+2
* base64 support by Sjoerd.Guido van Rossum1997-04-111-11/+25
* Use uuencoded test images.Guido van Rossum1997-04-097-166/+3333
* Don't just die when an error is not defined; print a warning instead.Guido van Rossum1997-04-091-4/+9
* Try calling getpid() from /usr/lib/libc.so instead of some otherGuido van Rossum1997-04-091-4/+1
* Use TESTFN instead of /etc/passwd and /dev/null as test files.Guido van Rossum1997-04-091-5/+12
* support module for cPickleGuido van Rossum1997-04-091-0/+17
* New version by Digital Creations, supports binary format compatibleGuido van Rossum1997-04-091-427/+785
* Ping's latest. Fixes triple quoted strings ending in oddGuido van Rossum1997-04-091-20/+31
* while (1) -> while 1. Sorry.Guido van Rossum1997-04-081-1/+1
* Search for a valid begin line instead of requiring the first line.Guido van Rossum1997-04-081-9/+16
* Ka-Ping's muich improved version of March 26, 1997:Guido van Rossum1997-04-081-74/+98
* Whole lotta changes.Guido van Rossum1997-04-0252-434/+2276
* Changed my mind on replace().Guido van Rossum1997-04-022-24/+4
* Add #! line.Guido van Rossum1997-04-021-0/+2
* New doc strings.Guido van Rossum1997-04-021-1/+6
* Fix two small bugs with proxies.Guido van Rossum1997-04-021-1/+2
* New symbols due to assert statement.Guido van Rossum1997-04-021-32/+33
* New test output for test_builtinGuido van Rossum1997-04-021-0/+1
* Optimized the hell out of listmessages().Guido van Rossum1997-04-021-10/+8
* Added test of complex() (that catches a bug in 1.4!).Guido van Rossum1997-03-311-0/+39
* Change by Andrew Kuchling (edited by Guido):Guido van Rossum1997-03-251-17/+32
* Added new functions replace() and replace1().Guido van Rossum1997-03-252-0/+30
* Added a 'sync' method to shelve. If the underlying database does not have a ...Roger E. Masse1997-03-251-0/+4
* Removed 'marshal' from the list of "ok" built-in functions -- theGuido van Rossum1997-03-211-1/+1
* Ping's new version -- more efficient at finding the keywords.Guido van Rossum1997-03-201-37/+13
* Added __assert__.Guido van Rossum1997-03-201-0/+1
* Ka-Ping Yee's version is better:Guido van Rossum1997-03-201-37/+116
* Simple module to publish list of Python keywords.Guido van Rossum1997-03-201-0/+37
* Avoid crashes with nested multipart/mixed parts.Guido van Rossum1997-03-201-1/+8
* Implement find_class() without exec statement.Guido van Rossum1997-03-141-4/+2
* Change the list() function to match the documentation in the commentGuido van Rossum1997-03-141-1/+1
* Added Fred Drake's netrc parser class.Guido van Rossum1997-03-141-0/+100
* Support disassembly of a variety of objects through dis.dis().Guido van Rossum1997-03-141-0/+17
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-142-20/+52
* compile(): Use the __debug__ flag to determine the proper filename extensionFred Drake1997-03-131-1/+1
* Added support for imaginary constants (e.g. 0j, 1j, 1.0j).Guido van Rossum1997-03-101-4/+5
* Restore old behavior of autotest and testall, using regrtest.Guido van Rossum1997-03-072-217/+7
* Add "extra-verbose" mode, triggered by specifying two -v flags. InGuido van Rossum1997-03-071-4/+12
* Much more rigorous testing -- we now try many times, varying in timeGuido van Rossum1997-03-071-86/+97
* Fixed doc string, added __version__, fixed 1 bug.Guido van Rossum1997-03-071-11/+18
* Ka-Ping's version.Guido van Rossum1997-03-071-45/+132
* Removing this -- complex numbers are now builtin,Guido van Rossum1997-02-231-275/+0
* Removed nonstandard strftime formats (strftime is tested moreGuido van Rossum1997-02-201-2/+2
* Remove some bogus code that would cause a NameError if a -r option was passed.Guido van Rossum1997-02-191-5/+0
* Remove %n and %t from the list of standard expectations.Guido van Rossum1997-02-191-2/+0
* join(): Wax the incorrect leading commentBarry Warsaw1997-02-182-8/+0
* join(): join one or more path componentsBarry Warsaw1997-02-183-26/+42
* Store the current regex syntax along with the regular expressionBarry Warsaw1997-02-181-10/+15