index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
include the proper header for Mach-O
Just van Rossum
2001-12-13
2
-2/+2
*
added CoreGraphics to build list
Just van Rossum
2001-12-13
1
-0/+1
*
added non-support for CoreGraphics...
Just van Rossum
2001-12-13
1
-0/+5
*
project file for CoreGraphics
Just van Rossum
2001-12-13
2
-0/+1
*
second CoreGraphics batch
Just van Rossum
2001-12-13
8
-0/+3414
*
first checkin for CoreGraphics
Just van Rossum
2001-12-13
2
-0/+25
*
fixed typo in my email address
Just van Rossum
2001-12-13
1
-1/+1
*
Don't barf when an AppleEvent was not handled. It's ok to ignore.
Just van Rossum
2001-12-13
1
-2/+3
*
re-checkin as AppleSingle
Just van Rossum
2001-12-13
2
-0/+0
*
Make tix_configure() work the same way configure() works for the basic
Fred Drake
2001-12-13
1
-86/+92
*
Minor adjustments.
Fred Drake
2001-12-13
1
-7/+10
*
Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings
Jack Jansen
2001-12-12
1
-0/+2
*
Shut up gcc warning.
Jack Jansen
2001-12-12
2
-4/+4
*
Updated for 2.2 release.
Jack Jansen
2001-12-12
1
-0/+0
*
added CarbonEvents
Just van Rossum
2001-12-12
2
-0/+2
*
Updated for Universal Headers 3.4.
Just van Rossum
2001-12-12
4
-57/+2655
*
Support files for CarbonEvents
Just van Rossum
2001-12-12
2
-0/+353
*
Added proper error checking in event callback handler
Just van Rossum
2001-12-12
2
-24/+50
*
Ready for 2.2 distribution.
Jack Jansen
2001-12-12
3
-10/+18
*
OSX tweak: recognize both EXTERN_API_C and EXTERN_API declarations.
Just van Rossum
2001-12-12
1
-2/+2
*
Exposed quite a few more calls.
Just van Rossum
2001-12-12
3
-28/+191
*
Fix for SF #491953 (Andrew Dalke): ScrolledText.py has TabError
Guido van Rossum
2001-12-12
1
-3/+3
*
Fix for
Michael W. Hudson
2001-12-12
1
-2/+45
*
This is what Jason Tishler and I believe to be the state of play on Cygwin
Michael W. Hudson
2001-12-12
1
-23/+32
*
Added the iSilo documentation to the standard target for distribution files
Fred Drake
2001-12-12
1
-1/+1
*
Wrapped a long line.
Fred Drake
2001-12-12
1
-3/+4
*
Add a note about yield requiring a __future__ directive.
Fred Drake
2001-12-12
1
-0/+10
*
Document that isleap() returns exactly 1 or 0, which is guaranteed by the
Fred Drake
2001-12-12
1
-3/+4
*
Very small test suite for the calendar module, mostly to check a constraint
Fred Drake
2001-12-12
1
-0/+34
*
Fix SF bug #482171: webchecker dies on file: URLs w/o robots.txt
Guido van Rossum
2001-12-11
1
-2/+2
*
Clean up a sad sentence in the yield description.
Fred Drake
2001-12-11
1
-5/+5
*
Fixed to the extend that it now builds in CW6, and actually works
Just van Rossum
2001-12-11
2
-48/+64
*
Added -Qnew news about the test_coercion.py failure. That's the only test
Tim Peters
2001-12-11
1
-0/+4
*
Document generators and the yield statement, avoiding implementation details.
Fred Drake
2001-12-11
2
-1/+65
*
Remove crufty whitespace in a block of index entries.
Fred Drake
2001-12-11
1
-0/+1
*
Joe VanAndel wrote:
Marc-André Lemburg
2001-12-11
1
-1/+1
*
float_floor_div: An expression like 3.//1j crashed the interpreter, or
Tim Peters
2001-12-11
1
-9/+12
*
float_int_div(): For clarity, move this closer to the other float
Tim Peters
2001-12-11
1
-16/+16
*
A number of small adjustments.
Fred Drake
2001-12-11
1
-4/+12
[next]