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
*
Use Carbon.File for FSSpec and FSRef conversion, not macfs.
Jack Jansen
2003-03-02
1
-4/+4
*
_CG module only needs the ApplicationServices framework, not Carbon.
Jack Jansen
2003-03-02
1
-2/+1
*
Undo the apply() removals; this code needs to run under Python 1.5.2.
Guido van Rossum
2003-03-02
2
-14/+14
*
MyComplex now works.
Guido van Rossum
2003-03-02
1
-1/+1
*
Fix from Greg Chapman from SF bug #695651: a complex subclass
Guido van Rossum
2003-03-02
1
-2/+3
*
Commit MvL's doc patch for SF bug #221327. This adds an example of
Guido van Rossum
2003-03-02
1
-0/+22
*
test_load_from_canned_string(): Created a DATA2 string to test a canned
Tim Peters
2003-03-02
1
-2/+66
*
Add updates for alpha2
Andrew M. Kuchling
2003-03-02
1
-3/+7
*
Expand itertools paragraph
Andrew M. Kuchling
2003-03-02
1
-3/+9
*
TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using
Tim Peters
2003-03-02
1
-44/+16
*
Typo repairs in new code.
Tim Peters
2003-03-02
1
-3/+7
*
SF bug 693121: Set == non-Set is a TypeError.
Tim Peters
2003-03-02
3
-23/+61
*
The doctest was printing Sets, but that's unreliable because set
Tim Peters
2003-03-01
1
-6/+9
*
Fix comment, mode really is used
Neal Norwitz
2003-03-01
1
-1/+1
*
Fix SF patch #695581, "returnself" -> "return self"
Neal Norwitz
2003-03-01
1
-1/+1
*
get_completer() takes no args
Neal Norwitz
2003-03-01
1
-1/+1
*
Added implementation notes for [re]set_exc_info().
Guido van Rossum
2003-03-01
1
-0/+61
*
Reindent the new code properly.
Guido van Rossum
2003-03-01
1
-22/+22
*
- New function sys.exc_clear() clears the current exception. This is
Guido van Rossum
2003-03-01
5
-12/+116
*
Several of the tools can make direct calls the inner iterators.
Raymond Hettinger
2003-03-01
1
-9/+24
*
Removed duplicate test from inner loop.
Raymond Hettinger
2003-03-01
1
-6/+1
*
Add news item for patch #695090
Andrew M. Kuchling
2003-02-28
1
-0/+4
*
[Patch #695090 from Bernhard Herzog] Allow specifying both py_modules and pac...
Andrew M. Kuchling
2003-02-28
1
-20/+6
*
Handle iconv initialization erorrs
Neal Norwitz
2003-02-28
1
-1/+1
*
Fix SF bugs #692951 and 692988, test_timeout.py needs 'network' resource
Neal Norwitz
2003-02-28
3
-1/+14
*
Just pointed out the code was better written with
Neal Norwitz
2003-02-28
1
-25/+24
*
Fix SF bug #690012
Neal Norwitz
2003-02-28
1
-0/+2
*
Fix SF bug #690012 (among others), iconv_codec stops build
Neal Norwitz
2003-02-28
2
-6/+8
*
compile_atom(): Neal's last checkin removing the setting of i broke
Barry Warsaw
2003-02-28
1
-0/+3
*
Check modes on install and temporary directories. Fixes #693230.
Jack Jansen
2003-02-28
1
-1/+1
*
Removed silly print.
Jack Jansen
2003-02-28
1
-1/+0
*
SF doc patch #692001, properties and __getattribute__. I added some
Guido van Rossum
2003-02-28
1
-8/+54
*
Moved the Apple workaround for the guard define for wchar_t out of
Jack Jansen
2003-02-28
1
-1/+2
*
use proper constant instead of comment (noted by nnorwitz)
Just van Rossum
2003-02-28
1
-1/+1
*
Fix spelling and grammar.
Raymond Hettinger
2003-02-28
1
-5/+5
*
Remove setting i since it isn't used. Found in unrelated bug 690012.
Neal Norwitz
2003-02-28
1
-3/+0
*
Fix SF bug #694816, remove comparison of unsigned value < 0
Neal Norwitz
2003-02-28
1
-2/+2
*
In make clobber also clean out the Python.framework.
Jack Jansen
2003-02-27
1
-0/+1
*
Getting rid of macfs.
Jack Jansen
2003-02-27
3
-9/+9
*
Added a deprecation warning.
Jack Jansen
2003-02-27
1
-0/+3
*
M rpc.py
Kurt B. Kaiser
2003-02-27
2
-43/+46
*
Added a note about EasyDialogs dialogs having become movable.
Jack Jansen
2003-02-27
1
-0/+2
*
StdFilterProc() uses InOut parameters.
Jack Jansen
2003-02-27
2
-5/+14
*
Changing the window type to movable modal isn't enough to make the dialogs mo...
Jack Jansen
2003-02-27
1
-0/+0
*
* separate opcode definitions into opcode.py
Skip Montanaro
2003-02-27
1
-178/+51
*
new opcode module - extract opcode definitions from dis.py - eventually
Skip Montanaro
2003-02-27
1
-0/+188
*
simple test case for dis module
Skip Montanaro
2003-02-27
1
-0/+53
*
Get rid of many apply() calls.
Guido van Rossum
2003-02-27
38
-91/+85
*
Use floor division (// and __[r]floordiv__ in right-dispatch test.
Guido van Rossum
2003-02-27
1
-23/+23
*
Use floor division (//).
Guido van Rossum
2003-02-27
1
-3/+3
[next]