..
_blake2
Fix misleading mentions of tp_size in comments (GH-9093)
2018-09-10 09:46:08 -07:00
_ctypes
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
2018-10-22 18:33:10 +03:00
_decimal
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
2018-10-26 17:06:57 +02:00
_io
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
2018-11-05 16:20:25 +02:00
_multiprocessing
_sha3
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751)
2018-10-11 07:41:00 +03:00
_sqlite
bpo-34743: Fix test_database_source_name under SQLite 3.7.9 (GH-9426)
2018-09-20 14:14:33 +03:00
_xxtestfuzz
cjkcodecs
bpo-35194: Fix a wrong constant in cp932 codec (GH-10420)
2018-11-08 23:12:06 -08:00
clinic
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
2018-11-04 15:58:24 -08:00
expat
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
2018-10-17 18:10:46 -07:00
_abc.c
Fix misleading mentions of tp_size in comments (GH-9093)
2018-09-10 09:46:08 -07:00
_asynciomodule.c
Fix a compiler warning added in bpo-34872. (GH-9722)
2018-10-05 21:20:02 +03:00
_bisectmodule.c
bpo-34925: Optimize common case for bisect() argument parsing ( #9753 )
2018-10-08 08:02:41 -07:00
_bz2module.c
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
2018-10-31 02:28:07 +02:00
_codecsmodule.c
_collectionsmodule.c
Minor performance tweak for deque.index() with a start argument (GH-9440)
2018-09-21 01:46:41 -07:00
_contextvarsmodule.c
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
2018-09-21 15:33:56 -04:00
_cryptmodule.c
_csv.c
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756)
2018-08-16 07:27:50 +03:00
_curses_panel.c
_cursesmodule.c
bpo-31680: Add curses.ncurses_version. (GH-4217)
2018-10-30 13:22:42 +02:00
_datetimemodule.c
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
2018-11-05 16:20:25 +02:00
_dbmmodule.c
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
2018-09-27 22:54:34 +03:00
_elementtree.c
Fix error handling bugs in _elementtree.c. (GH-10060)
2018-10-23 22:28:06 +03:00
_functoolsmodule.c
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
2018-11-01 00:52:28 +01:00
_gdbmmodule.c
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
2018-09-27 22:54:34 +03:00
_hashopenssl.c
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
2018-10-19 20:42:53 +03:00
_heapqmodule.c
bpo-34797: Convert heapq to the argument clinic (GH-9560)
2018-09-28 12:39:43 -07:00
_json.c
bpo-35081: Move accu.h to Include/internal/pycore_accu.h (GH-10271)
2018-11-01 02:30:36 +01:00
_localemodule.c
bpo-34485: Enhance init_sys_streams() (GH-8978)
2018-08-28 23:26:33 +02:00
_lsprof.c
_lzmamodule.c
bpo-33138: Change standard error message for non-pickleable and non-copyable types. (GH-6239)
2018-10-31 02:28:07 +02:00
_math.c
_math.h
_opcode.c
bpo-32455: Add jump parameter to dis.stack_effect(). (GH-6610)
2018-09-18 09:54:26 +03:00
_operator.c
_pickle.c
bpo-35133: Fix mistakes when concatenate string literals on different lines. (GH-10284)
2018-11-05 16:20:25 +02:00
_posixsubprocess.c
bpo-34651: Only allow the main interpreter to fork. (gh-9279)
2018-09-14 14:17:20 -07:00
_queuemodule.c
Fix misleading mentions of tp_size in comments (GH-9093)
2018-09-10 09:46:08 -07:00
_randommodule.c
_scproxy.c
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)
2018-09-11 16:14:00 -07:00
_sre.c
Simplified implementation of _sre.ascii_iscased(). (GH-9097)
2018-09-12 15:49:09 +03:00
_ssl.c
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606)
2018-10-06 10:41:45 -07:00
_ssl_data.h
_stat.c
_struct.c
_testbuffer.c
_testcapimodule.c
bpo-35081: Add _PyCoreConfig_AsDict() (GH-10362)
2018-11-06 15:59:52 +01:00
_testimportmultiple.c
_testmultiphase.c
_threadmodule.c
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
2018-11-01 00:52:28 +01:00
_tkinter.c
bpo-34794: Fix a leak in Tkinter. (GH-10025)
2018-10-23 22:40:54 +03:00
_tracemalloc.c
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
2018-10-25 17:31:10 +02:00
_uuidmodule.c
_weakref.c
_winapi.c
bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027)
2018-09-04 18:10:28 +02:00
_xxsubinterpretersmodule.c
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
2018-11-01 00:52:28 +01:00
addrinfo.h
arraymodule.c
atexitmodule.c
audioop.c
binascii.c
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
2018-09-27 22:57:22 -07:00
cmathmodule.c
config.c.in
errnomodule.c
faulthandler.c
fcntlmodule.c
gc_weakref.txt
gcmodule.c
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
2018-11-01 00:52:28 +01:00
getaddrinfo.c
getbuildinfo.c
getnameinfo.c
getpath.c
bpo-35081: Add pycore_fileutils.h (GH-10371)
2018-11-07 00:44:03 +01:00
grpmodule.c
bpo-35161: Fix stack-use-after-scope in grp.getgr{nam,gid} and pwd.getpw{nam,uid}. (GH-10319)
2018-11-04 17:44:16 +02:00
hashlib.h
hashtable.c
hashtable.h
itertoolsmodule.c
bpo-34659: Adds initial kwarg to itertools.accumulate() (GH-9345)
2018-09-23 17:34:59 -07:00
ld_so_aix.in
main.c
bpo-35081: And pycore_lifecycle.h and pycore_pathconfig.h (GH-10273)
2018-11-01 03:15:58 +01:00
makesetup
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
2018-11-01 00:52:28 +01:00
makexp_aix
mathmodule.c
Speed-up math.dist() by 30% (GH-9628)
2018-09-29 14:30:38 -07:00
md5module.c
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
2018-10-19 20:42:53 +03:00
mmapmodule.c
Fix misleading mentions of tp_size in comments (GH-9093)
2018-09-10 09:46:08 -07:00
nismodule.c
ossaudiodev.c
bpo-34740: Get rid of tp_getattro in ossaudiodev.oss_audio_device. (GH-9421)
2018-10-04 10:42:06 +03:00
overlapped.c
parsermodule.c
posixmodule.c
bpo-29341: Clarify that path-like objects are accepted in some os methods (GH-10101)
2018-11-02 11:20:19 -04:00
posixmodule.h
pwdmodule.c
Fix possible crashes in pwdmodule.c. (GH-10331)
2018-11-05 21:26:40 +02:00
pyexpat.c
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422)
2018-10-19 18:00:51 +03:00
readline.c
README
resource.c
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
2018-09-13 21:57:31 -07:00
rotatingtree.c
rotatingtree.h
selectmodule.c
bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040)
2018-09-11 20:29:48 +03:00
Setup
closes bpo-35139: The pyexpat module's macros in Modules/Setup now match setup.py (GH-10289)
2018-11-01 19:49:46 -07:00
sha1module.c
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
2018-10-19 20:42:53 +03:00
sha256module.c
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
2018-10-19 20:42:53 +03:00
sha512module.c
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
2018-10-19 20:42:53 +03:00
signalmodule.c
bpo-35081: Add pycore_ prefix to internal header files (GH-10263)
2018-11-01 00:52:28 +01:00
socketmodule.c
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
2018-09-26 16:47:52 +03:00
socketmodule.h
bpo-31425: Expose AF_QIPCRTR in socket module (GH-3706)
2018-09-26 16:47:52 +03:00
spwdmodule.c
sre.h
sre_constants.h
sre_lib.h
symtablemodule.c
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
2018-10-20 01:46:00 +01:00
syslogmodule.c
termios.c
Fix a possible "double decref" in termios.tcgetattr(). (GH-10194)
2018-10-29 06:55:20 +02:00
testcapi_long.h
timemodule.c
bpo-34672: fix a compiler warning in timemodule.c (GH-10176)
2018-10-28 23:58:42 +08:00
tkappinit.c
tkinter.h
unicodedata.c
closes bpo-32285: Add unicodedata.is_normalized. (GH-4806)
2018-11-04 15:58:24 -08:00
unicodedata_db.h
unicodename_db.h
winreparse.h
xxlimited.c
xxmodule.c
xxsubtype.c
zlibmodule.c
bpo-35090: Fix potential division by zero in allocator wrappers (GH-10174)
2018-10-28 17:45:50 +01:00