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
*
Fix typo in the comments.
Raymond Hettinger
2003-09-24
1
-1/+1
*
Add more identity tests.
Raymond Hettinger
2003-09-24
1
-0/+11
*
Let IDLE use the HTMLHelp docs on Windows, if found.
Thomas Heller
2003-09-23
1
-2/+6
*
Added codec for bz2 compression.
Raymond Hettinger
2003-09-23
2
-0/+67
*
Topical change: use 'startswith()' to identify test methods with a
Steve Purcell
2003-09-23
1
-2/+2
*
PlaySoundTest.test_alias_nofallback(): Simplified the coding by using
Tim Peters
2003-09-22
1
-7/+2
*
PlaySoundTest.test_alias_fallback(): Disabled this test, and explained
Tim Peters
2003-09-22
1
-1/+12
*
Avoid list as a variable name.
Walter Dörwald
2003-09-22
1
-10/+10
*
- Fixed loading of tests by name when name refers to unbound
Steve Purcell
2003-09-22
1
-40/+58
*
Improve and expand identity tests.
Raymond Hettinger
2003-09-21
1
-11/+18
*
Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; new
Gregory P. Smith
2003-09-21
20
-66/+70
*
Maintain backwards compatibility with python < 2.3 by dynamically
Gregory P. Smith
2003-09-20
1
-18/+30
*
SF patch 809915: Fix bogus address to hopefully always break.
Tim Peters
2003-09-20
1
-1/+8
*
test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't
Tim Peters
2003-09-20
1
-0/+1
*
Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.
Martin v. Löwis
2003-09-20
2
-9/+3
*
Patch #808362: Fix typos.
Martin v. Löwis
2003-09-20
1
-1/+1
*
Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3.
Martin v. Löwis
2003-09-20
1
-1/+1
*
Patch #805976: Add DOTBOX and UNDERLINE.
Martin v. Löwis
2003-09-20
1
-0/+5
*
SF patch #806246: use basestring where possible
Raymond Hettinger
2003-09-17
3
-3/+3
*
Test __all__ for unittest.py
Raymond Hettinger
2003-09-16
1
-1/+2
*
Explicitly define public symbols via __all__: see discussion with Raymond
Steve Purcell
2003-09-15
1
-0/+10
*
* Converted test to unittest format.
Raymond Hettinger
2003-09-13
1
-85/+158
*
The previous change works much faster (one lookup per key) when
Raymond Hettinger
2003-09-13
1
-0/+9
*
SF bug #804115: bad argument handling(unittest.py)
Raymond Hettinger
2003-09-13
1
-2/+2
*
Simplify doctest of tee().
Raymond Hettinger
2003-09-13
1
-6/+2
*
Patch #793021: Implement htmllib.HTMLParser.reset. Fixes #711632.
Martin v. Löwis
2003-09-12
1
-0/+3
*
Patch #790000: Allow os.access to handle Unicode file name.
Martin v. Löwis
2003-09-12
1
-0/+1
*
SF #662923
Raymond Hettinger
2003-09-12
2
-7/+28
*
Oops. Really fix the indentation problem this time.
Jeremy Hylton
2003-09-10
1
-13/+13
*
Fix inconsistent mix of tabs and spaces that caused test to fail.
Jeremy Hylton
2003-09-10
1
-5/+4
*
display link to module docs when it looks like the object module is a core
Skip Montanaro
2003-09-10
1
-1/+47
*
Python Bug 775061
Kurt B. Kaiser
2003-09-10
3
-97/+2
*
Add an example to address a common question of how to split iterators.
Raymond Hettinger
2003-09-08
1
-4/+30
*
Set the warnings stacklevel to two.
Raymond Hettinger
2003-09-08
1
-2/+2
*
SF bug 801631: file.truncate fault on windows.
Tim Peters
2003-09-07
1
-0/+28
*
**kwds arg was missing from __init__ for Dict{Reader,Writer} classes.
Skip Montanaro
2003-09-06
2
-4/+11
*
SF bug #801342: Bug (documentation or real, your choice) in random.sample.
Raymond Hettinger
2003-09-06
2
-0/+14
*
SF bug #800796: Difference between hash() and __hash__()
Raymond Hettinger
2003-09-05
1
-0/+5
*
Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).
Martin v. Löwis
2003-09-04
1
-0/+34
*
Catch locale.error as well. Fixes #788378. Will backport to 2.3.
Martin v. Löwis
2003-09-03
1
-1/+1
*
test_get_param_with_semis_in_quotes(): Test case for SF bug #794466.
Barry Warsaw
2003-09-03
1
-0/+7
*
A fix for parsing parameters when there are semicolons inside the
Barry Warsaw
2003-09-03
1
-1/+18
*
use the long names for re compilation options; this makes it easier to
Fred Drake
2003-09-02
1
-1/+1
*
Modernize code a bit: use isinstance instead of type(); return True/False
Andrew M. Kuchling
2003-09-02
1
-4/+7
*
[Patch #759208] Fix has_key emulation to not raise KeyError
Andrew M. Kuchling
2003-09-02
1
-1/+3
*
Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py
Raymond Hettinger
2003-09-02
1
-2/+6
*
SF bug #453515: filecmp.dircmp case sensitivity bug
Raymond Hettinger
2003-09-02
2
-8/+12
*
SF 798269: bug fix for doctest (sf bug id: 798254
Raymond Hettinger
2003-09-02
1
-2/+3
*
SF patch #736962: Port tests to unittest (Part 2)
Raymond Hettinger
2003-09-02
1
-12/+90
*
SF patch #790443: add SafeConfigParser to __all__
Raymond Hettinger
2003-09-01
1
-1/+1
[next]