You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ezio Melotti 7ec7fc4c3b #12725: merge with 3.2. 15 years ago
..
_ctypes - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper 15 years ago
_io Issue #12591: Allow io.TextIOWrapper to work with raw IO objects (without 15 years ago
_multiprocessing Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed 15 years ago
_sqlite Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
cjkcodecs Issue #12016: Multibyte CJK decoders now resynchronize faster 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 Issue #11393: Add the new faulthandler module 15 years ago
_bisectmodule.c Fix line wrapping 16 years ago
_bz2module.c Fix 64-bit safety issue in BZ2Compressor and BZ2Decompressor. 15 years ago
_codecsmodule.c Closes #12391: temporary files are now cleaned up. 15 years ago
_collectionsmodule.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
_cryptmodule.c Issue #10924: Adding salt and Modular Crypt Format to crypt library. 15 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 Fix build error in _curses module when not using libncursesw. 15 years ago
_datetimemodule.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
_dbmmodule.c Remove useless argument of _PyUnicode_AsDefaultEncodedString() 15 years ago
_elementtree.c Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of 15 years ago
_functoolsmodule.c Fix nit (make spelling consistent in prototype) 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.2. 15 years ago
_localemodule.c PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject* 16 years ago
_lsprof.c Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the 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 Followup to 8e824e09924a: fix regression on 32-bit builds 15 years ago
_posixsubprocess.c Issue #12607: Merge with 3.2. 15 years ago
_randommodule.c tabbing no longer applicable 16 years ago
_scproxy.c Fix for issue #9568. 16 years ago
_sre.c Issue 5553: Improved Py_LOCAL_INLINE to actually inline under compilers other than MSC 16 years ago
_ssl.c Issue #12551: Provide a get_channel_binding() method on SSL sockets so as 15 years ago
_struct.c #11515: Merge with 3.2. 15 years ago
_testcapimodule.c Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. 15 years ago
_testembed.c Fix compilation of _testembed.c without threads 15 years ago
_threadmodule.c Merge 3.2 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 Merge from 3.2 15 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 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
atexitmodule.c Issue #10756: atexit normalizes the exception before displaying it. 15 years ago
audioop.c Issue #8914: fix various warnings from the Clang static analyzer v254. 15 years ago
binascii.c Fix issue10324 - Modules/binascii.c: simplify expressions 15 years ago
cmathmodule.c #11565: Merge with 3.2. 15 years ago
config.c.in #9418: first step of moving private string methods to _string module. 15 years ago
errnomodule.c Closes Issue 11916: Add a number of MacOSX specific definitions to the errno module. 15 years ago
faulthandler.c Issue #12550: Add chain optional argument to faulthandler.register() 15 years ago
fcntlmodule.c Issue #9758: When fcntl.ioctl() was called with mutable_flag set to True, 16 years ago
fpectlmodule.c Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2 15 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 22 years ago
gcmodule.c Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of 15 years ago
getaddrinfo.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
getbuildinfo.c merge 3.2 15 years ago
getnameinfo.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
getpath.c calculate_path() decodes the PYTHONPATH environment variable from the locale 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 Merge 3.2 15 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 Issue #11918: OS/2 and VMS are no more supported because of the lack of 15 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 #11888: Use system log2() when available 15 years ago
md5module.c Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules 15 years ago
mmapmodule.c Merge with 3.2 (Issue #12404). 15 years ago
nismodule.c Remove a redundant assignment. 15 years ago
operator.c No declarations in the middle of a block (fixes compile under Windows) 15 years ago
ossaudiodev.c Issue #12287: In ossaudiodev, check that the device isn't closed in several 15 years ago
parsermodule.c always clear parser error 15 years ago
posixmodule.c Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 15 years ago
pwdmodule.c Include structseq.h in Python.h, and remove now-redundant includes in individual sources. 15 years ago
pyexpat.c remove __version__s dependent on subversion keyword expansion (closes #12221) 15 years ago
python.c Issue #4388: On Mac OS X, decode command line arguments from UTF-8, instead of 15 years ago
readline.c Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of 15 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 merge from 3.2 15 years ago
sha1module.c Issue #9566: cast unsigned int to Py_ssize_t in md5 and sha1 modules 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 #12303: Add sigwaitinfo() and sigtimedwait() to the signal module. 15 years ago
socketmodule.c #12725: merge with 3.2. 15 years ago
socketmodule.h Fix _socket compilation failures on non-Linux buildbots (cf. issue #1746656). 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 #11495: OSF support is eliminated. It was deprecated in Python 3.2 15 years ago
testcapi_long.h Recorded merge of revisions 81029 via svnmerge from 16 years ago
timemodule.c Closes #12391: temporary files are now cleaned up. 15 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 Issue #9566: use Py_ssize_t instead of int 15 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 Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED. 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 zipimport: initialize fullpath to NULL 15 years ago
zlibmodule.c Fix incorrect comment in zlib.Decompress.flush(). 15 years ago