Victor Stinner
|
40ab981fb7
Replace PyString_AsString with PyString_AS_STRING
|
8 年之前 |
Jelmer Vernooij
|
8c35904821
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
8 年之前 |
Lele Gaifax
|
4c0ef6e680
Treat pathnames as bytes in the Python 3 C modules
|
9 年之前 |
Lele Gaifax
|
109fe00239
Make the C accelerator modules compatible with Python 3
|
9 年之前 |
Jelmer Vernooij
|
b5a39215ba
Fix _merge_entries on pypy.
|
10 年之前 |
Hannu Valtonen
|
3d2e49ae41
py3k: These need to return a value since in Py3k they're no longer void
|
11 年之前 |
Jelmer Vernooij
|
3cd646b2bf
Fix unnecessary incref of Py_False.
|
11 年之前 |
Jelmer Vernooij
|
55ea298e8f
Some minor improvements to _diff_tree.c:
|
11 年之前 |
Chris Eberle
|
4d135dcd8f
free_objects may have tried to free uninitialized / NULL pointers
|
13 年之前 |
Ted Horst
|
d9253a9d55
_diff_tree_.c: Fix double decref of objects module.
|
14 年之前 |
Pascal Quantin
|
193b0f3e56
Fix the build on Windows.
|
14 年之前 |
Tay Ray Chuan
|
67aa7550af
_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
|
14 年之前 |
Jelmer Vernooij
|
f137f01161
Fix unitialised variable, trivial formatting issues.
|
14 年之前 |
Dave Borowitz
|
e758441172
diff_tree: C implementation of count_blocks.
|
14 年之前 |
Dave Borowitz
|
1d0470cc6b
diff_tree: C implementation of _merge_entries.
|
14 年之前 |
Dave Borowitz
|
fedecd5f3f
diff_tree: C implementation of _is_tree.
|
14 年之前 |