| Commit message (Expand) | Author | Age | Files | Lines |
* | RISCOS changes by dschwertberger | Guido van Rossum | 2001-03-02 | 2 | -0/+13 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 1 | -0/+23 |
|
|
* | Solaris defines VSWTCH instead of VSWTC; carefully make sure both are | Fred Drake | 2001-03-01 | 1 | -0/+11 |
|
|
* | Wrap some long lines, use only C89 /* */ comments, and add spaces around | Fred Drake | 2001-03-01 | 1 | -14/+15 |
|
|
* | Revised version of Jason Tishler's patch to make this compile on Cygwin, | Fred Drake | 2001-03-01 | 1 | -0/+10 |
|
|
* | SF patch 404928: Support for next Cygwin gcc (2.95.2-8) | Tim Peters | 2001-02-28 | 2 | -5/+2 |
|
|
* | Define the constants needed for working with these functions directly | Fred Drake | 2001-02-27 | 1 | -0/+158 |
|
|
* | Patch #404680: disables the nis module and enables the dl module when | Andrew M. Kuchling | 2001-02-27 | 1 | -2/+5 |
|
|
* | Gustavo Niemeyer <niemeyer@conectiva.com>: | Fred Drake | 2001-02-27 | 1 | -73/+134 |
|
|
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 1 | -2/+40 |
|
|
* | conditionally include unistd.h to pick up confstr declaration. attempt to | Skip Montanaro | 2001-02-27 | 1 | -0/+5 |
|
|
* | Mention setup.py in the instructions | Andrew M. Kuchling | 2001-02-27 | 1 | -2/+5 |
|
|
* | cleanup_helper(): Added missing "void" type for the function, updated | Fred Drake | 2001-02-26 | 1 | -6/+3 |
|
|
* | The return value from PyObject_ClearWeakRefs() is no longer meaningful, | Fred Drake | 2001-02-26 | 1 | -3/+3 |
|
|
* | Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), call | Barry Warsaw | 2001-02-23 | 1 | -0/+14 |
|
|
* | asin micro-optimization suggested in email. | Tim Peters | 2001-02-22 | 1 | -2/+3 |
|
|
* | Patch #103926: fix two warnings from Tru64's compiler | Andrew M. Kuchling | 2001-02-22 | 2 | -2/+4 |
|
|
* | Remove soundex module, as stated by GvR. | Andrew M. Kuchling | 2001-02-22 | 2 | -182/+0 |
|
|
* | Add a line to "python -h" output about PYTHONCASEOK. | Tim Peters | 2001-02-22 | 1 | -0/+1 |
|
|
* | Move the signal module back into Setup.config.in so it can be enabled | Andrew M. Kuchling | 2001-02-21 | 2 | -3/+3 |
|
|
* | Bug #133297: cmath.asin is the same as cmath.asinh. | Tim Peters | 2001-02-21 | 1 | -8/+9 |
|
|
* | Patch #103373 from Donovan Baarda: This patch: | Andrew M. Kuchling | 2001-02-21 | 1 | -194/+131 |
|
|
* | Rename some constants for easier readability. | Tim Peters | 2001-02-20 | 1 | -8/+8 |
|
|
* | Mechanical edits just so I can read it. | Tim Peters | 2001-02-20 | 1 | -142/+138 |
|
|
* | Wrap a bunch of long lines. | Fred Drake | 2001-02-19 | 1 | -13/+23 |
|
|
* | renamed internal functions to avoid name clashes under OpenVMS | Fredrik Lundh | 2001-02-18 | 1 | -17/+18 |
|
|
* | stupid typo (for some reason, this only caused problems on OpenVMS). | Fredrik Lundh | 2001-02-18 | 1 | -1/+1 |
|
|
* | Move docstrings out of function table to constants defined near the | Fred Drake | 2001-02-18 | 1 | -11/+23 |
|
|
* | Bug #132816: Compiler warning in PYEXPAT.C for extra ';' | Tim Peters | 2001-02-17 | 1 | -5/+5 |
|
|
* | Remove the old version of my_StartElementHandler(). This was conditionally | Fred Drake | 2001-02-16 | 1 | -17/+0 |
|
|
* | Remove a hard coded Python version, and a now incorrect relative path. Closes | Neil Schemenauer | 2001-02-16 | 1 | -2/+1 |
|
|
* | Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and | Neil Schemenauer | 2001-02-16 | 2 | -0/+152 |
|
|
* | Add a few more missing prototypes to the SunOS 4.1.4 section (no SF | Thomas Wouters | 2001-02-15 | 1 | -0/+3 |
|
|
* | xmlparseobject: Remove the unused conv_attrs field, added an | Fred Drake | 2001-02-14 | 1 | -87/+156 |
|
|
* | Related to SF bug 132008 (PyList_Reverse blows up). | Tim Peters | 2001-02-12 | 1 | -0/+46 |
|
|
* | Richard Fish <rfish@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 1 | -33/+39 |
|
|
* | In O_writelines: Replace use of string.joinfields with "".join. | Jeremy Hylton | 2001-02-09 | 1 | -8/+11 |
|
|
* | Relax the rules for using 'from ... import *' and exec in the presence | Jeremy Hylton | 2001-02-09 | 1 | -1/+1 |
|
|
* | set_error(): Handle construction of pyexpat.error exceptions. They | Fred Drake | 2001-02-08 | 1 | -153/+456 |
|
|
* | Remove the optional integer argument to SSL_write; now it will always send | Andrew M. Kuchling | 2001-02-07 | 1 | -5/+2 |
|
|
* | Patch #103636: Allow writing strings containing null bytes to an SSL socket | Andrew M. Kuchling | 2001-02-06 | 1 | -1/+1 |
|
|
* | Patch #103523, to make mpz module compile with Cygwin | Andrew M. Kuchling | 2001-02-06 | 1 | -1/+2 |
|
|
* | Support older PYTHON_API_VERSIONs for backwards compatibility. | Martin v. Löwis | 2001-02-06 | 2 | -5/+8 |
|
|
* | Another _testXXX -> _testcapiXXX renaming. | Tim Peters | 2001-02-04 | 1 | -1/+1 |
|
|
* | Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call! | Tim Peters | 2001-02-04 | 1 | -3/+3 |
|
|
* | Superseded by $(srcdir)/Makefile.pre.in. | Neil Schemenauer | 2001-02-03 | 1 | -266/+0 |
|
|
* | Repair legit compiler warning. | Tim Peters | 2001-02-02 | 1 | -1/+1 |
|
|
* | fix a couple last-minute bugs in the raw socket support | Jeremy Hylton | 2001-02-02 | 1 | -24/+24 |
|
|
* | Add minimal interface to symtable: _symtable module. | Jeremy Hylton | 2001-02-02 | 1 | -0/+72 |
|
|
* | Added new Python C API _test module to the build mechanism on Unix. | Marc-André Lemburg | 2001-02-02 | 1 | -0/+1 |
|
|