summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* conditionally include unistd.h to pick up confstr declaration. attempt toSkip Montanaro2001-02-271-0/+5
* Mention setup.py in the instructionsAndrew M. Kuchling2001-02-271-2/+5
* cleanup_helper(): Added missing "void" type for the function, updatedFred Drake2001-02-261-6/+3
* The return value from PyObject_ClearWeakRefs() is no longer meaningful,Fred Drake2001-02-261-3/+3
* Py_Main(): When compiled by Insure (i.e. __INSURE__ is defined), callBarry Warsaw2001-02-231-0/+14
* asin micro-optimization suggested in email.Tim Peters2001-02-221-2/+3
* Patch #103926: fix two warnings from Tru64's compilerAndrew M. Kuchling2001-02-222-2/+4
* Remove soundex module, as stated by GvR.Andrew M. Kuchling2001-02-222-182/+0
* Add a line to "python -h" output about PYTHONCASEOK.Tim Peters2001-02-221-0/+1
* Move the signal module back into Setup.config.in so it can be enabledAndrew M. Kuchling2001-02-212-3/+3
* Bug #133297: cmath.asin is the same as cmath.asinh.Tim Peters2001-02-211-8/+9
* Patch #103373 from Donovan Baarda: This patch:Andrew M. Kuchling2001-02-211-194/+131
* Rename some constants for easier readability.Tim Peters2001-02-201-8/+8
* Mechanical edits just so I can read it.Tim Peters2001-02-201-142/+138
* Wrap a bunch of long lines.Fred Drake2001-02-191-13/+23
* renamed internal functions to avoid name clashes under OpenVMSFredrik Lundh2001-02-181-17/+18
* stupid typo (for some reason, this only caused problems on OpenVMS).Fredrik Lundh2001-02-181-1/+1
* Move docstrings out of function table to constants defined near theFred Drake2001-02-181-11/+23
* Bug #132816: Compiler warning in PYEXPAT.C for extra ';'Tim Peters2001-02-171-5/+5
* Remove the old version of my_StartElementHandler(). This was conditionallyFred Drake2001-02-161-17/+0
* Remove a hard coded Python version, and a now incorrect relative path. ClosesNeil Schemenauer2001-02-161-2/+1
* Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos andNeil Schemenauer2001-02-162-0/+152
* Add a few more missing prototypes to the SunOS 4.1.4 section (no SFThomas Wouters2001-02-151-0/+3
* xmlparseobject: Remove the unused conv_attrs field, added anFred Drake2001-02-141-87/+156
* Related to SF bug 132008 (PyList_Reverse blows up).Tim Peters2001-02-121-0/+46
* Richard Fish <rfish@users.sourceforge.net>:Fred Drake2001-02-121-33/+39
* In O_writelines: Replace use of string.joinfields with "".join.Jeremy Hylton2001-02-091-8/+11
* Relax the rules for using 'from ... import *' and exec in the presenceJeremy Hylton2001-02-091-1/+1
* set_error(): Handle construction of pyexpat.error exceptions. TheyFred Drake2001-02-081-153/+456
* Remove the optional integer argument to SSL_write; now it will always sendAndrew M. Kuchling2001-02-071-5/+2
* Patch #103636: Allow writing strings containing null bytes to an SSL socketAndrew M. Kuchling2001-02-061-1/+1
* Patch #103523, to make mpz module compile with CygwinAndrew M. Kuchling2001-02-061-1/+2
* Support older PYTHON_API_VERSIONs for backwards compatibility.Martin v. Löwis2001-02-062-5/+8
* Another _testXXX -> _testcapiXXX renaming.Tim Peters2001-02-041-1/+1
* Renamed _testXXX to _testcapiXXX. Jack is my hero -- good call!Tim Peters2001-02-041-3/+3
* Superseded by $(srcdir)/Makefile.pre.in.Neil Schemenauer2001-02-031-266/+0
* Repair legit compiler warning.Tim Peters2001-02-021-1/+1
* fix a couple last-minute bugs in the raw socket supportJeremy Hylton2001-02-021-24/+24
* Add minimal interface to symtable: _symtable module.Jeremy Hylton2001-02-021-0/+72
* Added new Python C API _test module to the build mechanism on Unix.Marc-André Lemburg2001-02-021-0/+1
* Patch derived from Trent's 101162: a Python/C API testing framework.Tim Peters2001-02-021-0/+68
* SF patch 101137 from Grant EdwardsJeremy Hylton2001-02-021-3/+93
* Teach Windows build about the _weakref module.Tim Peters2001-02-021-1/+1
* An ssl-wrapped socket now returns '' on EOF, just like a regularJeremy Hylton2001-02-011-7/+4
* move extra arguments to the back of the new.code() arglistJeremy Hylton2001-02-011-7/+24
* PEP 205, Weak References -- initial checkin.Fred Drake2001-02-011-0/+757
* Add entries for the weakref module to the build control.Fred Drake2001-02-011-0/+1
* Docs for new Windows zlib build procedure.Tim Peters2001-01-311-8/+1
* Fix [ Bug #129293 ] zlib library used for binary win32 distribution can crashMark Hammond2001-01-311-2/+11
* Partial fix to [ Bug #128685 ] popen on Win9x isnt smart enough about finding...Mark Hammond2001-01-311-9/+45