summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-133-5/+10
| | | | | | | | Based on the patch from Danny Yoo. The fix is in exec_statement() in ceval.c. There are also changes to introduce use of PyCode_GetNumFree() in several places.
* 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
| | | | Update 2.2c1 release data in NEWS.
* Replace the "Cookbook approach" with the approach documented inFred Drake2001-12-131-15/+166
| | | | | PC/example_nt/readme.txt; this one does not rely on any external scripts. This "fixes" SF bug #221671 and most of SF bug #225003.
* OSX workaround: don't crash if the extentions folder can't be found.Just van Rossum2001-12-131-2/+6
| | | | Not sure how to properly solve this.
* 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
| | | | | | | Tkinter classes. Adjust a lot of docstrings. Convert a few type checks to use isinstance() instead of type(). This is part of SF patch #485959.
* 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
| | | | but compiles OK.
* 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
|
* Ready for 2.2 distribution.Jack Jansen2001-12-123-10/+18
|
* OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations.Just van Rossum2001-12-121-2/+2
| | | | Jack: I hope I didn't break anything for you!
* Exposed quite a few more calls.Just van Rossum2001-12-123-28/+191
|
* Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabErrorGuido van Rossum2001-12-121-3/+3
| | | | Untabified.
* Fix forMichael W. Hudson2001-12-121-2/+45
| | | | [ #429329 ] actual-parameters *arg, **kws not doc'd
* This is what Jason Tishler and I believe to be the state of play on CygwinMichael W. Hudson2001-12-121-23/+32
| | | | at present.
* Added the iSilo documentation to the standard target for distribution filesFred Drake2001-12-121-1/+1
| | | | for "online" (as opposed to typeset) formats.
* Wrapped a long line.Fred Drake2001-12-121-3/+4
| | | | Converted to use "".startswith() to avoid slicing (& temp string creation).
* Add a note about yield requiring a __future__ directive.Fred Drake2001-12-121-0/+10
|
* Document that isleap() returns exactly 1 or 0, which is guaranteed by theFred Drake2001-12-121-3/+4
| | | | | | | | docstring. This closes SF bug #485794. Additional (very) small details were added.
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34
| | | | | on the return values from isleap(). Also checks firstweekday() and setfirstweekday().
* Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txtGuido van Rossum2001-12-111-2/+2
| | | | | | The cause seems to be that when a file URL doesn't exist, urllib.urlopen() raises OSError instead of IOError. Simply add this to the except clause. Not elegant, but effective. :-)
* Clean up a sad sentence in the yield description.Fred Drake2001-12-111-5/+5
|
* Fixed to the extend that it now builds in CW6, and actually worksJust van Rossum2001-12-112-48/+64
| | | | a little.
* Added -Qnew news about the test_coercion.py failure. That's the only testTim Peters2001-12-111-0/+4
| | | | | | that still fails under -Qnew, and is so tied to details of current behavior that fixing it before new division becomes the default is impractical.
* Document generators and the yield statement, avoiding implementation details.Fred Drake2001-12-112-1/+65
|
* Remove crufty whitespace in a block of index entries.Fred Drake2001-12-111-0/+1
| | | | | Minor, but generates slightly smaller HTML & makes it easier to see what's happening when debugging the HTML.
* Joe VanAndel wrote:Marc-André Lemburg2001-12-111-1/+1
| | | | | | | | | | | > > When using 'distutils' (shipped with Python 2.1) I've found that my > Python scripts installed with a first line of: > > #!/usr/bin/python2.1None > > This is caused by distutils trying to patch the first line of the python > script to use the current interpreter.
* float_floor_div: An expression like 3.//1j crashed the interpreter, orTim Peters2001-12-111-9/+12
| | | | | | | delivered bizarre results. Check float_divmod for a Py_NotImplemented return and pass it along (instead of treating Py_NotImplemented as a 2-tuple). CONVERT_TO_DOUBLE: Added comments; this macro is obscure.
* float_int_div(): For clarity, move this closer to the other floatTim Peters2001-12-111-16/+16
| | | | division functions, and rename to float_floor_div.
* A number of small adjustments.Fred Drake2001-12-111-4/+12
|
* Fiddle test_class so it passes with -Qnew.Tim Peters2001-12-111-5/+20
|
* Added discussion of protecting against screwing up the exception state inFred Drake2001-12-111-0/+48
| | | | an object's deallocator, including an example of how to do this.
* Fiddle test_augassign so it passes under -Qnew.Tim Peters2001-12-111-3/+10
|