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 openssl/*.h to include the OpenSSL header files
Andrew M. Kuchling
2001-01-18
1
-6/+6
*
A dumb test for the dumdbm module.
Guido van Rossum
2001-01-18
2
-0/+40
*
Add test for comparing recursive data types.
Guido van Rossum
2001-01-18
1
-1/+42
*
Make the original, makesetup-based, targets for building shared modules
Andrew M. Kuchling
2001-01-18
1
-14/+16
*
Bite the bullet: use rich comparisons here, too.
Guido van Rossum
2001-01-18
1
-4/+10
*
Add test for misbehaving rich comparisons (always returning 0) --
Guido van Rossum
2001-01-18
1
-1/+23
*
Rich comparison tests
Guido van Rossum
2001-01-18
2
-0/+364
*
Document rich comparisons.
Guido van Rossum
2001-01-18
1
-5/+42
*
Updated for 2.1; removed references to BeOpen.com and PythonLabs.
Guido van Rossum
2001-01-18
1
-35/+28
*
Add my name to the copyright notice.
Guido van Rossum
2001-01-18
1
-1/+5
*
Add note about copyright ownership and license situation.
Guido van Rossum
2001-01-18
1
-0/+10
*
- Add note about complex numbers.
Guido van Rossum
2001-01-18
1
-9/+16
*
correct typo - closes bug #129205
Skip Montanaro
2001-01-18
1
-1/+1
*
Fix the example (it didn't seem to reflect reality).
Ka-Ping Yee
2001-01-18
1
-12/+14
*
Remove build/ subdirectory in "clean" target, not "clobber"
Andrew M. Kuchling
2001-01-18
1
-1/+1
*
Variant of SF patch 103252: Startup optimize: read *.pyc as string, not with ...
Tim Peters
2001-01-18
2
-0/+48
*
Move distributed and duplicated config for stat() and fstat() into pyport.h.
Tim Peters
2001-01-18
4
-51/+34
*
Whitespace normalization. Leaving tokenize_tests.py alone for now.
Tim Peters
2001-01-18
9
-45/+42
*
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
[next]