| Commit message (Expand) | Author | Age | Files | Lines |
* | Changing the CNRI copyright notice according to CNRI's instructions. | Guido van Rossum | 2000-08-03 | 4 | -4/+4 |
|
|
* | Use METH_OLDARGS instead of numeric constant 0 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 9 | -55/+78 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 in method def. tables | Andrew M. Kuchling | 2000-08-03 | 12 | -108/+179 |
|
|
* | Use METH_VARARGS instead of numeric constant 1 | Andrew M. Kuchling | 2000-08-03 | 1 | -12/+22 |
|
|
* | Rob Hooft (Patch #101046): use PyArg_ParseTuple everywhere. | Guido van Rossum | 2000-08-02 | 1 | -21/+27 |
|
|
* | Fix for bug #110651 (Jitterbug PR#343): only use the low 8 bits of an octal | Andrew M. Kuchling | 2000-08-02 | 1 | -1/+1 |
|
|
* | final 0.9.8 updates: | Fredrik Lundh | 2000-08-01 | 2 | -40/+72 |
|
|
* | -- fixed width calculations for alternations | Fredrik Lundh | 2000-08-01 | 2 | -28/+191 |
|
|
* | Removed decl of unreferenced vrbl. | Tim Peters | 2000-08-01 | 1 | -1/+0 |
|
|
* | SRE 0.9.8: passes the entire test suite | Fredrik Lundh | 2000-08-01 | 3 | -481/+324 |
|
|
* | Update e-mail address | Andrew M. Kuchling | 2000-08-01 | 1 | -1/+1 |
|
|
* | replaced PyArgs_Parse by PyArgs_ParseTuple | Peter Schneider-Kamp | 2000-07-31 | 1 | -34/+39 |
|
|
* | added count, extend, index, pop and remove to arraymodule | Peter Schneider-Kamp | 2000-07-31 | 1 | -72/+168 |
|
|
* | merge Include/my*.h into Include/pyport.h | Peter Schneider-Kamp | 2000-07-31 | 13 | -32/+0 |
|
|
* | More Windows changes. | Mark Hammond | 2000-07-30 | 1 | -24/+38 |
|
|
* | Fixes for Windows (but also tested on Linux). Test suite now completes, and ... | Mark Hammond | 2000-07-30 | 1 | -6/+46 |
|
|
* | Added list of missing functions as a comment | Andrew M. Kuchling | 2000-07-27 | 1 | -0/+26 |
|
|
* | 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 |
|
|
* | Fix UCNs machine with >= 32bit longs | Jeremy Hylton | 2000-07-26 | 1 | -19/+51 |
|
|
* | Added wrappers for tiget{flag,num,str}, for querying terminfo capabilities | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+47 |
|
|
* | Use 'void' directly instead of the ANY #define, now that all code is ANSI C. | Thomas Wouters | 2000-07-25 | 4 | -9/+9 |
|
|
* | Modified version of patch #100963 from Mark Favas: has_key() is an | Andrew M. Kuchling | 2000-07-25 | 1 | -5/+5 |
|
|
* | Bug report and partial patch from Michael Deegan <michael@ucc.gu.uwa.edu.au>: | Andrew M. Kuchling | 2000-07-24 | 1 | -4/+4 |
|
|
* | 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 | 3 | -35/+4 |
|
|
* | 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 |
|
|
* | ... 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 |
|
|
* | Patch #100926 - Better error messages for socket exceptions on Windows. [Sli... | Mark Hammond | 2000-07-24 | 1 | -2/+78 |
|
|
* | -- SRE 0.9.6 sync. this includes: | Fredrik Lundh | 2000-07-23 | 2 | -1097/+1194 |
|
|
* | Removed all instances of RETSIGTYPE from the source code: signal | Tim Peters | 2000-07-23 | 3 | -13/+9 |
|
|
* | -- added code to the new Windows popen functions to make close | Fredrik Lundh | 2000-07-23 | 1 | -8/+90 |
|
|
* | Missed a return from a signal handler -- thanks to /F for pointing | Tim Peters | 2000-07-23 | 1 | -1/+1 |
|
|
* | Recent ANSIfication introduced a couple instances of | Tim Peters | 2000-07-23 | 1 | -3/+1 |
|
|
* | Fix prototypes generated by makesetup, so they include '(void)' rather than | Thomas Wouters | 2000-07-23 | 2 | -4/+4 |
|
|
* | Even more ANSIfication: fix as many function pointers and declarations as | Thomas Wouters | 2000-07-22 | 10 | -17/+18 |
|
|
* | ANSIfication: add proper prototypes to function-pointers and declarations. | Thomas Wouters | 2000-07-22 | 1 | -24/+13 |
|
|
* | ANSIfication of function-pointers and declarations. Also, make sure to | Thomas Wouters | 2000-07-22 | 1 | -2/+5 |
|
|
* | Further ANSIfication of functionpointers and declarations. Also, make sure | Thomas Wouters | 2000-07-22 | 1 | -7/+16 |
|
|
* | Remove unused variable. | Thomas Wouters | 2000-07-22 | 1 | -1/+0 |
|
|
* | Remove unused helper-function 'posix_strint'. | Thomas Wouters | 2000-07-22 | 1 | -18/+0 |
|
|
* | Mark Favas's fix for typos in docstrings. | Thomas Wouters | 2000-07-22 | 1 | -4/+4 |
|
|
* | Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)', | Thomas Wouters | 2000-07-21 | 59 | -117/+103 |
|
|
* | added history file truncation based upon code from Johannes Zellner. | Skip Montanaro | 2000-07-19 | 1 | -0/+42 |
|
|
* | ANSIfy the just-checked-in isatty() wrapper. | Thomas Wouters | 2000-07-19 | 1 | -3/+1 |
|
|