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
...
*
fixed typo
Andrew Dalke
2006-05-27
1
-1/+1
*
needforspeed: backed out the Py_LOCAL-isation of ceval; the massive in-
Fredrik Lundh
2006-05-27
2
-68/+70
*
needforspeed: more stringlib refactoring
Fredrik Lundh
2006-05-27
4
-147/+161
*
Explain why 'consumed' is initialized.
Martin v. Löwis
2006-05-27
1
-8/+4
*
Patch 1494554: Update numeric properties to Unicode 4.1.
Martin v. Löwis
2006-05-27
6
-11/+336
*
Fix Coverity warnings.
Neal Norwitz
2006-05-27
2
-7/+2
*
Fix compiler warning (and whitespace) on Mac OS 10.4. (A lot of this code lo...
Neal Norwitz
2006-05-27
1
-4/+4
*
Reinstate new-style object tests.
Steve Holden
2006-05-27
1
-0/+66
*
Patch 1145039.
Tim Peters
2006-05-26
2
-41/+65
*
Added description of why splitlines doesn't use the prealloc strategy
Andrew Dalke
2006-05-26
1
-0/+8
*
Blasted typos ...
Steve Holden
2006-05-26
1
-1/+1
*
Update help text and documentaition.
Steve Holden
2006-05-26
2
-1/+12
*
Add Richard Tew to developers
Steve Holden
2006-05-26
1
-0/+1
*
Whitespace normalization.
Tim Peters
2006-05-26
1
-1/+1
*
Record Iceland sprint attendees.
Tim Peters
2006-05-26
1
-0/+16
*
enable all of the struct tests, use ssize_t, fix some whitespace
Bob Ippolito
2006-05-26
2
-59/+68
*
Added limits to the replace code so it does not count all of the matching
Andrew Dalke
2006-05-26
1
-22/+19
*
Simplify calling.
Georg Brandl
2006-05-26
1
-8/+2
*
Patch #1492218: document None being a constant.
Georg Brandl
2006-05-26
1
-7/+9
*
Replace Py_BuildValue("OO") by PyTuple_Pack.
Georg Brandl
2006-05-26
3
-5/+5
*
Comment typo
Andrew M. Kuchling
2006-05-26
1
-1/+1
*
needforspeed: stringlib refactoring: use stringlib/find for string find
Fredrik Lundh
2006-05-26
3
-30/+25
*
Write more docs.
Thomas Heller
2006-05-26
1
-17/+175
*
needforspeed: use a macro to fix slice indexes
Fredrik Lundh
2006-05-26
1
-52/+18
*
needforspeed: stringlib refactoring: use stringlib/find for unicode
Fredrik Lundh
2006-05-26
1
-14/+36
*
needforspeed: stringlib refactoring, continued. added count and
Fredrik Lundh
2006-05-26
5
-53/+132
*
added rpartition method to UserString class
Fredrik Lundh
2006-05-26
1
-1/+4
*
Exception isn't the root of all exception classes anymore.
Georg Brandl
2006-05-26
1
-2/+3
*
Change C spacing to 4 spaces by default to match PEP 7 for new C files.
Brett Cannon
2006-05-26
1
-1/+1
*
substring split now uses /F's fast string matching algorithm.
Andrew Dalke
2006-05-26
1
-40/+57
*
Add rpartition() and path caching
Andrew M. Kuchling
2006-05-26
1
-3/+18
*
Revert tests to MAL's original round sizes to retiain comparability
Steve Holden
2006-05-26
17
-141/+52
*
needspeed: rpartition documentation, tests, and a bug fixes.
Fredrik Lundh
2006-05-26
3
-4/+28
*
needforspeed: added rpartition implementation
Fredrik Lundh
2006-05-26
5
-2/+166
*
removed unnecessary include
Fredrik Lundh
2006-05-26
1
-2/+0
*
Need for speed: Patch #921466 : sys.path_importer_cache is now used to cache ...
Georg Brandl
2006-05-26
3
-4/+38
*
Reordered, and wrote more docs.
Thomas Heller
2006-05-26
1
-74/+127
*
Use minimum calibration time rather than avergae to avoid
Steve Holden
2006-05-26
1
-12/+17
*
needforspeed: remove remaining USE_FAST macros; if fastsearch was
Fredrik Lundh
2006-05-26
1
-67/+2
*
needforspeed: cleanup
Fredrik Lundh
2006-05-26
1
-4/+8
*
needforspeed: stringlib refactoring (in progress)
Fredrik Lundh
2006-05-26
3
-77/+71
*
Write some docs.
Thomas Heller
2006-05-26
1
-0/+40
*
needforspeed: stringlib refactoring (in progress)
Fredrik Lundh
2006-05-26
4
-179/+111
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-05-26
1
-22/+22
*
Whitespace normalization.
Tim Peters
2006-05-26
2
-2/+1
*
Repair Windows compiler warnings about mixing
Tim Peters
2006-05-26
1
-2/+2
*
For now, I gave up with automatic conversion of reST to Python-latex,
Thomas Heller
2006-05-26
2
-0/+207
*
needforspeed: use Py_LOCAL on a few more locals in stringobject.c
Fredrik Lundh
2006-05-26
1
-26/+27
*
Add -t option to allow easy test selection.
Steve Holden
2006-05-26
17
-111/+255
*
fix signed/unsigned mismatch in struct
Bob Ippolito
2006-05-26
1
-2/+2
[prev]
[next]