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.
 
 
 
 
 
 
Ronald Oussoren 20190e2d54 Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) 13 years ago
..
_ctypes Merge 3.3. 13 years ago
_decimal Since the return type of format() is not a Decimal, raise ValueError instead of 13 years ago
_io Issue #15989: Fix several occurrences of integer overflow 13 years ago
_multiprocessing Replace WaitForMultipleObjects with WaitForMultipleObjectEx, 13 years ago
_sha3 Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
_sqlite Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cjkcodecs merge 3.3 (#16585) 13 years ago
expat Update the embedded copy of the expat XML parser to 2.1.0. It brings 14 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 #13590: Improve support for OS X Xcode 4: 14 years ago
_bisectmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_bz2module.c Issue #16828: Fix error incorrectly raised by bz2.compress(''). 13 years ago
_codecsmodule.c Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. 13 years ago
_collectionsmodule.c merge 3.3 13 years ago
_cryptmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_csv.c Issue #16145: Support legacy strings in the _csv module. 13 years ago
_curses_panel.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_cursesmodule.c Issue #15876: Fix a refleak in the curses module 14 years ago
_datetimemodule.c Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. 13 years ago
_dbmmodule.c #16135: Removal of OS/2 support (Modules/*) 13 years ago
_elementtree.c Issue #16922: fixed findtext() to return empty Unicode string instead of empty bytes object when there's no text. 13 years ago
_freeze_importlib.c Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only. 14 years ago
_functoolsmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_gdbmmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_gestalt.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_hashopenssl.c Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes 13 years ago
_heapqmodule.c Fix docstring typo in concurrent.futures.Future 13 years ago
_json.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
_localemodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_lsprof.c #16135: Removal of OS/2 support (Modules/*) 13 years ago
_lzmamodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_math.c Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. 14 years ago
_math.h Issue #15477: Add workaround for log1p(-0.0) on platforms where it's broken. 14 years ago
_pickle.c Issue #12848: The pure Python pickle implementation now treats object lengths as unsigned 32-bit integers, like the C implementation does. 13 years ago
_posixsubprocess.c Raise our own SubprocessError rather than a RuntimeError in when dealing with 13 years ago
_randommodule.c Issue #16674: random.getrandbits() is now 20-40% faster for small integers. 13 years ago
_scproxy.c Fix for issue #9568. 16 years ago
_sre.c Issue #16688: Fix backreferences did make case-insensitive regex fail on non-ASCII strings. 13 years ago
_ssl.c Issue #16982: Fix --without-threads build failure. 13 years ago
_ssl_data.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_struct.c #14897: Enhance error messages of struct.pack and struct.pack_into 13 years ago
_testbuffer.c _testbuffer.c: In all current use cases of cmp_structure() dest->format and 14 years ago
_testcapimodule.c Issue #16145: Support legacy strings in the _csv module. 13 years ago
_testembed.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
_testimportmultiple.c Remove compile warnings for _testimportmodule 13 years ago
_threadmodule.c Issue #15422: get rid of PyCFunction_New macro 13 years ago
_tkinter.c Issue #15721: apply PEP 384 Refactoring to tkinter module. 13 years ago
_weakref.c Implement PEP 3121: new module initialization and finalization API. 18 years ago
_winapi.c Fix typo in error handling for WaitForMultipleObjects() 14 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 Make indentation consistent and remove dead commented-out code. 13 years ago
atexitmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
audioop.c Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka. 13 years ago
binascii.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
cmathmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
config.c.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
errnomodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
faulthandler.c Issue #9566: Explicit downcast to fix compiler warnings on Win64 13 years ago
fcntlmodule.c fcntl: add F_DUPFD_CLOEXEC constant, available on Linux 2.6.24+. 13 years ago
fpectlmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
fpetestmodule.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
gc_weakref.txt Issue #13590: Improve support for OS X Xcode 4: 14 years ago
gcmodule.c Issue #16351: New function gc.get_stats() returns per-generation collection statistics. 13 years ago
getaddrinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 14 years ago
getbuildinfo.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
getnameinfo.c Issue #15538: Fix compilation of the getnameinfo() / getaddrinfo() emulation code. 14 years ago
getpath.c Issue #16309: Make PYTHONPATH= behavior the same as if PYTHONPATH not set at all. 13 years ago
grpmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
hashlib.h Issue #16113: integrade SHA-3 (Keccak) patch from http://hg.python.org/sandbox/cheimes 13 years ago
itertoolsmodule.c Clean trailing whitespace in itertoolsmodule.c. 13 years ago
ld_so_aix.in Issue #13590: Improve support for OS X Xcode 4: 14 years ago
ld_so_beos Remove a hard coded Python version, and a now incorrect relative path. Closes 25 years ago
main.c #16306: merge with 3.3. 13 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 #16305: Merge fix from 3.2. 13 years ago
md5module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
mmapmodule.c MERGE: #15676: mmap: add empty file check prior to offset check <- Previous patch was incomplete (fix 2) 14 years ago
nismodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
operator.c Issue #16148: implemented PEP 424 13 years ago
ossaudiodev.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
parsermodule.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
posixmodule.c Issue #1602133: 'environ' is not really available with shared libraries on OSX (merge from 3.3) 13 years ago
pwdmodule.c #16135: Removal of OS/2 support (Modules/*) 13 years ago
pyexpat.c Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD() 14 years ago
python.c Issue #16416: OS data are now always encoded/decoded to/from 13 years ago
readline.c #16135: Removal of OS/2 support (Modules/*) 13 years ago
resource.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
rotatingtree.c Untabify C files. Will watch buildbots. 16 years ago
rotatingtree.h Fix comment typo 20 years ago
selectmodule.c Issue #16953: Fix socket module compilation on platforms with HAVE_BROKEN_POLL. 13 years ago
sha1module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
sha256module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
sha512module.c Issue #16847: Fixed improper use of _PyUnicode_CheckConsistency() in 13 years ago
signalmodule.c merge 3.3 13 years ago
socketmodule.c Issue #15989: Fix several occurrences of integer overflow 13 years ago
socketmodule.h #16135: Removal of OS/2 support (Modules/*) 13 years ago
spwdmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
sre.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
sre_constants.h Implemented non-recursive SRE matching. 23 years ago
symtablemodule.c initialize more global type objects (closes #16369) 13 years ago
syslogmodule.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
termios.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
testcapi_long.h Issue #13590: Improve support for OS X Xcode 4: 14 years ago
timemodule.c Replace WaitForSingleObject with WaitForSingleObjectEx, 13 years ago
tkappinit.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
tkinter.h Include tkinter.h only after including tk.h (or the equivalent for another platform). 17 years ago
unicodedata.c #16681: merge with 3.2. 13 years ago
unicodedata_db.h upgrade to UCD 6.2 13 years ago
unicodename_db.h upgrade to UCD 6.2 13 years ago
xxlimited.c Issue #13590: Improve support for OS X Xcode 4: 14 years ago
xxmodule.c Make indentation consistent 13 years ago
xxsubtype.c Recorded merge of revisions 81029 via svnmerge from 16 years ago
zipimport.c MERGE: Closes #15897: zipimport.c doesn't check return value of fseek() 13 years ago
zlibmodule.c Issue #15677: Document that zlib and gzip accept a compression level of 0 to mean 'no compression'. 13 years ago