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
*
Use rich comparisons to fulfill an old wish: complex numbers now raise
Guido van Rossum
2001-01-18
1
-49/+84
*
Same treatment as listobject.c:
Guido van Rossum
2001-01-18
1
-67/+156
*
Rich comparisons:
Guido van Rossum
2001-01-18
1
-118/+45
*
Same treatment as listobject.c:
Guido van Rossum
2001-01-18
1
-43/+104
*
Fix a leak in instance_coerce(). This was introduced by Neil's
Guido van Rossum
2001-01-17
1
-2/+0
*
Windows: 2.1a1 changes so Python runs again. Note that the python20
Tim Peters
2001-01-17
9
-1757/+1757
*
The signal module has to be compiled statically, so add it to Setup.dist
Andrew M. Kuchling
2001-01-17
2
-9/+3
*
Convert to rich comparisons:
Guido van Rossum
2001-01-17
1
-90/+163
*
Bump up version number.
Neil Schemenauer
2001-01-17
2
-4/+4
*
- compile struct module
Neil Schemenauer
2001-01-17
1
-2/+2
*
a bold attempt to fix things broken by MAL's verify patch: import
Fredrik Lundh
2001-01-17
48
-51/+54
*
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
[next]