| .. |
|
_ctypes
|
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
|
13 years ago |
|
_decimal
|
Support multiarch build in tests.
|
13 years ago |
|
_io
|
Describe 'surrogateescape' in the documentation.
|
13 years ago |
|
_multiprocessing
|
- Fix typos in the multiprocessing module.
|
13 years ago |
|
_sqlite
|
Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3,
|
13 years ago |
|
cjkcodecs
|
support encoding error handlers that return bytes (closes #16585)
|
13 years ago |
|
expat
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
|
13 years ago |
|
zlib
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
|
13 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
|
Backport deque.rotate() improvements.
|
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
|
#18113: Objects associated to a curses.panel object with set_userptr() were leaked.
|
13 years ago |
|
_cursesmodule.c
|
C89 declaration compliance
|
13 years ago |
|
_datetimemodule.c
|
Fix a few typos and a double semicolon. Patch by Eitan Adler.
|
13 years ago |
|
_dbmmodule.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_elementtree.c
|
Issue #13612: handle unknown encodings without a buffer overflow.
|
13 years ago |
|
_freeze_importlib.c
|
Issue #15431: Declare PyImport_FrozenModules conditionally on Unix only.
|
14 years ago |
|
_functoolsmodule.c
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
|
13 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
|
In the _hashlib module, only initialize the static data for OpenSSL's
|
13 years ago |
|
_heapqmodule.c
|
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
|
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
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_lzmamodule.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_math.c
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
_math.h
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
_pickle.c
|
Fix reference leak in _pickle.
|
13 years ago |
|
_posixsubprocess.c
|
Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
|
13 years ago |
|
_randommodule.c
|
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
|
13 years ago |
|
_scproxy.c
|
Fix for issue #9568.
|
15 years ago |
|
_sre.c
|
Issue #17016: Get rid of possible pointer wraparounds and integer overflows
|
13 years ago |
|
_ssl.c
|
SSLContext.load_dh_params() now properly closes the input file.
|
13 years ago |
|
_ssl_data.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
_struct.c
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
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 |
|
_threadmodule.c
|
merge #17091: update docstring for _thread.Lock.acquire.
|
13 years ago |
|
_tkinter.c
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
|
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
|
Issue #17223: array module: Fix a crasher when converting an array containing
|
13 years ago |
|
atexitmodule.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
audioop.c
|
Issue #16686: Fixed a lot of bugs in audioop module.
|
13 years ago |
|
binascii.c
|
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.
|
13 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
|
Closes #15969: rename new API to have consistent names in the faulthandler module.
|
13 years ago |
|
fcntlmodule.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 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 #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
getaddrinfo.c
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
getbuildinfo.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
getnameinfo.c
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 years ago |
|
getpath.c
|
Closes #15307: symlinks now work on OS X with framework Python builds. Patch by Ronald Oussoren.
|
14 years ago |
|
grpmodule.c
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
13 years ago |
|
hashlib.h
|
Fixes Issue #3745: Fix hashlib to always reject unicode and non
|
17 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.2.
|
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
|
13 years ago |
|
nismodule.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
operator.c
|
#16523: improve attrgetter/itemgetter/methodcaller documentation.
|
13 years ago |
|
ossaudiodev.c
|
Merge 3.2, Issue #17047: remove doubled words found in 2.7 to 3.4
|
13 years ago |
|
parsermodule.c
|
Issue #15989: Fix several occurrences of integer overflow
|
13 years ago |
|
posixmodule.c
|
Close #18109: os.uname() now decodes fields from the locale encoding, and
|
13 years ago |
|
posixmodule.h
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
13 years ago |
|
pwdmodule.c
|
Raise KeyError instead of OverflowError when getpwuid's argument is out of
|
13 years ago |
|
pyexpat.c
|
Issue #13612: handle unknown encodings without a buffer overflow.
|
13 years ago |
|
python.c
|
(Merge 3.2) Issue #16416: On Mac OS X, operating system data are now always
|
13 years ago |
|
readline.c
|
Issue #17289: The readline module now plays nicer with external modules or applications changing the rl_completer_word_break_characters global variable.
|
13 years ago |
|
resource.c
|
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
|
13 years ago |
|
rotatingtree.c
|
Untabify C files. Will watch buildbots.
|
16 years ago |
|
rotatingtree.h
|
Fix comment typo
|
20 years ago |
|
selectmodule.c
|
Issue #12181: select module: Fix struct kevent definition on OpenBSD 64-bit
|
13 years ago |
|
sha1module.c
|
remove pointless code (closes #17738)
|
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
|
Issue #14173: Avoid crashing when reading a signal handler during interpreter shutdown.
|
13 years ago |
|
socketmodule.c
|
Ensure that the fix for #17269 also works on OSX 10.4
|
13 years ago |
|
socketmodule.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
spwdmodule.c
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
sre.h
|
Issue #13169: The maximal repetition number in a regular expression has been
|
13 years ago |
|
sre_constants.h
|
Implemented non-recursive SRE matching.
|
23 years ago |
|
symtablemodule.c
|
Update the embedded copy of the expat XML parser to 2.1.0. It brings
|
14 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
|
- Issue #17782: Fix undefined behaviour on platforms where ``struct timespec``'s "tv_nsec" member is not a C long.
|
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
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 years ago |
|
unicodename_db.h
|
Issue #13590: Improve support for OS X Xcode 4:
|
14 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 |