summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use PyType_Ready() for initialization of the ob_type field of ourGuido van Rossum2001-12-171-2/+4
* Update comments about mpz, pointing to gmpy and mxNumber rather thanGuido van Rossum2001-12-171-2/+4
* - PyType_Ready(): Initialize the ob_type field to &PyType_Type if it'sGuido van Rossum2001-12-171-0/+16
* Don't use Latex \code{...} in docstrings.Guido van Rossum2001-12-171-1/+1
* Get rid of the stupid backslash in front of the column zero openBarry Warsaw2001-12-171-1/+1
* There's a new include file AEInteraction.h which contains AESend and friends.Jack Jansen2001-12-172-1/+185
* TickCount moved to a different header file. We manually added it back in here...Jack Jansen2001-12-172-0/+24
* Portability fix: Not every compiler implements the extension ofSjoerd Mullender2001-12-171-1/+1
* Synch with pyunit CVS:Steve Purcell2001-12-171-4/+4
* SF patch #493452: docstrings for staticmethod/classmethod (SkipGuido van Rossum2001-12-171-2/+41
* David Abrahams tried to compile this as a separate DLL under MSVC, andTim Peters2001-12-171-4/+21
* Adapted for Universal Headers 3.4Jack Jansen2001-12-1619-370/+1770
* _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanksTim Peters2001-12-161-4/+4
* _PyEval_SliceIndex(): Repaired the comments, and added XXX commentsTim Peters2001-12-161-6/+11
* Mark the mpz module deprecated as of Python 2.2.Fred Drake2001-12-161-0/+6
* Update the example Windows extension to 2.2 (was hardcoded to 2.1).Tim Peters2001-12-152-11/+11
* Update to reflect recently added markup.Fred Drake2001-12-151-0/+9
* SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), fromTim Peters2001-12-152-5/+3
* Add a link to the mxNumber package.Fred Drake2001-12-151-0/+5
* Add link to the gmpy project.Fred Drake2001-12-151-0/+8
* Don't call resetwarnings(). Be more restrictive in what we filter outGuido van Rossum2001-12-151-3/+1
* SF bug #493561: incorrect format string descrobject.c (Neal Norwitz)Guido van Rossum2001-12-151-2/+2
* Finally CW7 allows me to replace the continually-in-need-of-updating exports ...Jack Jansen2001-12-153-5211/+7
* Post-release fiddling -- prep for 2.2 final.Tim Peters2001-12-144-6/+35
* Made event callbacks more rubust: keep an actual reference to theJust van Rossum2001-12-143-30/+113
* Quick patch to allow building with Universal Headers 3.4.Jack Jansen2001-12-142-23/+2
* The import of the scanner can also fail, cater for that.Jack Jansen2001-12-141-1/+4
* We have strdup(), but not its prototype:-(Jack Jansen2001-12-142-3/+1
* Use getcwd(), not silly old getwd().Jack Jansen2001-12-141-1/+1
* Update to use the notice environment so a multi-paragraph note can beFred Drake2001-12-141-2/+4
* Updated for CW7Jack Jansen2001-12-142-538/+114
* Update information about __del__() & reference cycles for CPython.Fred Drake2001-12-141-7/+18
* Updated to CodeWarrior Pro 7.Jack Jansen2001-12-145-0/+0
* Add a new environment for whole-paragraph (or longer) notes & warnings.Fred Drake2001-12-143-4/+47
* Many of the new calls are Carbon-only. Flagged them as such.Jack Jansen2001-12-142-0/+658
* Added test_socketserver and test_unicode_file to tests expected to beJack Jansen2001-12-141-0/+2
* Add a missing "cycle".Fred Drake2001-12-141-1/+1
* Merge last minute 2.2c1 changes from branch to trunk.Barry Warsaw2001-12-142-10/+52
* send(), ehlo(): Integrate patch #487310 by Fazal Majid. ConsistentlyBarry Warsaw2001-12-141-0/+2
* As usual, bump the version number.Barry Warsaw2001-12-141-3/+3
* Note the tighter complex() parameter checking.Fred Drake2001-12-141-0/+4
* Work around the problem of spaces after a "}" being dropped by LaTeX2HTML ifFred Drake2001-12-141-5/+5
* The valign attribute to control the vertical alignment of a table cell shouldFred Drake2001-12-141-3/+3
* Bump version numbers for the trunk.Fred Drake2001-12-142-2/+2
* Reflect change of Digital Creations to Zope Corporation.Fred Drake2001-12-141-6/+6
* Partial fix for problem in SF buf #487458Jeremy Hylton2001-12-141-1/+7
* Add default values for options in the class init routine, not in the convenie...Jack Jansen2001-12-142-14/+17
* (Merge into trunk.)Guido van Rossum2001-12-142-1/+13
* - "manage" controls created by CreateXxxXxxControl() functions.Just van Rossum2001-12-133-48/+67
* Undo inadvertent change to test_scope in previous checkinJeremy Hylton2001-12-131-2/+1