Jelmer Vernooij
|
bd48d43232
Drop python 2 compatibility in C extensions.
|
5 лет назад |
Jelmer Vernooij
|
f98aa3db58
Attempt to provide S_ISDIR if it's missing.
|
5 лет назад |
Stefano Rivera
|
4c1e148f2c
A missed Py_ssize_t conversion for PY_SSIZE_T_CLEAN
|
6 лет назад |
Jelmer Vernooij
|
dc8bd284e8
Fix compatibility with Python 3.8.
|
6 лет назад |
Jelmer Vernooij
|
788f5c7fed
Port remainder of docstrings to Google style.
|
6 лет назад |
Jelmer Vernooij
|
92a5253ce5
Use Py_hash_t type in Python3; should fix Python3 hash tests.
|
8 лет назад |
Jelmer Vernooij
|
413ecfc26d
Drop unnecessary version compatibility code.
|
8 лет назад |
Victor Stinner
|
7a30281a51
Replace PyString_AsString with PyString_AS_STRING
|
8 лет назад |
Jelmer Vernooij
|
f2a09e7977
Update header to reflect that license is now Apachev2 or GNU GPLv2+.
|
9 лет назад |
Lele Gaifax
|
c79661c0ac
Treat pathnames as bytes in the Python 3 C modules
|
10 лет назад |
Lele Gaifax
|
e38d4efeaf
Make the C accelerator modules compatible with Python 3
|
10 лет назад |
Jelmer Vernooij
|
6240a4403d
Fix _merge_entries on pypy.
|
11 лет назад |
Hannu Valtonen
|
6b095a3c96
py3k: These need to return a value since in Py3k they're no longer void
|
11 лет назад |
Jelmer Vernooij
|
89a4385829
Fix unnecessary incref of Py_False.
|
12 лет назад |
Jelmer Vernooij
|
69b88aba5d
Some minor improvements to _diff_tree.c:
|
12 лет назад |
Chris Eberle
|
bf42739b62
free_objects may have tried to free uninitialized / NULL pointers
|
14 лет назад |
Ted Horst
|
ddecd489cc
_diff_tree_.c: Fix double decref of objects module.
|
15 лет назад |
Pascal Quantin
|
95eec64a79
Fix the build on Windows.
|
15 лет назад |
Tay Ray Chuan
|
b2ef8d5493
_diff_tree.c: fix Py_SIZE implementation for python 2.5.x users
|
15 лет назад |
Jelmer Vernooij
|
458ba19e6a
Fix unitialised variable, trivial formatting issues.
|
15 лет назад |
Dave Borowitz
|
f13fafc26a
diff_tree: C implementation of count_blocks.
|
15 лет назад |
Dave Borowitz
|
9a8cfb25de
diff_tree: C implementation of _merge_entries.
|
15 лет назад |
Dave Borowitz
|
db88f03204
diff_tree: C implementation of _is_tree.
|
15 лет назад |