| Commit message (Expand) | Author | Age | Files | Lines |
* | Rip out the information about the PSA, since the fate of that is not | Fred Drake | 2000-07-27 | 1 | -13/+9 |
|
|
* | added .cvsignore so cvs doesn't complain about the generated graminit.h and | Skip Montanaro | 2000-07-27 | 1 | -0/+2 |
|
|
* | Added list of missing functions as a comment | Andrew M. Kuchling | 2000-07-27 | 1 | -0/+26 |
|
|
* | -- changed test to work on platforms which have os.popen | Fredrik Lundh | 2000-07-27 | 1 | -2/+8 |
|
|
* | Bump version to 0.9.1pre. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Fixed a grab-bag of typos spotted by Rob Hooft. | Greg Ward | 2000-07-27 | 9 | -11/+11 |
|
|
* | Remove unused 'search_dir()' method. | Greg Ward | 2000-07-27 | 1 | -21/+1 |
|
|
* | Fix to call 'library_filename()' instead of the non-existent | Greg Ward | 2000-07-27 | 1 | -3/+5 |
|
|
* | Typo fix from David Ascher. | Greg Ward | 2000-07-27 | 1 | -1/+1 |
|
|
* | Comment out a debugging print (spotted by Michael Deegan) | Andrew M. Kuchling | 2000-07-26 | 1 | -1/+1 |
|
|
* | - changed windows pclose to make sure we don't return before the | Fredrik Lundh | 2000-07-26 | 1 | -10/+21 |
|
|
* | Make mode_t available for the declaration of _getpty(). | Sjoerd Mullender | 2000-07-26 | 1 | -1/+1 |
|
|
* | Patch #100873 - Use registry to find proxies for urllib on Win32 | Mark Hammond | 2000-07-26 | 1 | -13/+61 |
|
|
* | Fix UCNs machine with >= 32bit longs | Jeremy Hylton | 2000-07-26 | 4 | -56/+144 |
|
|
* | Document tiget{flag,num,str} | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+21 |
|
|
* | Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+47 |
|
|
* | added test case for fixed duplicate arguments bug in Python/compile.c | Peter Schneider-Kamp | 2000-07-25 | 2 | -0/+17 |
|
|
* | Add entries for the distutils documents to the directories table. | Fred Drake | 2000-07-25 | 1 | -0/+2 |
|
|
* | This script demonstrates use of the visitor interface of the compiler | Jeremy Hylton | 2000-07-25 | 1 | -0/+38 |
|
|
* | makedirs(), removedirs(): If the tail of the path is empty, do a second | Fred Drake | 2000-07-25 | 1 | -0/+4 |
|
|
* | a couple of nits from Patch #100933 | Jeremy Hylton | 2000-07-25 | 1 | -2/+2 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 11 | -63/+44 |
|
|
* | Modified version of patch #100963 from Mark Favas: has_key() is an | Andrew M. Kuchling | 2000-07-25 | 1 | -5/+5 |
|
|
* | Made an error message slightly more useful if select() returns something goofy | Andrew M. Kuchling | 2000-07-25 | 1 | -1/+1 |
|
|
* | Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: | Andrew M. Kuchling | 2000-07-24 | 1 | -4/+4 |
|
|
* | Only use one initialization file for LaTeX2HTML; more recent versions only | Fred Drake | 2000-07-24 | 1 | -4/+5 |
|
|
* | -- updated to include known problems in SRE 0.9.6 | Fredrik Lundh | 2000-07-24 | 1 | -414/+11 |
|
|
* | Oops, WaitNextEvent was hand-coded, and it also needed the h->H conversion fo... | Jack Jansen | 2000-07-24 | 2 | -2/+2 |
|
|
* | Added more prototypes. | Jack Jansen | 2000-07-24 | 3 | -6/+10 |
|
|
* | Added PyMac_getscript() which returns the pythonic name of the current script... | Jack Jansen | 2000-07-24 | 1 | -0/+34 |
|
|
* | Declare fileno() with prototype if USE_GUSI2 defined. This isn't really the r... | Jack Jansen | 2000-07-24 | 2 | -0/+10 |
|
|
* | If any of the builds in a group fails offer to stop the fullbuild process and... | Jack Jansen | 2000-07-24 | 1 | -0/+9 |
|
|
* | Added a "compile-time" flag PPC_ONLY, if set we make ppc-only applications wi... | Jack Jansen | 2000-07-24 | 1 | -0/+5 |
|
|
* | Put in an earlier include of sys/signal.h (within ifdef USE_GUSI) to forestal... | Jack Jansen | 2000-07-24 | 2 | -0/+8 |
|
|
* | Fix small typos and markup consistency nits. | Fred Drake | 2000-07-24 | 2 | -15/+16 |
|
|
* | Remove unused variable and what looks like an ancient relic of an old | Thomas Wouters | 2000-07-24 | 1 | -7/+0 |
|
|
* | Create a new section of pyport.h to hold all external function declarations | Thomas Wouters | 2000-07-24 | 5 | -36/+66 |
|
|
* | change some occurence of python15.dll to python20.dll | Peter Schneider-Kamp | 2000-07-24 | 2 | -6/+6 |
|
|
* | ANSIfy a bit more. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | Fix floattime prototype ((void), not (double)) | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | ANSIfy some more forward declarations. | Thomas Wouters | 2000-07-24 | 8 | -13/+13 |
|
|
* | Prototype yet another forward declaration. | Thomas Wouters | 2000-07-24 | 1 | -1/+1 |
|
|
* | Don't call BringToFront() on the dialog object, but call GetDialogWindow() to... | Jack Jansen | 2000-07-24 | 1 | -3/+3 |
|
|
* | ... and yet more ANSIfications... | Thomas Wouters | 2000-07-24 | 1 | -3/+4 |
|
|
* | ANSIfy yet another hidden function definition. | Thomas Wouters | 2000-07-24 | 1 | -5/+0 |
|
|
* | Fix typo in previous patch. | Thomas Wouters | 2000-07-24 | 1 | -3/+3 |
|
|
* | *** empty log message *** | Thomas Wouters | 2000-07-24 | 1 | -3/+3 |
|
|
* | Remove function-less prototype (old function that was removed ?) that | Thomas Wouters | 2000-07-24 | 1 | -1/+0 |
|
|
* | Restore TestSkipped exception; appears to have disappeared in last checkin. | Fred Drake | 2000-07-24 | 1 | -3/+20 |
|
|
* | First round of curses documentation improvements; correct errors, flesh out | Eric S. Raymond | 2000-07-24 | 1 | -109/+170 |
|
|