summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* A test of the `new' module. The new.code() test is fairly bogus sinceBarry Warsaw1996-12-101-0/+44
* Added test_new.Barry Warsaw1996-12-102-2/+7
* The usual; added several test modules, too.Guido van Rossum1996-12-1010-4/+278
* Add optional data argument to urlopen() and open_http(), to trigger POST.Guido van Rossum1996-12-101-9/+26
* In the HTTP reply header, be more accepting in the HTTP version.Guido van Rossum1996-12-101-2/+2
* Added a test script for dbmmodule.c and added it to testall.py andRoger E. Masse1996-12-103-2/+31
* Added test_newBarry Warsaw1996-12-101-0/+1
* new test script for cryptmodule.pyRoger E. Masse1996-12-091-0/+6
* Test script/output for cryptmodule.c added to testall.py and testall.outRoger E. Masse1996-12-092-0/+3
* New test module for complex math moduleRoger E. Masse1996-12-091-0/+22
* Added test_cmath.py to test complex math moduleRoger E. Masse1996-12-092-1/+2
* (testall.py): Slightly improved test harness to make it easier to addBarry Warsaw1996-12-092-36/+17
* Added test_stropBarry Warsaw1996-12-092-0/+5
* Added tests of all strop module functions, and touching of moduleBarry Warsaw1996-12-091-2/+35
* Added test_array output line.Guido van Rossum1996-12-091-0/+1
* module to test the arraymodule created and added to testall.pyRoger E. Masse1996-12-092-1/+45
* Added test_timeBarry Warsaw1996-12-061-0/+4
* Added 'test_time'Barry Warsaw1996-12-061-0/+1
* test of time module. not terribly fancy, but it does touch everyBarry Warsaw1996-12-061-0/+36
* Unpacker.get_buffer(): new method to access the internal buffer of dataBarry Warsaw1996-12-041-0/+3
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-276-7/+11
* Added safeguard against failure in __del__.Guido van Rossum1996-11-271-0/+2
* Added ALL='all'.Guido van Rossum1996-11-202-0/+2
* Turn leading minus sign into underscore for image widget name -- theGuido van Rossum1996-11-202-6/+10
* Added support for timezone in date field. getdate_tz() andGuido van Rossum1996-11-201-6/+57
* When re-raising an exception raised by a module used internally asGuido van Rossum1996-11-201-3/+5
* When removing a messge from all sequences, don't remove from 'cur',Guido van Rossum1996-11-121-0/+3
* Added 'strict_parsing' option to all parsing functions. This causes aGuido van Rossum1996-11-111-11/+27
* Don't require leading '-' on option name to Text.tag_cgetGuido van Rossum1996-11-112-0/+8
* Fix the way the Authorization header is sent (how could this have worked?).Guido van Rossum1996-11-111-1/+1
* The usual :-(Guido van Rossum1996-10-244-4/+4
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-242-6/+0
* Fix truncated paragraph in doc string.Guido van Rossum1996-10-241-2/+3
* Cast mtime gotten from stat() to long int -- else it won't workGuido van Rossum1996-10-241-1/+1
* Make self.rfile unbuffered (self.wfile already is). This should fixGuido van Rossum1996-10-231-1/+1
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-232-2/+10
* Get rid of evil workaround for Python 1.4b2 bug.Guido van Rossum1996-10-221-4/+0
* Fix another case where...Guido van Rossum1996-10-221-0/+1
* Change the default seeding -- use 8 bits of sub-second precision andGuido van Rossum1996-10-211-1/+2
* The usual...Guido van Rossum1996-10-214-8/+8
* (Tkinter.py): Fixed bug in re-implementation of OptionMenu.Fred Drake1996-10-212-2/+2
* (Fred Drake:) Re-wrote the OptionMenu class to allow access to a realGuido van Rossum1996-10-212-10/+56
* Added warning not to import directly.Guido van Rossum1996-10-151-1/+2
* Allow code objects to be passed to run() and eval().Guido van Rossum1996-10-151-2/+7
* Ellipses -> Ellipsis rename (the dictionary really says that it shouldGuido van Rossum1996-10-111-1/+1
* Added Slice and Ellipses types.Guido van Rossum1996-10-111-0/+3
* Fix some cases where self.openedurl wasn't set.Guido van Rossum1996-10-101-2/+3
* Don't add names that start with _Guido van Rossum1996-10-101-1/+4
* (formatter.py): Simplify NullFormatter definition of add_hor_rule() to matchFred Drake1996-10-081-3/+2
* Remove RCS crud... Sigh...Guido van Rossum1996-10-084-12/+0