Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | support fast mode for gdmb | Guido van Rossum | 1996-01-26 | 1 | -9/+16 | |
| | ||||||
* | Added 16-bit pixel support for some operations. | Jack Jansen | 1996-01-22 | 1 | -8/+15 | |
| | ||||||
* | Fixed off-by-one error in rle-decode, and allow whitespace in base64 | Jack Jansen | 1996-01-22 | 1 | -5/+5 | |
| | | | | ascii input (thanks to Donald Beaudry for pointing these out) | |||||
* | adde cmath; added version numbers to tk/tcl libs | Guido van Rossum | 1996-01-12 | 1 | -1/+2 | |
| | ||||||
* | added default hypot() implementation | Guido van Rossum | 1996-01-12 | 1 | -4/+21 | |
| | ||||||
* | 64-bit patch | Guido van Rossum | 1996-01-12 | 1 | -0/+15 | |
| | ||||||
* | added new.classobj() | Guido van Rossum | 1996-01-12 | 1 | -0/+19 | |
| | ||||||
* | fix argcount bug for build_node_children | Guido van Rossum | 1996-01-12 | 1 | -1/+1 | |
| | ||||||
* | clear addr buffer before calling getsockname | Guido van Rossum | 1996-01-12 | 1 | -0/+1 | |
| | ||||||
* | complex math | Guido van Rossum | 1996-01-12 | 1 | -0/+314 | |
| | ||||||
* | Allow '@' for ' ' in uuencoded files. | Jack Jansen | 1995-11-14 | 1 | -2/+5 | |
| | ||||||
* | Initialize GUSI on the mac. | Jack Jansen | 1995-11-14 | 1 | -0/+21 | |
| | ||||||
* | Fix to load needed resources on a mac | Jack Jansen | 1995-10-31 | 1 | -0/+40 | |
| | ||||||
* | Renamed module tkinter to _tkinter, moved source to _tkinter.c | Jack Jansen | 1995-10-23 | 2 | -7/+7 | |
| | ||||||
* | rename binasciimodule.c -> binascii.c; disable parsermodule.c | Guido van Rossum | 1995-10-12 | 1 | -2/+6 | |
| | ||||||
* | Fred Drake's new parser module | Guido van Rossum | 1995-10-11 | 2 | -52/+2121 | |
| | ||||||
* | changes by Steve Clift | Guido van Rossum | 1995-10-11 | 1 | -80/+92 | |
| | ||||||
* | Removed declaration of sginap because it conflicted with a header file. | Sjoerd Mullender | 1995-10-11 | 1 | -2/+0 | |
| | ||||||
* | Propagate variable calls both to the linker and the compiler. | Sjoerd Mullender | 1995-10-11 | 1 | -1/+2 | |
| | ||||||
* | add BGN/END_SAVE macros around fcntl/ioctl calls | Guido van Rossum | 1995-10-07 | 1 | -2/+12 | |
| | ||||||
* | Added base64 support | Jack Jansen | 1995-10-04 | 1 | -0/+141 | |
| | ||||||
* | Removed unused variable | Jack Jansen | 1995-10-03 | 1 | -1/+1 | |
| | ||||||
* | Move some stuff around so customizations in Setup take precedence | Guido van Rossum | 1995-09-30 | 1 | -4/+9 | |
| | ||||||
* | re-enable new.code(...) with new args | Guido van Rossum | 1995-09-30 | 1 | -3/+18 | |
| | ||||||
* | clear quitMainLoop when we fall through the main loop | Guido van Rossum | 1995-09-30 | 1 | -0/+1 | |
| | ||||||
* | Mac changes | Guido van Rossum | 1995-09-22 | 1 | -4/+38 | |
| | ||||||
* | plug some leaks | Guido van Rossum | 1995-09-13 | 1 | -2/+6 | |
| | ||||||
* | added SITEPATH and DESTPATH variables | Guido van Rossum | 1995-09-13 | 1 | -1/+7 | |
| | ||||||
* | added 5th return item, clock time, to posix.times() | Guido van Rossum | 1995-09-13 | 1 | -3/+5 | |
| | ||||||
* | added strop.translate(s, table) | Guido van Rossum | 1995-09-13 | 1 | -0/+30 | |
| | ||||||
* | added time.strftime() | Guido van Rossum | 1995-09-13 | 1 | -0/+50 | |
| | ||||||
* | Obscure bugfix | Jack Jansen | 1995-08-31 | 1 | -5/+2 | |
| | ||||||
* | fix typo in bsddb entry | Guido van Rossum | 1995-08-30 | 1 | -1/+1 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1995-08-30 | 1 | -0/+667 | |
| | ||||||
* | dbhash -> bsddb | Guido van Rossum | 1995-08-28 | 1 | -2/+2 | |
| | ||||||
* | fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -1/+0 | |
| | ||||||
* | fix leaks in keys(); fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -4/+11 | |
| | ||||||
* | Added missing 'leftchar' initializer. | Jack Jansen | 1995-08-14 | 1 | -2/+2 | |
| | ||||||
* | Shuffled include's around (name conflict on Mac wrt teclick()) | Jack Jansen | 1995-08-14 | 1 | -4/+3 | |
| | ||||||
* | added MACHDEP back in | Guido van Rossum | 1995-08-08 | 1 | -0/+3 | |
| | ||||||
* | Helper module for uuencode and binhex coders | Jack Jansen | 1995-08-07 | 2 | -0/+605 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1995-08-04 | 3 | -0/+938 | |
| | ||||||
* | split config.c in 1000 parts; new main; new unfinished objective-C module | Guido van Rossum | 1995-08-04 | 3 | -234/+21 | |
| | ||||||
* | \temporary 'fix' for brokenness | Guido van Rossum | 1995-07-28 | 1 | -0/+6 | |
| | ||||||
* | add locking where it exists | Guido van Rossum | 1995-07-26 | 1 | -5/+16 | |
| | ||||||
* | use newgetargs | Guido van Rossum | 1995-07-26 | 1 | -9/+6 | |
| | ||||||
* | improved comments for curses, dbhash | Guido van Rossum | 1995-07-26 | 1 | -3/+8 | |
| | ||||||
* | use getnewargs where it makes sense | Guido van Rossum | 1995-07-26 | 1 | -40/+17 | |
| | ||||||
* | fixed arg checking for keys() and close() | Guido van Rossum | 1995-07-18 | 1 | -19/+19 | |
| | ||||||
* | Initial revision | Guido van Rossum | 1995-07-18 | 1 | -0/+369 | |
| |