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
*
Leading "C:" no longer hardcoded in the default installation directory.
Tim Peters
2003-05-08
2
-2/+21
*
Fixed small typo Pointed out by Michael Hudson.
Jim Fulton
2003-05-08
1
-1/+1
*
Fixed a typo in an example dealloc routine that calls it's "self"
Jim Fulton
2003-05-08
1
-1/+1
*
Bump version number
Barry Warsaw
2003-05-08
1
-1/+1
*
A couple of new parsedate test cases.
Barry Warsaw
2003-05-08
1
-0/+10
*
parsedate_tz(): Be slightly more lenient when there's no day of the
Barry Warsaw
2003-05-08
1
-3/+2
*
Clarify the dedent() example a bit by indenting the input lines unevenly.
Greg Ward
2003-05-08
2
-8/+8
*
SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):
Greg Ward
2003-05-08
1
-4/+29
*
Minor clarification of dedent().
Greg Ward
2003-05-08
1
-3/+3
*
Add DedentTestCase to test dedent() function.
Greg Ward
2003-05-08
1
-3/+68
*
SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):
Greg Ward
2003-05-08
1
-0/+42
*
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
Greg Ward
2003-05-08
1
-3/+20
*
Library documentation for the 'test' package. Still needs to be checked by F...
Brett Cannon
2003-05-07
2
-0/+276
*
Rewrote the basic section of the chapter on defining new types.
Jim Fulton
2003-05-07
3
-125/+946
*
More message updates and minor fixes.
Raymond Hettinger
2003-05-07
1
-10/+9
*
Update traceback message
Raymond Hettinger
2003-05-07
1
-1/+1
*
Add list.insert() change for negative positions
Andrew M. Kuchling
2003-05-07
1
-9/+15
*
add missing parens - verified w/ interpreter - sorry to dismiss your comment
Skip Montanaro
2003-05-07
1
-1/+1
*
set platform properly for OSF/1
Skip Montanaro
2003-05-07
1
-2/+3
*
replace most uses of `...` by repr(...), noting that `...` is discouraged,
Skip Montanaro
2003-05-07
1
-17/+15
*
Merged 2.3b1 welcome message to the trunk.
Jack Jansen
2003-05-07
1
-4/+17
*
Merged 1.2.2.1 fixes:
Jack Jansen
2003-05-07
1
-12/+14
*
SF bug #730296: Unexpected Changes in list Iterator
Raymond Hettinger
2003-05-07
4
-8/+9
*
SF #596434: tweak wordsep_re so the definition of an em-dash is
Greg Ward
2003-05-07
1
-1/+1
*
SF #596434: add test_funky_parens() to probe some more of the tricky
Greg Ward
2003-05-07
1
-3/+19
*
SF #726446: raise ValueError if width <= 0.
Greg Ward
2003-05-07
1
-0/+2
*
SF #726446: ensure wrap() raises ValueError when width <= 0.
Greg Ward
2003-05-07
1
-0/+6
*
SF patch #729395: Dictionary tuning
Raymond Hettinger
2003-05-07
1
-2/+2
*
p.strip(os.sep) can't have possibly worked. It would have stripped both
Skip Montanaro
2003-05-06
1
-4/+2
*
build bsddb185 module in certain restricted circumstances
Skip Montanaro
2003-05-06
1
-0/+28
*
add note about bsddb185 module
Skip Montanaro
2003-05-06
1
-0/+4
*
detect old version 2 hash files and return "bsddb185" as the appropriate
Skip Montanaro
2003-05-06
1
-3/+4
*
add a note about the undocumented bsddb185 module
Skip Montanaro
2003-05-06
2
-0/+12
*
add open function to bsddb185 module so the file format sniffing can be
Skip Montanaro
2003-05-06
1
-0/+2
*
don't need to worry about file endianness
Skip Montanaro
2003-05-06
1
-1/+0
*
Data file for bsddb185 test
Skip Montanaro
2003-05-06
1
-0/+0
*
test case for bsddb185 module
Skip Montanaro
2003-05-06
1
-0/+40
*
the new bsddb185 module is an expected skip on most platforms (this may not
Skip Montanaro
2003-05-06
1
-0/+12
*
add Guido's reasoning behind running all tests twice
Skip Montanaro
2003-05-06
1
-0/+7
*
add not-yet-supported Unicode test just so it doesn't get lost.
Skip Montanaro
2003-05-06
1
-0/+20
*
add testall target - just adds -uall to the regrtest runs
Skip Montanaro
2003-05-06
1
-0/+5
*
Fix for #731643: allow "lookup in documentation" to also work if the
Jack Jansen
2003-05-06
4
-5/+16
*
Allow for Version, Flavor and Download-URL not being set.
Jack Jansen
2003-05-06
1
-3/+3
*
When doing a forced install of a package depending on a pseudo-package
Jack Jansen
2003-05-06
1
-1/+6
*
SF bug #692959: new.function ignores keyword arguments
Raymond Hettinger
2003-05-06
1
-1/+4
*
Port test_uu.py to PyUnit. From SF patch #662807.
Walter Dörwald
2003-05-06
1
-147/+162
*
SF patch #729395: Dictionary tuning
Raymond Hettinger
2003-05-05
1
-10/+16
*
Patch #732479: Fix typos.
Martin v. Löwis
2003-05-05
2
-3/+5
*
Add notes from python-dev about readonly dictionaries.
Raymond Hettinger
2003-05-05
1
-0/+21
*
SF patch 730594: assert from longobject.c, line 1215.
Tim Peters
2003-05-05
1
-4/+4
[next]