summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Collapse)AuthorAgeFilesLines
...
* support fast mode for gdmbGuido van Rossum1996-01-261-9/+16
|
* Added 16-bit pixel support for some operations.Jack Jansen1996-01-221-8/+15
|
* Fixed off-by-one error in rle-decode, and allow whitespace in base64Jack Jansen1996-01-221-5/+5
| | | | ascii input (thanks to Donald Beaudry for pointing these out)
* adde cmath; added version numbers to tk/tcl libsGuido van Rossum1996-01-121-1/+2
|
* added default hypot() implementationGuido van Rossum1996-01-121-4/+21
|
* 64-bit patchGuido van Rossum1996-01-121-0/+15
|
* added new.classobj()Guido van Rossum1996-01-121-0/+19
|
* fix argcount bug for build_node_childrenGuido van Rossum1996-01-121-1/+1
|
* clear addr buffer before calling getsocknameGuido van Rossum1996-01-121-0/+1
|
* complex mathGuido van Rossum1996-01-121-0/+314
|
* Allow '@' for ' ' in uuencoded files.Jack Jansen1995-11-141-2/+5
|
* Initialize GUSI on the mac.Jack Jansen1995-11-141-0/+21
|
* Fix to load needed resources on a macJack Jansen1995-10-311-0/+40
|
* Renamed module tkinter to _tkinter, moved source to _tkinter.cJack Jansen1995-10-232-7/+7
|
* rename binasciimodule.c -> binascii.c; disable parsermodule.cGuido van Rossum1995-10-121-2/+6
|
* Fred Drake's new parser moduleGuido van Rossum1995-10-112-52/+2121
|
* changes by Steve CliftGuido van Rossum1995-10-111-80/+92
|
* Removed declaration of sginap because it conflicted with a header file.Sjoerd Mullender1995-10-111-2/+0
|
* Propagate variable calls both to the linker and the compiler.Sjoerd Mullender1995-10-111-1/+2
|
* add BGN/END_SAVE macros around fcntl/ioctl callsGuido van Rossum1995-10-071-2/+12
|
* Added base64 supportJack Jansen1995-10-041-0/+141
|
* Removed unused variableJack Jansen1995-10-031-1/+1
|
* Move some stuff around so customizations in Setup take precedenceGuido van Rossum1995-09-301-4/+9
|
* re-enable new.code(...) with new argsGuido van Rossum1995-09-301-3/+18
|
* clear quitMainLoop when we fall through the main loopGuido van Rossum1995-09-301-0/+1
|
* Mac changesGuido van Rossum1995-09-221-4/+38
|
* plug some leaksGuido van Rossum1995-09-131-2/+6
|
* added SITEPATH and DESTPATH variablesGuido van Rossum1995-09-131-1/+7
|
* added 5th return item, clock time, to posix.times()Guido van Rossum1995-09-131-3/+5
|
* added strop.translate(s, table)Guido van Rossum1995-09-131-0/+30
|
* added time.strftime()Guido van Rossum1995-09-131-0/+50
|
* Obscure bugfixJack Jansen1995-08-311-5/+2
|
* fix typo in bsddb entryGuido van Rossum1995-08-301-1/+1
|
* Initial revisionGuido van Rossum1995-08-301-0/+667
|
* dbhash -> bsddbGuido van Rossum1995-08-281-2/+2
|
* fix bug in close()Guido van Rossum1995-08-281-1/+0
|
* fix leaks in keys(); fix bug in close()Guido van Rossum1995-08-281-4/+11
|
* Added missing 'leftchar' initializer.Jack Jansen1995-08-141-2/+2
|
* Shuffled include's around (name conflict on Mac wrt teclick())Jack Jansen1995-08-141-4/+3
|
* added MACHDEP back inGuido van Rossum1995-08-081-0/+3
|
* Helper module for uuencode and binhex codersJack Jansen1995-08-072-0/+605
|
* Initial revisionGuido van Rossum1995-08-043-0/+938
|
* split config.c in 1000 parts; new main; new unfinished objective-C moduleGuido van Rossum1995-08-043-234/+21
|
* \temporary 'fix' for brokennessGuido van Rossum1995-07-281-0/+6
|
* add locking where it existsGuido van Rossum1995-07-261-5/+16
|
* use newgetargsGuido van Rossum1995-07-261-9/+6
|
* improved comments for curses, dbhashGuido van Rossum1995-07-261-3/+8
|
* use getnewargs where it makes senseGuido van Rossum1995-07-261-40/+17
|
* fixed arg checking for keys() and close()Guido van Rossum1995-07-181-19/+19
|
* Initial revisionGuido van Rossum1995-07-181-0/+369
|