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
...
*
Move over to use of METH_O and METH_NOARGS.
Brett Cannon
2006-05-25
1
-12/+24
*
Add missing files from x86 darwin ctypes patch
Bob Ippolito
2006-05-25
3
-0/+830
*
Whitespace normalization.
Tim Peters
2006-05-25
1
-2/+2
*
Some Win64 pre-release in 2000 didn't support
Tim Peters
2006-05-25
2
-4/+7
*
Change test_values so that it compares the lowercasing of group names since g...
Brett Cannon
2006-05-25
1
-1/+4
*
Fix minor typo in prep_cif.c
Ronald Oussoren
2006-05-25
1
-1/+1
*
Add a x-ref to newer calling APIs.
Georg Brandl
2006-05-25
1
-0/+4
*
fix test_float regression and 64-bit size mismatch issue
Bob Ippolito
2006-05-25
1
-2/+16
*
squelch gcc4 darwin/x86 compiler warnings
Bob Ippolito
2006-05-25
1
-1/+1
*
Swap out bare malloc()/free() use for PyMem_MALLOC()/PyMem_FREE() .
Brett Cannon
2006-05-25
1
-2/+2
*
Someone seems to just have copy-pasted the docs of
Georg Brandl
2006-05-25
1
-4/+4
*
enable darwin/x86 support for libffi and hence ctypes (doesn't yet support --...
Bob Ippolito
2006-05-25
9
-6/+120
*
Use faster struct pack/unpack functions for the endian table that matches the...
Bob Ippolito
2006-05-25
1
-3/+27
*
Use LONG_MIN and LONG_MAX to check Python integer bounds instead of the incor...
Bob Ippolito
2006-05-25
1
-10/+13
*
needforspeed: use insert+reverse instead of append
Fredrik Lundh
2006-05-25
1
-16/+8
*
Replace PyObject_CallFunction calls with only object args
Georg Brandl
2006-05-25
8
-20/+17
*
fix a struct regression where long would be returned for short unsigned integers
Bob Ippolito
2006-05-25
1
-0/+6
*
Fix Cygwin compiler issue
Bob Ippolito
2006-05-25
1
-1/+5
*
* eliminate warning by reverting tmp_s type to 'const char*'
Jack Diederich
2006-05-25
1
-1/+1
*
Struct now unpacks to PY_LONG_LONG directly when possible, also include #ifde...
Bob Ippolito
2006-05-25
1
-6/+88
*
needforspeed: use fastsearch also for find/index and contains. the
Fredrik Lundh
2006-05-25
1
-1/+25
*
Guard the _active.remove() call to avoid errors when there is no _active list.
Georg Brandl
2006-05-25
1
-2/+3
*
Faster path for PyLong_FromLongLong, using PyLong_FromLong algorithm
Bob Ippolito
2006-05-25
1
-10/+50
*
Added overflow test for adding two (very) large strings where the
Andrew Dalke
2006-05-25
1
-2/+7
*
Comment typo
Andrew M. Kuchling
2006-05-25
1
-1/+1
*
Code had returned an ssize_t, upcast to long, then converted with PyInt_FromL...
Andrew Dalke
2006-05-25
1
-1/+1
*
needforspeed: use "fastsearch" for count. this results in a 3x speedup
Fredrik Lundh
2006-05-25
1
-1/+122
*
Fixed problem identified by Georg. The special-case in-place code for replace
Andrew Dalke
2006-05-25
1
-2/+5
*
A new table to help string->integer conversion was added yesterday to
Tim Peters
2006-05-25
3
-44/+16
*
needforspeed: new replace implementation by Andrew Dalke. replace is
Fredrik Lundh
2006-05-25
1
-182/+605
*
needforspeed: check for overflow in replace (from Andrew Dalke)
Fredrik Lundh
2006-05-25
3
-15/+54
*
Fix incorrect documentation for the Py_IS_FINITE(X) macro.
Kristján Valur Jónsson
2006-05-25
1
-3/+3
*
Fix another typo
Andrew M. Kuchling
2006-05-25
1
-1/+1
*
Added tests for implementation error we came up with in the need for speed sp...
Andrew Dalke
2006-05-25
1
-0/+19
*
Fix comment typos
Andrew M. Kuchling
2006-05-25
1
-1/+1
*
needforspeed: _toupper/_tolower is a SUSv2 thing; fall back on ISO C
Fredrik Lundh
2006-05-25
1
-0/+9
*
Added a new macro, Py_IS_FINITE(X). On windows there is an intrinsic for thi...
Kristján Valur Jónsson
2006-05-25
3
-5/+12
*
needforspeed: make new upper/lower work properly for single-character
Fredrik Lundh
2006-05-25
1
-4/+8
*
needforspeed: speed up upper and lower for 8-bit string objects.
Fredrik Lundh
2006-05-25
1
-22/+20
*
Add entry; and fix a typo
Andrew M. Kuchling
2006-05-25
1
-1/+7
*
Update graminit.c for the fix for #1488915, Multiple dots in relative import
Thomas Wouters
2006-05-25
2
-21/+25
*
Fix #1488915, Multiple dots in relative import statement raise SyntaxError.
Thomas Wouters
2006-05-25
1
-1/+1
*
Replace tab inside comment with space.
Walter Dörwald
2006-05-25
1
-1/+1
*
fix broken links in PDF
Fred Drake
2006-05-25
2
-3/+22
*
Minor edits; add an item
Andrew M. Kuchling
2006-05-25
1
-2/+9
*
Heavily fiddled variant of patch #1442927: PyLong_FromString optimization.
Tim Peters
2006-05-24
3
-44/+237
*
Disable the damn empty-string replace test -- it can't
Tim Peters
2006-05-24
1
-2/+2
*
Whitespace normalization.
Tim Peters
2006-05-24
1
-2/+2
*
We can't leave the checked-in tests broken.
Tim Peters
2006-05-24
1
-5/+10
*
Added a slew of test for string replace, based various corner cases from
Andrew Dalke
2006-05-24
1
-0/+157
[prev]
[next]