| Commit message (Expand) | Author | Age | Files | Lines |
* | New versions of cPickle and cStringIO, from Jim Fulton's cPickle 1.0b1 | Guido van Rossum | 1997-12-04 | 2 | -345/+648 |
|
|
* | Moved the thread module to its own Setup.thread(.in) file, | Guido van Rossum | 1997-12-04 | 3 | -7/+16 |
|
|
* | Patches by Fred Lundh to make it compile better with K&R compilers. | Guido van Rossum | 1997-12-02 | 1 | -20/+20 |
|
|
* | Small bugfixes for broken old style use of the syntax table. AMK, of | Guido van Rossum | 1997-12-02 | 1 | -6/+6 |
|
|
* | Yes, Virginia, Tix does have a Tix_SafeInit() function. | Guido van Rossum | 1997-12-02 | 1 | -5/+5 |
|
|
* | Understand -Xlinker option. | Guido van Rossum | 1997-12-02 | 1 | -0/+1 |
|
|
* | Left-aligned preprocessor directives and changed C++ comments to C | Guido van Rossum | 1997-12-02 | 1 | -9/+9 |
|
|
* | Patch for QNX, by Chris Herborth. Also left-aligned preprocessor | Guido van Rossum | 1997-12-02 | 1 | -58/+58 |
|
|
* | Patch for QNX, by Chris Herborth. | Guido van Rossum | 1997-12-02 | 1 | -5/+5 |
|
|
* | Changed the occurrence of *shared* in the example so people won't | Guido van Rossum | 1997-12-02 | 1 | -13/+10 |
|
|
* | Comment out crypt by default; it's not used very much and messes up | Guido van Rossum | 1997-12-02 | 1 | -6/+8 |
|
|
* | split_whitespace(): Make sure delimiter is stripped from the beginning | Barry Warsaw | 1997-12-02 | 1 | -1/+4 |
|
|
* | Initialize __version__ to the correct version string regardless of | Guido van Rossum | 1997-12-01 | 1 | -3/+14 |
|
|
* | mymemreplace(), strop_replace(): Add support for optional 4th argument | Barry Warsaw | 1997-11-29 | 1 | -4/+12 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 5 | -21/+399 |
|
|
* | Redone the _tkinter configuration section with support for popular packages. | Guido van Rossum | 1997-11-22 | 1 | -15/+41 |
|
|
* | New tkappinit supporting several popular packages. | Guido van Rossum | 1997-11-22 | 1 | -15/+36 |
|
|
* | PySocketSock_methods: Added "connect_ex" so the method can actually be | Barry Warsaw | 1997-11-20 | 1 | -0/+1 |
|
|
* | Add support for _locale. | Guido van Rossum | 1997-11-19 | 1 | -0/+2 |
|
|
* | Add s.connect_ex() which returns errno instead of raising an exception. | Guido van Rossum | 1997-11-19 | 1 | -0/+20 |
|
|
* | Add optional support fort Tix and BLT. | Guido van Rossum | 1997-11-19 | 1 | -0/+19 |
|
|
* | Martin von Loewis' _locale module (locale.py follows tomorrow). | Guido van Rossum | 1997-11-18 | 1 | -0/+355 |
|
|
* | This fix (across 4 files in 3 directories) solves a subtle problem with | Guido van Rossum | 1997-11-14 | 2 | -0/+10 |
|
|
* | Got rid of the errorstr dictionary, which is redundant now that | Guido van Rossum | 1997-11-04 | 1 | -21/+9 |
|
|
* | Fix due to Bill Noon for problem discovered by Ken Manheimer: packing | Guido van Rossum | 1997-11-04 | 1 | -2/+2 |
|
|
* | Move the Py_{{BEGIN,END}_ALLOW,BLOCK}_THREADS macros in time_sleep() | Guido van Rossum | 1997-11-03 | 1 | -7/+15 |
|
|
* | Change the signal finialization so that it also resets the signal | Guido van Rossum | 1997-11-03 | 1 | -1/+7 |
|
|
* | Add cast to realloc/malloc call to shut up AIX compiler. (Vladimir Marangozov) | Guido van Rossum | 1997-10-31 | 1 | -2/+2 |
|
|
* | Take out the setlocale() call. It affects atof() and will break | Guido van Rossum | 1997-10-31 | 1 | -8/+0 |
|
|
* | Add #include "mytime.h", needed for SunOS 4.1 (Matthias Klose). | Guido van Rossum | 1997-10-31 | 1 | -0/+1 |
|
|
* | Forgot to add .cxx and .cpp to the second case statement. | Guido van Rossum | 1997-10-21 | 1 | -0/+2 |
|
|
* | Some patches to Lee Busby's fpectl mods that accidentally didn't make it | Guido van Rossum | 1997-10-20 | 1 | -3/+2 |
|
|
* | Add getintarg(), getlongarg(), getstrarg() to macros since these no | Guido van Rossum | 1997-10-20 | 1 | -0/+3 |
|
|
* | Add proper (getattrfunc) cast in Pcre_Type. | Guido van Rossum | 1997-10-20 | 1 | -1/+1 |
|
|
* | Change sharedmodules to lib-dynload. | Guido van Rossum | 1997-10-20 | 2 | -7/+7 |
|
|
* | Darn. When thread support is disabled, the BEGIN/END macros don't | Guido van Rossum | 1997-10-10 | 2 | -4/+8 |
|
|
* | Don Beaudry's changes to support SGI_ABI on Irix 6.x. | Guido van Rossum | 1997-10-09 | 1 | -0/+2 |
|
|
* | Remove requirement for strdup() since it causes so many troubles for too many | Fred Drake | 1997-10-09 | 1 | -4/+4 |
|
|
* | Add call to setlocale(LC_ALL, ""). | Guido van Rossum | 1997-10-08 | 1 | -1/+8 |
|
|
* | Put back the extern declaration for strdup(), between #ifndef MS_WINDOWS. | Guido van Rossum | 1997-10-08 | 1 | -0/+3 |
|
|
* | timezone support for macintosh (Jack) | Guido van Rossum | 1997-10-08 | 1 | -0/+36 |
|
|
* | Include macbuildno.h here (mac only) (Jack) | Guido van Rossum | 1997-10-08 | 1 | -0/+4 |
|
|
* | lots of "goto error" replaced by "return" (Jack) | Guido van Rossum | 1997-10-08 | 1 | -264/+264 |
|
|
* | Converted to new exception style (Jack) | Guido van Rossum | 1997-10-08 | 1 | -6/+2 |
|
|
* | Mac does support createfilehandler now (Jack) | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Checking in AMK's latest installement. | Guido van Rossum | 1997-10-08 | 2 | -130/+68 |
|
|
* | initparser(): Use PyErr_NewException() to create the exception. | Fred Drake | 1997-10-07 | 1 | -1/+1 |
|
|
* | Fix EventHook (the trick to make widgets appear when using GNU | Guido van Rossum | 1997-10-07 | 1 | -3/+19 |
|
|
* | Add the Setup line for the pcre module. | Guido van Rossum | 1997-10-07 | 1 | -1/+2 |
|
|
* | Add get_line_buffer() and insert_text(), suggested by Michael McLay. | Guido van Rossum | 1997-10-07 | 1 | -0/+40 |
|
|