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
*
Patch #1432345: Make python compile on DragonFly.
Martin v. Löwis
2006-02-17
3
-9/+13
*
Remove size restrictions.
Martin v. Löwis
2006-02-17
1
-29/+19
*
mmap_flush_method(): Squash compiler warning about
Tim Peters
2006-02-17
1
-2/+2
*
Remove space between function name and left paren
Tim Peters
2006-02-17
1
-94/+92
*
Removed pointless parens around `return` expressions;
Tim Peters
2006-02-16
1
-22/+20
*
Trimmed trailing whitespace.
Tim Peters
2006-02-16
1
-41/+41
*
new_mmap_object(), Windows flavor.
Tim Peters
2006-02-16
1
-2/+16
*
More Py_ssize_t format characters.
Thomas Wouters
2006-02-16
1
-1/+1
*
struct_pack(): Repair new assert-fail crash in
Tim Peters
2006-02-16
1
-1/+1
*
Use proper PyArg_Parse format char for Py_ssize_t, instead of 'l', in
Thomas Wouters
2006-02-16
1
-1/+1
*
Use correct PyArg_Parse format char for Py_ssize_t in unicode.center().
Thomas Wouters
2006-02-16
1
-1/+1
*
Also make _heapq.nlargest() use Py_ssize_t instead of ints, to iter over
Thomas Wouters
2006-02-16
1
-2/+2
*
Use 'n' format for Py_ssize_t variables to PyArg_ParseTuple(). Py_ssize_t
Thomas Wouters
2006-02-16
1
-1/+1
*
Use correct format specifier for Py_ssize_t variable to PyArg_ParseTuple().
Thomas Wouters
2006-02-16
1
-1/+1
*
Use Py_ssize_t in helper function between Py_ssize_t-using functions.
Thomas Wouters
2006-02-16
1
-2/+2
*
Add encoding-test datafiles to svn:ignore:
Thomas Wouters
2006-02-16
0
-0/+0
*
Drop vsextcomp_verbose
Martin v. Löwis
2006-02-16
1
-1/+1
*
Fix broken example of csv.reader use (it returns an iterator, which isn't
Thomas Wouters
2006-02-16
1
-1/+2
*
Change _PyObject_GC_Resize to expect Py_ssize_t.
Martin v. Löwis
2006-02-16
2
-2/+2
*
Fix typo
Martin v. Löwis
2006-02-16
1
-1/+1
*
Move cast to suppress warning.
Martin v. Löwis
2006-02-16
1
-2/+2
*
Use Py_ssize_t to count the
Martin v. Löwis
2006-02-16
7
-22/+24
*
Use Py_ssize_t to count the length.
Martin v. Löwis
2006-02-16
1
-1/+1
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
10
-31/+33
*
Use Py_ssize_t for counts and sizes.
Martin v. Löwis
2006-02-16
12
-66/+67
*
Use Py_ssize_t for field sizes and offsets.
Martin v. Löwis
2006-02-16
1
-3/+3
*
Allow for ssize_t field offsets.
Martin v. Löwis
2006-02-16
1
-1/+1
*
Update comment and make accurate.
Neal Norwitz
2006-02-16
1
-1/+1
*
Oops, this is supposed to be disabled by default.
Neal Norwitz
2006-02-16
1
-1/+1
*
Use PyString_FromFormat for formatting error messages.
Martin v. Löwis
2006-02-16
1
-42/+36
*
Revert 42400.
Martin v. Löwis
2006-02-16
5
-11/+11
*
Support %zd in PyErr_Format and PyString_FromFormat.
Martin v. Löwis
2006-02-16
8
-19/+35
*
Get rid of compiler warnings (gcc 3.3.4 on x86)
Neal Norwitz
2006-02-16
5
-11/+11
*
doubletounicode(), longtounicode():
Tim Peters
2006-02-16
1
-4/+8
*
getpythonregpath(): Squash compiler warning about
Tim Peters
2006-02-16
1
-2/+2
*
Remove two unused Py_ssize_t variables (merge glitches, looks like.)
Thomas Wouters
2006-02-15
1
-2/+0
*
Avoid unused variables when SIZEOF_SIZE_T == SIZEOF_LONG. Also normalize
Thomas Wouters
2006-02-15
1
-1/+3
*
Added some more versionchanged markup.
Vinay Sajip
2006-02-15
1
-0/+6
*
Remove C99ism.
Martin v. Löwis
2006-02-15
1
-1/+2
*
Drop py:lastmerged.
Martin v. Löwis
2006-02-15
0
-0/+0
*
Merge ssize_t branch.
Martin v. Löwis
2006-02-15
102
-1677/+2659
*
use correct function in example
Fred Drake
2006-02-15
1
-1/+1
*
Find test failures consistently
Neal Norwitz
2006-02-15
1
-2/+2
*
randombits(): Stop compiler warning about mixing
Tim Peters
2006-02-15
1
-1/+1
*
Add _lsprof.
Martin v. Löwis
2006-02-14
2
-0/+8
*
Add build support for AMD64.
Martin v. Löwis
2006-02-14
21
-21/+933
*
New test code failed to close the file. This caused
Tim Peters
2006-02-14
1
-13/+12
*
* Refcount leak. It was just a reference to Py_None, but still.
Armin Rigo
2006-02-14
1
-3/+9
*
Support 2.4 (released versions) better. (rsync was not working with adding t...
Neal Norwitz
2006-02-14
1
-2/+4
*
Doc some user visible changes
Neal Norwitz
2006-02-13
1
-1/+4
[next]