| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapted for Universal Headers 3.4 | Jack Jansen | 2001-12-16 | 19 | -370/+1770 |
|
|
* | _PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks | Tim Peters | 2001-12-16 | 1 | -4/+4 |
|
|
* | _PyEval_SliceIndex(): Repaired the comments, and added XXX comments | Tim Peters | 2001-12-16 | 1 | -6/+11 |
|
|
* | Mark the mpz module deprecated as of Python 2.2. | Fred Drake | 2001-12-16 | 1 | -0/+6 |
|
|
* | Update the example Windows extension to 2.2 (was hardcoded to 2.1). | Tim Peters | 2001-12-15 | 2 | -11/+11 |
|
|
* | Update to reflect recently added markup. | Fred Drake | 2001-12-15 | 1 | -0/+9 |
|
|
* | SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from | Tim Peters | 2001-12-15 | 2 | -5/+3 |
|
|
* | Add a link to the mxNumber package. | Fred Drake | 2001-12-15 | 1 | -0/+5 |
|
|
* | Add link to the gmpy project. | Fred Drake | 2001-12-15 | 1 | -0/+8 |
|
|
* | Don't call resetwarnings(). Be more restrictive in what we filter out | Guido van Rossum | 2001-12-15 | 1 | -3/+1 |
|
|
* | SF bug #493561: incorrect format string descrobject.c (Neal Norwitz) | Guido van Rossum | 2001-12-15 | 1 | -2/+2 |
|
|
* | Finally CW7 allows me to replace the continually-in-need-of-updating exports ... | Jack Jansen | 2001-12-15 | 3 | -5211/+7 |
|
|
* | Post-release fiddling -- prep for 2.2 final. | Tim Peters | 2001-12-14 | 4 | -6/+35 |
|
|
* | Made event callbacks more rubust: keep an actual reference to the | Just van Rossum | 2001-12-14 | 3 | -30/+113 |
|
|
* | Quick patch to allow building with Universal Headers 3.4. | Jack Jansen | 2001-12-14 | 2 | -23/+2 |
|
|
* | The import of the scanner can also fail, cater for that. | Jack Jansen | 2001-12-14 | 1 | -1/+4 |
|
|
* | We have strdup(), but not its prototype:-( | Jack Jansen | 2001-12-14 | 2 | -3/+1 |
|
|
* | Use getcwd(), not silly old getwd(). | Jack Jansen | 2001-12-14 | 1 | -1/+1 |
|
|
* | Update to use the notice environment so a multi-paragraph note can be | Fred Drake | 2001-12-14 | 1 | -2/+4 |
|
|
* | Updated for CW7 | Jack Jansen | 2001-12-14 | 2 | -538/+114 |
|
|
* | Update information about __del__() & reference cycles for CPython. | Fred Drake | 2001-12-14 | 1 | -7/+18 |
|
|
* | Updated to CodeWarrior Pro 7. | Jack Jansen | 2001-12-14 | 5 | -0/+0 |
|
|
* | Add a new environment for whole-paragraph (or longer) notes & warnings. | Fred Drake | 2001-12-14 | 3 | -4/+47 |
|
|
* | Many of the new calls are Carbon-only. Flagged them as such. | Jack Jansen | 2001-12-14 | 2 | -0/+658 |
|
|
* | Added test_socketserver and test_unicode_file to tests expected to be | Jack Jansen | 2001-12-14 | 1 | -0/+2 |
|
|
* | Add a missing "cycle". | Fred Drake | 2001-12-14 | 1 | -1/+1 |
|
|
* | Merge last minute 2.2c1 changes from branch to trunk. | Barry Warsaw | 2001-12-14 | 2 | -10/+52 |
|
|
* | send(), ehlo(): Integrate patch #487310 by Fazal Majid. Consistently | Barry Warsaw | 2001-12-14 | 1 | -0/+2 |
|
|
* | As usual, bump the version number. | Barry Warsaw | 2001-12-14 | 1 | -3/+3 |
|
|
* | Note the tighter complex() parameter checking. | Fred Drake | 2001-12-14 | 1 | -0/+4 |
|
|
* | Work around the problem of spaces after a "}" being dropped by LaTeX2HTML if | Fred Drake | 2001-12-14 | 1 | -5/+5 |
|
|
* | The valign attribute to control the vertical alignment of a table cell should | Fred Drake | 2001-12-14 | 1 | -3/+3 |
|
|
* | Bump version numbers for the trunk. | Fred Drake | 2001-12-14 | 2 | -2/+2 |
|
|
* | Reflect change of Digital Creations to Zope Corporation. | Fred Drake | 2001-12-14 | 1 | -6/+6 |
|
|
* | Partial fix for problem in SF buf #487458 | Jeremy Hylton | 2001-12-14 | 1 | -1/+7 |
|
|
* | Add default values for options in the class init routine, not in the convenie... | Jack Jansen | 2001-12-14 | 2 | -14/+17 |
|
|
* | (Merge into trunk.) | Guido van Rossum | 2001-12-14 | 2 | -1/+13 |
|
|
* | - "manage" controls created by CreateXxxXxxControl() functions. | Just van Rossum | 2001-12-13 | 3 | -48/+67 |
|
|
* | Undo inadvertent change to test_scope in previous checkin | Jeremy Hylton | 2001-12-13 | 1 | -2/+1 |
|
|
* | Add a comment explaining what these tests are for, and where to look for | Fred Drake | 2001-12-13 | 1 | -0/+3 |
|
|
* | For the exec-free var bug. | Jeremy Hylton | 2001-12-13 | 1 | -0/+1 |
|
|
* | Ensure that complex() only accepts a string argument as the first arg, | Fred Drake | 2001-12-13 | 3 | -4/+26 |
|
|
* | Fix for SF bug [ #492403 ] exec() segfaults on closure's func_code | Jeremy Hylton | 2001-12-13 | 3 | -5/+10 |
|
|
* | Update output generated by test_scope | Jeremy Hylton | 2001-12-13 | 1 | -1/+1 |
|
|
* | Add helper macro to get the number of free variables for a PyCodeObject. | Jeremy Hylton | 2001-12-13 | 1 | -0/+1 |
|
|
* | Add test for SF bug [ #492403 ] exec() segfaults on closure's func_code | Jeremy Hylton | 2001-12-13 | 1 | -2/+10 |
|
|
* | Update Windows buildno for 2.2c1. | Tim Peters | 2001-12-13 | 3 | -4/+6 |
|
|
* | Replace the "Cookbook approach" with the approach documented in | Fred Drake | 2001-12-13 | 1 | -15/+166 |
|
|
* | OSX workaround: don't crash if the extentions folder can't be found. | Just van Rossum | 2001-12-13 | 1 | -2/+6 |
|
|
* | build CoreGraphics under darwin | Just van Rossum | 2001-12-13 | 1 | -0/+3 |
|
|