Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes for CFM-68K mac | Guido van Rossum | 1995-02-18 | 1 | -2/+1 |
| | |||||
* | continue after failing for loop | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | remove bogus ## in front of gcc __VERSION__ | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | fix comment opener after #endif | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
| | |||||
* | add INADDR_* symbols | Guido van Rossum | 1995-02-17 | 1 | -0/+37 |
| | |||||
* | bump version, add __version__ back in | Guido van Rossum | 1995-02-17 | 1 | -4/+7 |
| | |||||
* | Steve Clifts version | Guido van Rossum | 1995-02-17 | 1 | -406/+434 |
| | |||||
* | added some clarifying comments about -lcrypt and Tk 4.0 | Guido van Rossum | 1995-02-14 | 1 | -1/+5 |
| | |||||
* | fix stupid bug in strip and split | Guido van Rossum | 1995-02-14 | 1 | -2/+2 |
| | |||||
* | tack compiler name/version to version string if known | Guido van Rossum | 1995-02-13 | 1 | -3/+31 |
| | |||||
* | use Py_CHARMASK | Guido van Rossum | 1995-02-10 | 2 | -16/+12 |
| | |||||
* | add some casts | Guido van Rossum | 1995-02-10 | 1 | -3/+3 |
| | |||||
* | use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; | Guido van Rossum | 1995-02-07 | 1 | -7/+19 |
| | | | | some Tk 4.0 specific changes | ||||
* | add socket related constants | Guido van Rossum | 1995-02-07 | 1 | -0/+202 |
| | |||||
* | correct typo in utime stub | Guido van Rossum | 1995-02-07 | 1 | -1/+1 |
| | |||||
* | patches for NeXT weirdness | Guido van Rossum | 1995-02-07 | 2 | -0/+13 |
| | |||||
* | clear errors between failing calls to PyArg_Parse | Guido van Rossum | 1995-02-07 | 1 | -1/+13 |
| | |||||
* | Quick hack so PowerPC macs can access system structures | Jack Jansen | 1995-02-02 | 1 | -0/+14 |
| | |||||
* | plug leak and improve error handling in dbm_keys() | Guido van Rossum | 1995-01-30 | 1 | -5/+13 |
| | |||||
* | Changed the way mac mainloop event checking is turned off | Jack Jansen | 1995-01-27 | 1 | -2/+4 |
| | |||||
* | Added a global 'stdwin is active' flag. | Jack Jansen | 1995-01-26 | 1 | -0/+3 |
| | |||||
* | uname 64-bit fix | Guido van Rossum | 1995-01-26 | 1 | -1/+4 |
| | |||||
* | unused vars | Guido van Rossum | 1995-01-26 | 1 | -2/+1 |
| | |||||
* | mem leak | Guido van Rossum | 1995-01-26 | 1 | -0/+1 |
| | |||||
* | fix leaks | Guido van Rossum | 1995-01-22 | 1 | -12/+23 |
| | |||||
* | make routines static | Guido van Rossum | 1995-01-22 | 1 | -5/+5 |
| | |||||
* | cleanup | Guido van Rossum | 1995-01-22 | 1 | -4/+0 |
| | |||||
* | create $(DESTSHARED) library if needed | Guido van Rossum | 1995-01-22 | 1 | -1/+4 |
| | |||||
* | rename sigcheck so signal handling works again | Guido van Rossum | 1995-01-22 | 1 | -1/+1 |
| | |||||
* | Made some more things static, and other cleanup for new naming scheme | Guido van Rossum | 1995-01-17 | 5 | -11/+10 |
| | |||||
* | added $& to $(LIB) target for Sequent | Guido van Rossum | 1995-01-17 | 1 | -1/+1 |
| | |||||
* | The great renaming, phase two: all header files have been updated to | Guido van Rossum | 1995-01-12 | 1 | -10/+10 |
| | | | | | | | use the new names exclusively, and the linker will see the new names. Files that import "Python.h" also only see the new names. Files that import "allobjects.h" will continue to be able to use the old names, due to the inclusion (in allobjects.h) of "rename2.h". | ||||
* | cosmetics | Guido van Rossum | 1995-01-12 | 3 | -3/+5 |
| | |||||
* | rearrange declarations somewhat | Guido van Rossum | 1995-01-12 | 1 | -11/+11 |
| | |||||
* | cosmetic changes so these modules will work with the strict new naming scheme | Guido van Rossum | 1995-01-10 | 8 | -30/+23 |
| | |||||
* | changes for C++ (Tim MacKenzie) | Guido van Rossum | 1995-01-10 | 2 | -2/+24 |
| | |||||
* | added interface to Tk_DoOneEvent (R Lindsay Todd) | Guido van Rossum | 1995-01-10 | 1 | -0/+34 |
| | |||||
* | better test for existence of hstrerror() | Guido van Rossum | 1995-01-10 | 1 | -2/+2 |
| | |||||
* | added bufsize parameter to fdopen and popen | Guido van Rossum | 1995-01-10 | 1 | -10/+19 |
| | |||||
* | initmodule3 -> initmodule3 | Guido van Rossum | 1995-01-09 | 1 | -1/+2 |
| | |||||
* | totally revamped | Guido van Rossum | 1995-01-07 | 1 | -77/+112 |
| | |||||
* | do not call newmethodobject directly | Guido van Rossum | 1995-01-07 | 1 | -5/+3 |
| | |||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | | bltinmodule.c: fixed coerce() nightmare in ternary pow(). modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject(). pythonrun.c: move flushline() into and around print_error(). | ||||
* | Added 1995 to copyright message. | Guido van Rossum | 1995-01-04 | 39 | -92/+103 |
| | | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment. | ||||
* | Added 1995 copyright. | Guido van Rossum | 1995-01-04 | 1 | -2/+2 |
| | | | | | | object.h: made sizes and refcnts signed ints. stringobject.h: make getstrsize() signed int. methodobject.h: add METH_VARARGS and METH_FREENAME flag bit definitions. | ||||
* | Another bulky set of minor changes. | Guido van Rossum | 1995-01-02 | 18 | -85/+222 |
| | | | | | Note addition of gethostbyaddr() and improved repr() for sockets, renaming of md5.md5() to md5.new(), and fixing of leaks in threads. | ||||
* | Added missing initialization | Jack Jansen | 1994-12-14 | 1 | -1/+1 |
| | |||||
* | added timer and file callbacks and global mainloop and quit fns | Guido van Rossum | 1994-11-10 | 1 | -2/+156 |
| | |||||
* | don't use backslashes for continuation lines | Guido van Rossum | 1994-11-10 | 1 | -5/+5 |
| | |||||
* | don't fail moving empty list of shared modules | Guido van Rossum | 1994-11-10 | 1 | -1/+1 |
| |