| .. |
|
_ctypes
|
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
|
14 years ago |
|
_io
|
Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name.
|
14 years ago |
|
_multiprocessing
|
Issue #10350: Read and save errno before calling a function which might overwrite it.
|
14 years ago |
|
_sqlite
|
sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures
|
14 years ago |
|
cjkcodecs
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
expat
|
- Issue #9817: Add expat COPYING file; add expat, libffi and expat licenses
|
16 years ago |
|
zlib
|
Add file needed to make distclean.
|
16 years ago |
|
Setup.config.in
|
Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875.
|
18 years ago |
|
Setup.dist
|
Fix few typos.
|
14 years ago |
|
_bisectmodule.c
|
Fix line wrapping
|
16 years ago |
|
_codecsmodule.c
|
Merged revisions 81860 via svnmerge from
|
16 years ago |
|
_collectionsmodule.c
|
Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
|
14 years ago |
|
_csv.c
|
Issue #10359: Remove useless (duplicate) initialization in _csv
|
15 years ago |
|
_curses_panel.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
_cursesmodule.c
|
Issue #10570: curses.putp() is now expecting a byte string, instead of a
|
14 years ago |
|
_datetimemodule.c
|
merge 3.2
|
14 years ago |
|
_dbmmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
_elementtree.c
|
Closes #2892: preserve iterparse events in case of SyntaxError.
|
14 years ago |
|
_functoolsmodule.c
|
#11565: Merge with 3.1.
|
15 years ago |
|
_gdbmmodule.c
|
#6045: provide at least get() and setdefault() for all dbm modules.
|
15 years ago |
|
_gestalt.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
_hashopenssl.c
|
hashlib has two new constant attributes: algorithms_guaranteed and
|
16 years ago |
|
_heapqmodule.c
|
Inline cmp_lt().
|
16 years ago |
|
_json.c
|
#12051: merge with 3.1.
|
15 years ago |
|
_localemodule.c
|
PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
|
15 years ago |
|
_lsprof.c
|
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
|
15 years ago |
|
_math.c
|
Indentation and PEP 7 fixes.
|
16 years ago |
|
_math.h
|
Merged revisions 76978 via svnmerge from
|
16 years ago |
|
_pickle.c
|
Issue #13505: Make pickling of bytes object compatible with Python 2.
|
14 years ago |
|
_posixsubprocess.c
|
fix declaration style
|
14 years ago |
|
_randommodule.c
|
tabbing no longer applicable
|
16 years ago |
|
_scproxy.c
|
Fix for issue #9568.
|
15 years ago |
|
_sre.c
|
3.2 - Fix Issue 12604 - Use a proper no-op macro expansion for VTRACE macro in _sre.c
|
14 years ago |
|
_ssl.c
|
Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().
|
14 years ago |
|
_struct.c
|
#11515: Merge with 3.1.
|
15 years ago |
|
_testcapimodule.c
|
Test running of code in a sub-interpreter
|
14 years ago |
|
_testembed.c
|
Issue #12090: backport 79fcd71d0356
|
15 years ago |
|
_threadmodule.c
|
Fix error message to use the Python name instead of the C name
|
15 years ago |
|
_time.c
|
Fixed a typo in a comment.
|
16 years ago |
|
_time.h
|
Issue #9012: "Separate compilation of time and datetime modules."
|
16 years ago |
|
_tkinter.c
|
Issue #12342: Improve _tkinter error message on unencodable character
|
14 years ago |
|
_weakref.c
|
Implement PEP 3121: new module initialization and finalization API.
|
18 years ago |
|
addrinfo.h
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
ar_beos
|
Moved BeOS/ar-fake and BeOS/linkmodule to Modules/ar_beos and
|
25 years ago |
|
arraymodule.c
|
Fix docstring typo.
|
14 years ago |
|
atexitmodule.c
|
Issue #10756: atexit normalizes the exception before displaying it.
|
15 years ago |
|
audioop.c
|
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
|
14 years ago |
|
binascii.c
|
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
|
14 years ago |
|
bz2module.c
|
Issue #13159: Replace FileIO's quadratic-time buffer growth algorithm with a linear-time one.
|
14 years ago |
|
cmathmodule.c
|
#11565: Merge with 3.1.
|
15 years ago |
|
config.c.in
|
#9418: first step of moving private string methods to _string module.
|
15 years ago |
|
cryptmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
errnomodule.c
|
Issue 9916: Add some missing errno symbols.
|
15 years ago |
|
fcntlmodule.c
|
Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True,
|
16 years ago |
|
fpectlmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
fpetestmodule.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
gc_weakref.txt
|
SF 1055820: weakref callback vs gc vs threads
|
21 years ago |
|
gcmodule.c
|
Issue #10333: Remove ancient GC API, which has been deprecated since
|
15 years ago |
|
getaddrinfo.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
getbuildinfo.c
|
let's keep parenthesis around sizeof
|
15 years ago |
|
getnameinfo.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
getpath.c
|
Issue #10914: fix bogus memory management in Modules/getpath.c, leading to a possible crash when calling Py_SetPath()
|
15 years ago |
|
grpmodule.c
|
#775964: skip YP/NIS entries instead of failing the test
|
15 years ago |
|
hashlib.h
|
Fixes Issue #3745: Fix hashlib to always reject unicode and non
|
17 years ago |
|
itertoolsmodule.c
|
Issue #12973: Fix itertools bug caused by signed integer overflow. Thanks Stefan Krah.
|
14 years ago |
|
ld_so_aix.in
|
#941346: Fix broken shared library build on AIX. Patch by Sebastien Sable, review by Antoine Pitrou.
|
15 years ago |
|
ld_so_beos
|
Remove a hard coded Python version, and a now incorrect relative path. Closes
|
25 years ago |
|
main.c
|
merge with 3.2
|
14 years ago |
|
makesetup
|
Issue #9189: Allow users to set $CFLAGS, $CPPFLAGS, and $LDFLAGS when running
|
16 years ago |
|
makexp_aix
|
- Changes donated by Elemental Security to make it work on AIX 5.3
|
21 years ago |
|
mathmodule.c
|
Issue #9599: Further accuracy tweaks to loghelper. For an integer n that's small enough to be converted to a float without overflow, log(n) is now computed as log(float(n)), and similarly for log10.
|
15 years ago |
|
md5module.c
|
Issue #9566: use Py_ssize_t instead of int
|
15 years ago |
|
mmapmodule.c
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
nismodule.c
|
Decode NIS data to fs encoding, using the surrogate error handler.
|
16 years ago |
|
operator.c
|
No declarations in the middle of a block (fixes compile under Windows)
|
15 years ago |
|
ossaudiodev.c
|
Issue #13058: ossaudiodev: fix a file descriptor leak on error. Patch by Thomas
|
14 years ago |
|
parsermodule.c
|
#11515: Merge with 3.1.
|
15 years ago |
|
posixmodule.c
|
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime)
|
14 years ago |
|
pwdmodule.c
|
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
|
15 years ago |
|
pyexpat.c
|
Closes #12291: Fixed bug which was found when doing multiple loads from one stream.
|
15 years ago |
|
python.c
|
main() now displays an error message before exiting if a command line argument
|
14 years ago |
|
readline.c
|
Issue #10350: Read and save errno before calling a function which might overwrite it.
|
14 years ago |
|
resource.c
|
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
|
15 years ago |
|
rotatingtree.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
rotatingtree.h
|
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
|
20 years ago |
|
selectmodule.c
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
|
15 years ago |
|
sha1module.c
|
Issue #9566: use Py_ssize_t instead of int
|
15 years ago |
|
sha256module.c
|
Issue #9566: use Py_ssize_t instead of int
|
15 years ago |
|
sha512module.c
|
Issue #9566: use Py_ssize_t instead of int
|
15 years ago |
|
signalmodule.c
|
Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fix
|
14 years ago |
|
socketmodule.c
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
|
14 years ago |
|
socketmodule.h
|
Issue #10272: The ssl module now raises socket.timeout instead of a generic
|
15 years ago |
|
spwdmodule.c
|
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
|
15 years ago |
|
sre.h
|
#2834: Change re module semantics, so that str and bytes mixing is forbidden,
|
18 years ago |
|
sre_constants.h
|
Implemented non-recursive SRE matching.
|
23 years ago |
|
symtablemodule.c
|
Remove redundant includes of headers that are already included by Python.h.
|
15 years ago |
|
syslogmodule.c
|
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
|
15 years ago |
|
termios.c
|
Issue #8078: Add constants for higher baud rates in the termios module.
|
15 years ago |
|
testcapi_long.h
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
timemodule.c
|
Issue #10951: Fix a compiler warning in timemodule.c
|
14 years ago |
|
tkappinit.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
tkinter.h
|
Merged revisions 71210 via svnmerge from
|
17 years ago |
|
unicodedata.c
|
#13379: update Unicode version in unicodedata docstrings and comments.
|
14 years ago |
|
unicodedata_db.h
|
Upgrade to Unicode 6.0.0.
|
15 years ago |
|
unicodename_db.h
|
Upgrade to Unicode 6.0.0.
|
15 years ago |
|
xxlimited.c
|
Issue #11135: Remove redundant doc field from PyType_Spec.
|
15 years ago |
|
xxmodule.c
|
Issue #9089: Remove references to intobject.c and intobject.h from comments.
|
16 years ago |
|
xxsubtype.c
|
Recorded merge of revisions 81029 via svnmerge from
|
16 years ago |
|
zipimport.c
|
Fix zip_import.c's read_directory() to use appropriate types for the values
|
14 years ago |
|
zlibmodule.c
|
Issue #12839: Fix crash in zlib module due to version mismatch.
|
15 years ago |