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
*
Polish some bits to silence pychecker.
Thomas Heller
2002-11-26
1
-1/+1
*
Don't look for modules in the registry any longer.
Thomas Heller
2002-11-26
1
-38/+0
*
added support for building standalone applications
Just van Rossum
2002-11-26
1
-14/+259
*
A tweaked version of Jeremy's patch #642489, to produce better error
Guido van Rossum
2002-11-25
1
-0/+31
*
A tweaked version of Jeremy's patch #642489, to produce better error
Guido van Rossum
2002-11-25
1
-4/+138
*
Added Marius Gedminas, for contributions to the datetime code.
Tim Peters
2002-11-25
1
-0/+1
*
SF 643115: Set._update() had a special case for dictionaries which allowed
Raymond Hettinger
2002-11-25
2
-3/+3
*
Add a note that this file should be kept compatible with Python 1.5.2,
Thomas Heller
2002-11-25
1
-2/+10
*
* libbz2.tex
Gustavo Niemeyer
2002-11-25
1
-1/+1
*
Fix typo in comment.
Walter Dörwald
2002-11-25
1
-1/+1
*
Fixed bug
Gustavo Niemeyer
2002-11-25
2
-2/+13
*
Added a class PEP252Mixin. By adding this to your ObjectDefinition you
Jack Jansen
2002-11-25
1
-2/+127
*
Remove \module{} in link text to avoid HTML generation bug
Andrew M. Kuchling
2002-11-25
1
-3/+2
*
Remove extra word
Andrew M. Kuchling
2002-11-25
1
-1/+1
*
James Henstridge pointed out a misleading comment.
Michael W. Hudson
2002-11-25
1
-10/+6
*
Mention that .pth files can't be used to override standard modules
Andrew M. Kuchling
2002-11-25
1
-4/+8
*
Lots of restructuring, mostly suggested by Bill Bumgarner. Main
Jack Jansen
2002-11-25
6
-57/+242
*
Add unidata_version. Bump generator version number.
Martin v. Löwis
2002-11-25
6
-5/+19
*
Don't disable building Mac-specific modules for a non-framework build:
Just van Rossum
2002-11-24
1
-99/+89
*
Regenerate from Unicode 3.2.0 to include all First/Last ranges.
Martin v. Löwis
2002-11-24
4
-8512/+8473
*
Sort names independent of the Python version. Fix hex constant warning.
Martin v. Löwis
2002-11-24
1
-7/+11
*
Repaired inaccuracies in the % docs. In particular, we don't (and can't)
Tim Peters
2002-11-24
1
-3/+14
*
Reduced memory burden by iterating over the normalization test input
Tim Peters
2002-11-24
2
-4/+2
*
Fiddled things so that test_normalization is expected to be skipped if
Tim Peters
2002-11-24
2
-39/+60
*
Delete bsddb from sys.modules if _bsddb cannot be imported.
Martin v. Löwis
2002-11-24
1
-1/+8
*
Skip test_normalization on Windows until it's at least clear why the
Tim Peters
2002-11-24
1
-0/+1
*
Split long line.
Tim Peters
2002-11-24
1
-2/+3
*
Whitespace normalization.
Tim Peters
2002-11-24
20
-36/+13
*
Simplify use of NB_BINOP and NB_TERNOP by making them do the pointer
Neil Schemenauer
2002-11-24
1
-15/+15
*
get creator code from plist if available, instead of overriding with default
Just van Rossum
2002-11-24
1
-1/+6
*
whoops, -p actually has an argument
Just van Rossum
2002-11-24
1
-1/+1
*
Remove special handling of str and unicode in PyNumber_InPlaceRemainder. They
Neil Schemenauer
2002-11-24
1
-9/+2
*
hardcode some resources, removing annoying Widgets.rsrc dependency
Just van Rossum
2002-11-24
2
-15/+100
*
cleaned up __init__ argument mess with a funky base class
Just van Rossum
2002-11-23
1
-74/+81
*
Verify that the code in CJK UNIFIED IDEOGRAPH- actually denotes an ideograph.
Martin v. Löwis
2002-11-23
1
-3/+12
*
Patch #626485: Support Unicode normalization.
Martin v. Löwis
2002-11-23
6
-23/+1053
*
Update character names.
Martin v. Löwis
2002-11-23
1
-3/+3
*
Try linking the static Sleepycat lib into _bsddb.pyd. Hard to say
Tim Peters
2002-11-23
5
-26/+24
*
Implement names for CJK unified ideographs. Add name to KeyError output.
Martin v. Löwis
2002-11-23
4
-8/+59
*
Add test cases for Hangul syllables. Update output.
Martin v. Löwis
2002-11-23
2
-1/+26
*
Fix off-by-one error.
Martin v. Löwis
2002-11-23
1
-1/+1
*
Remove duplicate test
Neal Norwitz
2002-11-23
1
-2/+0
*
Touch up the news for dict() keyword args.
Guido van Rossum
2002-11-23
1
-3/+4
*
Added change note about returning a dictionary based on keyword
Fred Drake
2002-11-23
1
-0/+2
*
Patch #626548: Support Hangul syllable names.
Martin v. Löwis
2002-11-23
2
-2/+112
*
Regenerate. Fixes #618012.
Martin v. Löwis
2002-11-23
1
-15/+28
*
Expand negative hexadecimal constants.
Martin v. Löwis
2002-11-23
1
-9/+25
*
Merge with bsddb3 2002.11.23.10.42.36
Martin v. Löwis
2002-11-23
6
-47/+100
*
Patch #642500 with slight modifications: allow keyword arguments in
Just van Rossum
2002-11-23
4
-30/+46
*
Include Python.h first.
Martin v. Löwis
2002-11-23
1
-1/+1
[next]