| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the 1.8 patch, since it's implicated in nasty blowups (see Pyhon-Dev). | Tim Peters | 2001-03-23 | 1 | -1/+1 |
|
|
* | add DEF_BOUND constant | Jeremy Hylton | 2001-03-22 | 1 | -0/+1 |
|
|
* | Update the Tix version (long overdue :-). | Guido van Rossum | 2001-03-22 | 1 | -4/+4 |
|
|
* | Inform the cycle-detector that the a weakref object no longer needs to be | Fred Drake | 2001-03-22 | 1 | -1/+1 |
|
|
* | Make cPickle use the recently-added PyInstance_NewRaw() API to create | Fred Drake | 2001-03-22 | 1 | -11/+3 |
|
|
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 2 | -17/+63 |
|
|
* | Extend support for from __future__ import nested_scopes | Jeremy Hylton | 2001-03-22 | 1 | -3/+8 |
|
|
* | Don't raise MemoryError in keys() when the database is empty. | Guido van Rossum | 2001-03-22 | 1 | -1/+1 |
|
|
* | SF patch 407758, "timemodule patches for Cygwin", from Norman Vine. | Tim Peters | 2001-03-20 | 1 | -0/+7 |
|
|
* | Committing patch 405101 | Moshe Zadka | 2001-03-18 | 1 | -0/+27 |
|
|
* | SF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_THREADS. | Tim Peters | 2001-03-17 | 1 | -173/+182 |
|
|
* | Variety of small INC/DECREF patches that fix reported memory leaks | Jeremy Hylton | 2001-03-13 | 1 | -3/+0 |
|
|
* | Make sure we close the group and password databases when we are done with | Fred Drake | 2001-03-11 | 2 | -0/+2 |
|
|
* | Define sunmath prototypes if sunmath.h was not included. | Martin v. Löwis | 2001-03-07 | 1 | -0/+6 |
|
|
* | Document SIG_* warning causes on Solaris. | Martin v. Löwis | 2001-03-06 | 1 | -0/+5 |
|
|
* | Use Py_CHARMASK for ctype macros. Fixes bug #232787. | Martin v. Löwis | 2001-03-06 | 1 | -1/+1 |
|
|
* | Be a bit more strict in setting up the export of the C API for this | Fred Drake | 2001-03-03 | 1 | -6/+6 |
|
|
* | Wrap several more of the constants in #ifdef/#endif for FreeBSD; at least | Fred Drake | 2001-03-03 | 1 | -0/+58 |
|
|
* | Extra fix from bbum (SF #402357) for his previous patch: | Guido van Rossum | 2001-03-02 | 1 | -1/+1 |
|
|
* | Fix typo in RISCOS patch inside MS #ifdef. (Probably my own fingers.) | Guido van Rossum | 2001-03-02 | 1 | -1/+1 |
|
|
* | Add more protection around the VSWTC/VSWTCH, CRTSCTS, and XTABS symbols; | Fred Drake | 2001-03-02 | 1 | -1/+9 |
|
|
* | RISCOS changes by dschwertberger. | Guido van Rossum | 2001-03-02 | 2 | -107/+182 |
|
|
* | 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 |
|
|