summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a comment explaining what these tests are for, and where to look forFred Drake2001-12-131-0/+3
* For the exec-free var bug.Jeremy Hylton2001-12-131-0/+1
* Ensure that complex() only accepts a string argument as the first arg,Fred Drake2001-12-133-4/+26
* Fix for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-133-5/+10
* Update output generated by test_scopeJeremy Hylton2001-12-131-1/+1
* Add helper macro to get the number of free variables for a PyCodeObject.Jeremy Hylton2001-12-131-0/+1
* Add test for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-131-2/+10
* Update Windows buildno for 2.2c1.Tim Peters2001-12-133-4/+6
* Replace the "Cookbook approach" with the approach documented inFred Drake2001-12-131-15/+166
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
* build CoreGraphics under darwinJust van Rossum2001-12-131-0/+3
* include the proper header for Mach-OJust van Rossum2001-12-132-2/+2
* added CoreGraphics to build listJust van Rossum2001-12-131-0/+1
* added non-support for CoreGraphics...Just van Rossum2001-12-131-0/+5
* project file for CoreGraphicsJust van Rossum2001-12-132-0/+1
* second CoreGraphics batchJust van Rossum2001-12-138-0/+3414
* first checkin for CoreGraphicsJust van Rossum2001-12-132-0/+25
* fixed typo in my email addressJust van Rossum2001-12-131-1/+1
* Don't barf when an AppleEvent was not handled. It's ok to ignore.Just van Rossum2001-12-131-2/+3
* re-checkin as AppleSingleJust van Rossum2001-12-132-0/+0
* Make tix_configure() work the same way configure() works for the basicFred Drake2001-12-131-86/+92
* Minor adjustments.Fred Drake2001-12-131-7/+10
* Build _CarbonEvt module on Mac OS X. Still gives a couple of warningsJack Jansen2001-12-121-0/+2
* Shut up gcc warning.Jack Jansen2001-12-122-4/+4
* Updated for 2.2 release.Jack Jansen2001-12-121-0/+0
* added CarbonEventsJust van Rossum2001-12-122-0/+2
* Updated for Universal Headers 3.4.Just van Rossum2001-12-124-57/+2655
* Support files for CarbonEventsJust van Rossum2001-12-122-0/+353
* Added proper error checking in event callback handlerJust van Rossum2001-12-122-24/+50