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
*
Marc-Andre must not have run these tests -- they used verify() but
Guido van Rossum
2001-01-17
3
-3/+5
*
Get rid of the declaration for _PyCompareState_Key.
Guido van Rossum
2001-01-17
1
-3/+0
*
Get rid of the initialization of _PyCompareState_Key.
Guido van Rossum
2001-01-17
1
-2/+0
*
Deal properly (?) with comparing recursive datastructures.
Guido van Rossum
2001-01-17
1
-62/+69
*
Fix for bug #129173, reported by Skip Montanaro:
Andrew M. Kuchling
2001-01-17
1
-4/+11
*
strop doesn't actually seem to be needed
Andrew M. Kuchling
2001-01-17
1
-1/+0
*
Use the extended library search path when looking for readline (simple
Andrew M. Kuchling
2001-01-17
1
-1/+1
*
Restore lost AFMT_S16_NE entry.
Ka-Ping Yee
2001-01-17
1
-0/+1
*
This patch removes all uses of "assert" in the regression test suite
Marc-André Lemburg
2001-01-17
70
-412/+436
*
Stop creating an unbounded number of "Jack is my hero" files under Windows.
Tim Peters
2001-01-17
1
-0/+1
*
Patch #102588 / PEP 229:
Andrew M. Kuchling
2001-01-17
2
-392/+7
*
Patch #102588 / PEP 229:
Andrew M. Kuchling
2001-01-17
1
-15/+20
*
Undoing the whitespace patches which sneaked into the earlier patch.
Marc-André Lemburg
2001-01-17
1
-6/+6
*
This patch adds a new builtin unistr() which behaves like str()
Marc-André Lemburg
2001-01-17
10
-6/+119
*
Various clean-ups:
Andrew M. Kuchling
2001-01-17
1
-15/+7
*
News item for rich comparisons.
Guido van Rossum
2001-01-17
1
-0/+43
*
Use rich comparisons in min and max.
Guido van Rossum
2001-01-17
1
-9/+9
*
Rich comparisons fall-out:
Guido van Rossum
2001-01-17
1
-148/+147
*
Rich comparisons fall-out:
Guido van Rossum
2001-01-17
1
-14/+1
*
Rich comparisons fall-out:
Guido van Rossum
2001-01-17
1
-17/+1
*
Rich comparisons fall-out:
Guido van Rossum
2001-01-17
1
-14/+1
*
Rich comparisons fall-out:
Guido van Rossum
2001-01-17
1
-4/+4
*
Rich comparisons.
Guido van Rossum
2001-01-17
1
-146/+278
*
Patch #102588 / PEP 229:
Andrew M. Kuchling
2001-01-17
2
-4/+4
*
Rich comparisons. Refactored internal routine do_cmp() and added APIs
Guido van Rossum
2001-01-17
1
-74/+293
*
[Patch #102588/PEP 229]:
Andrew M. Kuchling
2001-01-17
2
-0/+478
*
Rich comparisons: ensure that LT == Py_LT, etc.
Guido van Rossum
2001-01-17
1
-1/+2
*
Introduction to rich comparisons:
Guido van Rossum
2001-01-17
1
-12/+22
*
Patch #103279: sysconfig.py always looks for versions of files in
Andrew M. Kuchling
2001-01-17
1
-1/+19
*
Fix a bizarre typo in the helper class ComparableException: the
Guido van Rossum
2001-01-17
1
-1/+1
*
Changed name of codec to full path name. This allows importing
Marc-André Lemburg
2001-01-17
1
-1/+1
*
Bump version to 2.1a1. (To be released Friday.)
Guido van Rossum
2001-01-17
1
-4/+4
*
Fixed typo: Using --with-dbm had no effect because due to a typo it
Sjoerd Mullender
2001-01-17
2
-3/+3
*
Hand repair of cases where reindent changed lines of the form
Tim Peters
2001-01-17
6
-18/+18
*
Windows installer: update dialogs, program groups, etc, to 2.1 alpha 1.
Tim Peters
2001-01-17
1
-5/+5
*
Whitespace normalization.
Tim Peters
2001-01-17
57
-2468/+2462
*
Eric the half-a-wit, driven to berserk rage after repeatedly doing
Eric S. Raymond
2001-01-17
4
-204/+394
*
Add a missing newline in an example; caught by Chris Ryland
Fred Drake
2001-01-17
1
-1/+2
*
Use __name__ instead of "test_regex" as the module name in the
Guido van Rossum
2001-01-17
1
-1/+1
*
Document xreadlines() method. (Forgot to check this in before!)
Guido van Rossum
2001-01-17
1
-0/+4
*
Rationalizing the fallback code for portable fseek -- this is all much
Guido van Rossum
2001-01-16
1
-26/+12
*
Fix a few small markup/consistency nits.
Fred Drake
2001-01-16
1
-6/+8
*
Fix bugs with integer-valued variables when parsing Makefiles. Values
Andrew M. Kuchling
2001-01-16
1
-5/+9
*
Modified version of a patch from Jeremy Kloth, to make .get_outputs()
Andrew M. Kuchling
2001-01-16
1
-1/+5
*
Trigger keep-console-open on GUSISIOUX_STATE_UNKNOWN. Better than the previou...
Jack Jansen
2001-01-16
1
-3/+3
*
Config file for standalone carbon python.
Jack Jansen
2001-01-16
1
-0/+52
*
Added Carbon interpreter.
Jack Jansen
2001-01-16
1
-0/+0
*
Commit version of config.h.in that covers the TERMIOS test.
Eric S. Raymond
2001-01-16
1
-0/+3
*
Check in a version with the termios test in place.
Eric S. Raymond
2001-01-16
1
-2/+2
*
Make pop_source and push_source available, as documented.
Eric S. Raymond
2001-01-16
1
-23/+36
[next]