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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a better columnizer to print_topics().
Guido van Rossum
2002-12-02
1
-7/+58
*
Require 'largefile' resource for Mac OSX as well.
Guido van Rossum
2002-12-02
1
-5/+5
*
On Max OSX, try increasing the stack limit to 2048 so test_re and
Guido van Rossum
2002-12-02
1
-0/+16
*
Remove dead code in get_stack().
Kurt B. Kaiser
2002-12-02
1
-31/+23
*
Fix beep.
Kurt B. Kaiser
2002-12-02
1
-16/+3
*
Cleanup:
Neal Norwitz
2002-11-30
1
-9/+5
*
Remove unused import
Neal Norwitz
2002-11-30
1
-5/+6
*
Convert string exceptions to classes, string exceptions are deprecated
Neal Norwitz
2002-11-30
2
-8/+16
*
Convert some more 1/0 to True/False
Neal Norwitz
2002-11-30
2
-14/+14
*
Add missing self for method call
Neal Norwitz
2002-11-30
1
-2/+2
*
Port Martin von Loewis checkin from Python:
Neal Norwitz
2002-11-30
1
-5/+24
*
Port Martin von Loewis checkin from python: Support sdist.
Neal Norwitz
2002-11-30
1
-0/+4
*
M PyShell.py
Kurt B. Kaiser
2002-11-30
2
-17/+20
*
getdoc():
Ka-Ping Yee
2002-11-30
2
-7/+15
*
Correct an error introduced at Rev 1.30. The keyword arg is necessary
Kurt B. Kaiser
2002-11-29
1
-6/+8
*
Fix mode on scripts to have the read bit set (noted by Nicholas Riley)
Andrew M. Kuchling
2002-11-29
1
-1/+1
*
Nudge getting __module__ and __name__ for new-style classes so that
Michael W. Hudson
2002-11-27
1
-1/+9
*
SF #641170, reST version of Lib/test/README
Neal Norwitz
2002-11-27
1
-89/+99
*
I don't know why staring at the email to python-checkins made me
Michael W. Hudson
2002-11-27
1
-0/+2
*
Readjustments to the way we cope with exceptions from subclasses'
Michael W. Hudson
2002-11-27
1
-2/+79
*
[Part of patch #641685] Add .dylib as an extension for shared libraries
Andrew M. Kuchling
2002-11-27
1
-1/+1
*
I had the inheritance cycle stuff backwards. Oops!
Michael W. Hudson
2002-11-27
1
-0/+8
*
Patch #639112: fixes for None locale and tz.
Martin v. Löwis
2002-11-27
2
-61/+154
*
Bring UserDict in-sync with changes to dict.
Raymond Hettinger
2002-11-27
2
-6/+25
*
SF Patch 643443. Added dict.fromkeys(iterable, value=None), a class
Raymond Hettinger
2002-11-27
1
-0/+28
*
The MRO conflict error message depends on dictionary hash order.
Guido van Rossum
2002-11-27
1
-4/+4
*
Add a way to say "use any resource except A". For example, to run
Fred Drake
2002-11-26
1
-3/+14
*
Rename want_objects to wantobjects throughout, for consistency.
Martin v. Löwis
2002-11-26
1
-2/+2
*
Use "is" to test type objects, not "==".
Fred Drake
2002-11-26
1
-1/+1
*
Fix for bug #410541: bdist builds bogus .zips
Andrew M. Kuchling
2002-11-26
1
-6/+25
*
Part of the fix for bug #410541: add ensure_relative() function
Andrew M. Kuchling
2002-11-26
1
-1/+15
*
This is my patch:
Michael W. Hudson
2002-11-26
1
-0/+89
*
Patch #518625: Return objects in Tkinter.
Martin v. Löwis
2002-11-26
1
-0/+3
*
A tweaked version of Jeremy's patch #642489, to produce better error
Guido van Rossum
2002-11-25
1
-0/+31
*
SF 643115: Set._update() had a special case for dictionaries which allowed
Raymond Hettinger
2002-11-25
2
-3/+3
*
Fix typo in comment.
Walter Dörwald
2002-11-25
1
-1/+1
*
Fixed bug
Gustavo Niemeyer
2002-11-25
1
-2/+9
*
Regenerate from Unicode 3.2.0 to include all First/Last ranges.
Martin v. Löwis
2002-11-24
1
-1/+1
*
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
*
Patch #626485: Support Unicode normalization.
Martin v. Löwis
2002-11-23
1
-0/+68
*
Update character names.
Martin v. Löwis
2002-11-23
1
-3/+3
*
Implement names for CJK unified ideographs. Add name to KeyError output.
Martin v. Löwis
2002-11-23
2
-6/+19
*
Add test cases for Hangul syllables. Update output.
Martin v. Löwis
2002-11-23
2
-1/+26
*
Remove duplicate test
Neal Norwitz
2002-11-23
1
-2/+0
*
Regenerate. Fixes #618012.
Martin v. Löwis
2002-11-23
1
-15/+28
[prev]
[next]