summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* evolutionGuido van Rossum1995-01-171-16/+4
* new filesGuido van Rossum1995-01-124-0/+772
* use getattr() instead of eval(), fix string representationsGuido van Rossum1995-01-121-4/+4
* fix comments for list commandGuido van Rossum1995-01-101-2/+2
* Fix exec test so presence of __builtins__ doesn't break itGuido van Rossum1995-01-101-0/+3
* shallow and deep copy operationsGuido van Rossum1995-01-101-0/+240
* shelve.py: database of persistent objects, on top of pickle.py and anydbm.pyGuido van Rossum1995-01-103-0/+556
* Added clarifying commentGuido van Rossum1995-01-041-0/+2
* * Lib/test/test_b1.py: test eval() and execfile() with globals,Guido van Rossum1995-01-021-0/+13
* * Lib/mhlib.py: added movemessage(), copymessage(), added copyGuido van Rossum1995-01-021-8/+81
* Add hacks for switching protocol and path but leaving host unchangedGuido van Rossum1994-12-302-2/+14
* Test new __import__ module, test reload of built-in module, testGuido van Rossum1994-12-304-2/+12
* Fixed 'propagate' methodGuido van Rossum1994-12-302-8/+10
* Let extensions start at the last period after the last slash in theSjoerd Mullender1994-12-141-1/+6
* improved prompt formatGuido van Rossum1994-11-102-5/+13
* more complete tests of built-in functionsGuido van Rossum1994-11-103-2/+95
* added option interfaceGuido van Rossum1994-10-202-0/+16
* fix bug in poly.minusGuido van Rossum1994-10-201-5/+2
* initial commitGuido van Rossum1994-10-0910-0/+558
* fix buffer sizeGuido van Rossum1994-10-092-2/+2
* Import posixpath for freeze scriptGuido van Rossum1994-10-051-0/+1
* Ignore empty markers.Sjoerd Mullender1994-10-031-1/+5
* Cosmetic changesGuido van Rossum1994-09-291-14/+17
* Fix bug if tmpcache is NoneGuido van Rossum1994-09-211-1/+2
* audiodev.py: Mac port.Guido van Rossum1994-09-162-3/+26
* * Lib/whrandom.py: if seed is (0,0,0), initialize from currentGuido van Rossum1994-09-141-9/+9
* Added TERMIOS moduleGuido van Rossum1994-09-124-2/+682
* New tty/pty modules by Steen; new urlparser.Guido van Rossum1994-09-123-0/+336
* mhlib.py: delay opening of sequences file so we don't overwrite it whenGuido van Rossum1994-09-093-3/+233
* Can now also give a hashed ID to Cddb.Sjoerd Mullender1994-09-062-82/+112
* Added support for ADPCM compression.Sjoerd Mullender1994-09-061-6/+47
* Dialog.py: d.num should be numeric, not stringGuido van Rossum1994-08-304-10/+16
* New way of generating .pyc files, thanks to Sjoerd.Guido van Rossum1994-08-295-2/+96
* * Lib/linecache.py: don't crash on empty filenameGuido van Rossum1994-08-236-18/+131
* * Lib/sgi/flp.py: fix caching bug (always write the whole file toGuido van Rossum1994-08-232-28/+8
* * Lib/string.py: find/rfind is now the main implementation andGuido van Rossum1994-08-172-126/+82
* do fake "import posix" for freeze.py scriptGuido van Rossum1994-08-171-0/+4
* * Lib/rfc822.py: fix two bugs: error in readheaders interpretingGuido van Rossum1994-08-122-6/+6
* Test set for new pow() functionGuido van Rossum1994-08-121-0/+92
* Add Widget.unbind and {Canvas,Text}.tag_unbind.Guido van Rossum1994-08-082-4/+18
* Use new packing and 'name' in cnf dictGuido van Rossum1994-08-032-6/+10
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-0163-881/+2596
* Merge changesGuido van Rossum1994-08-011-39/+57
* * Lib/mhlib.py (removefromallsequences): call putsequences withGuido van Rossum1994-07-141-1/+1
* read various startup files in Tcl and Python based upon className andGuido van Rossum1994-07-122-2/+46
* Fix bug in At() (Steen)Guido van Rossum1994-07-122-6/+6
* Make Pack.newinfo() return a dictGuido van Rossum1994-07-112-2/+20
* Added _exit and register as Tcl command exit. Micro lay-out fix.Guido van Rossum1994-07-072-4/+12
* Totally changed, now it is actually derived from TextGuido van Rossum1994-07-062-62/+40
* tag_remove: add tagName to tk callGuido van Rossum1994-07-062-2/+2