2000-07-27 |
Greg Ward | Fix to call 'library_filename()' instead of the non... |
commit | commitdiff | tree | snapshot |
2000-07-27 |
Greg Ward | Typo fix from David Ascher. |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Andrew M. Kuchling | Comment out a debugging print (spotted by Michael Deegan) |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Fredrik Lundh | - changed windows pclose to make sure we don't return... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Sjoerd Mullender | Make mode_t available for the declaration of _getpty(). |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Mark Hammond | Patch #100873 - Use registry to find proxies for urllib... |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Jeremy Hylton | Fix UCNs machine with >= 32bit longs |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Andrew M. Kuchling | Document tiget{flag,num,str} |
commit | commitdiff | tree | snapshot |
2000-07-26 |
Andrew M. Kuchling | Added wrappers for tiget{flag,num,str}, for querying... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Peter Schneider... | added test case for fixed duplicate arguments bug in... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Fred Drake | Add entries for the distutils documents to the director... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Jeremy Hylton | This script demonstrates use of the visitor interface... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Fred Drake | makedirs(), removedirs(): If the tail of the path... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Jeremy Hylton | a couple of nits from Patch #100933 |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Thomas Wouters | Use 'void' directly instead of the ANY #define, now... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Andrew M. Kuchling | Modified version of patch #100963 from Mark Favas:... |
commit | commitdiff | tree | snapshot |
2000-07-25 |
Andrew M. Kuchling | Made an error message slightly more useful if select... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Andrew M. Kuchling | Bug report and partial patch from Michael Deegan <micha... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Fred Drake | Only use one initialization file for LaTeX2HTML; more... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Fredrik Lundh | -- updated to include known problems in SRE 0.9.6 |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Oops, WaitNextEvent was hand-coded, and it also needed... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Added more prototypes. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Added PyMac_getscript() which returns the pythonic... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Declare fileno() with prototype if USE_GUSI2 defined... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | If any of the builds in a group fails offer to stop... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Added a "compile-time" flag PPC_ONLY, if set we make... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Put in an earlier include of sys/signal.h (within ifdef... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Fred Drake | Fix small typos and markup consistency nits. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | Remove unused variable and what looks like an ancient... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | Create a new section of pyport.h to hold all external... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Peter Schneider... | change some occurence of python15.dll to python20.dll |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | ANSIfy a bit more. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | Fix floattime prototype ((void), not (double)) |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | ANSIfy some more forward declarations. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | Prototype yet another forward declaration. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Jack Jansen | Don't call BringToFront() on the dialog object, but... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | ... and yet more ANSIfications... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | ANSIfy yet another hidden function definition. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | Fix typo in previous patch. |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Thomas Wouters | Remove function-less prototype (old function that was... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Fred Drake | Restore TestSkipped exception; appears to have disappea... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Eric S. Raymond | First round of curses documentation improvements; corre... |
commit | commitdiff | tree | snapshot |
2000-07-24 |
Mark Hammond | Patch #100926 - Better error messages for socket except... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Thomas Wouters | Another missed ansification. |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Thomas Wouters | ANSIfy functions that were hiding inside a macro. |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Fredrik Lundh | -- SRE 0.9.6 sync. this includes: |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Tim Peters | Removed all instances of RETSIGTYPE from the source... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Fredrik Lundh | -- added code to the new Windows popen functions to... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Tim Peters | Included assert.h in Python.h -- it's absurd that this... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Tim Peters | Missed a return from a signal handler -- thanks to... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Fredrik Lundh | -- changed w_more to take an integer instead of a char |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Tim Peters | Recent ANSIfication introduced a couple instances of |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Thomas Wouters | Oops. One of last nights ANSIfication patches accidenti... |
commit | commitdiff | tree | snapshot |
2000-07-23 |
Thomas Wouters | Fix prototypes generated by makesetup, so they include... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | ANSIfication: remove very-old-varargs code, fix functio... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Even more ANSIfication: fix as many function pointers... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | ANSIfication: add proper prototypes to function-pointer... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | ANSIfication of function-pointers and declarations... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Further ANSIfication of functionpointers and declaratio... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | ANSIfy as many declarations as possible. |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Remember to return something if RETSIGTYPE is not ... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | ANSIfications: fix empty arglists, and remove the check... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Miscelaneous ANSIfications. I'm assuming here 'main... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Mass ANSIfication. |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Mass ANSIfication of function definitions. Doesn't... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Fix two instances of empty argument lists, and fix... |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Remove unused helper-function 'posix_strint'. |
commit | commitdiff | tree | snapshot |
2000-07-22 |
Thomas Wouters | Mark Favas's fix for typos in docstrings. |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Paul Prescod | Added a few docstrings |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Paul Prescod | Added docstrings |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Thomas Wouters | Bunch of minor ANSIfications: 'void initfunc()' ->... |
commit | commitdiff | tree | snapshot |
2000-07-21 |
Thomas Wouters | Small fixes by Petru Paler (patch #100946) checked... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added doc for isatty() |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | restructured a bit and added some more content... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | make TestFailed a class exception |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added rewritten normpath from Moshe Zadka that does... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added documentation for new functions {get,set}_history... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | added history file truncation based upon code from... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Thomas Wouters | Enable extra testing now that os.isatty() is in. (Also... |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Thomas Wouters | ANSIfy the just-checked-in isatty() wrapper. |
commit | commitdiff | tree | snapshot |
2000-07-19 |
Skip Montanaro | new method isatty from Thomas Wouters |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | 'carb' resource for carbon application. |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | Some thanks weren't checked in yet. |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | MacPython on MacOSX DP4 gets started in the wrong direc... |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Jack Jansen | Define USE_GUSI if USE_GUSI1 or USE_GUSI2 is defined. |
commit | commitdiff | tree | snapshot |
2000-07-18 |
Greg Stein | no changes other than indentation level (now 4) and... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Marc-André... | Fixed problems with UTF error reporting macros and... |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Marc-André... | Restore PyXXX_Length() APIs for binary compatibility. |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Greg Stein | gcc is being stupid with if/else constructs |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Skip Montanaro | * split on / or \ |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Skip Montanaro | damn! cut-n-paste from ntpath forgot the "import re" |
commit | commitdiff | tree | snapshot |
2000-07-17 |
Skip Montanaro | * split on / or \ |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Paul Prescod | At GVR's request. |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Greg Stein | stop messing around with goto and just write the macro... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Paul Prescod | Online help facility for the Python interprter and... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | More of Rob W. W. Hooft's spelling fixes. The only... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Thomas Wouters | Rob W. W. Hooft's spelling fixes for the Library Refere... |
commit | commitdiff | tree | snapshot |
2000-07-16 |
Fredrik Lundh | - change \x to mean "byte" also in unicode literals |
commit | commitdiff | tree | snapshot |
next |