.. |
_blake2
|
Fix misleading mentions of tp_size in comments (GH-9093)
|
2018-09-10 09:46:08 -07:00 |
_ctypes
|
bpo-34906: Doc: Fix typos (2) (GH-9735)
|
2018-10-06 16:35:53 +02:00 |
_decimal
|
bpo-34762: Update PyContext* to PyObject* in asyncio and decimal (GH-9609)
|
2018-09-27 14:55:55 -04:00 |
_io
|
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
|
2018-10-20 02:22:31 +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
|
…
|
|
clinic
|
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
|
2018-10-19 20:42:53 +03:00 |
expat
|
bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939)
|
2018-10-17 18:10:46 -07:00 |
README
|
…
|
|
Setup
|
bpo-25711: Rewrite zipimport in pure Python. (GH-6809)
|
2018-09-18 22:22:29 +03: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
|
…
|
|
_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
|
…
|
|
_curses_panel.c
|
…
|
|
_cursesmodule.c
|
…
|
|
_datetimemodule.c
|
Elaborate datetime.timedelta docstring (GH-7458)
|
2018-10-20 00:43:24 +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
|
bpo-35013: Add more type checks for children of Element. (GH-9944)
|
2018-10-19 12:12:57 +03:00 |
_functoolsmodule.c
|
…
|
|
_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-34649: Add missing NULL checks to _encoded_const() (GH-9225)
|
2018-09-13 00:05:20 +03:00 |
_localemodule.c
|
bpo-34485: Enhance init_sys_streams() (GH-8978)
|
2018-08-28 23:26:33 +02:00 |
_lsprof.c
|
…
|
|
_lzmamodule.c
|
…
|
|
_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
|
Fix incorrect error handling in _pickle.Unpickler.__init__() (GH-9630)
|
2018-09-29 08:48:46 +03: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-25750: Add test on bad descriptor __get__() (GH-9084)
|
2018-10-19 23:50:06 +02:00 |
_testimportmultiple.c
|
…
|
|
_testmultiphase.c
|
…
|
|
_threadmodule.c
|
Fix misleading mentions of tp_size in comments (GH-9093)
|
2018-09-10 09:46:08 -07:00 |
_tkinter.c
|
…
|
|
_tracemalloc.c
|
…
|
|
_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
|
Fix misleading mentions of tp_size in comments (GH-9093)
|
2018-09-10 09:46:08 -07: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
|
Fix typos in comments (GH-9905)
|
2018-10-19 23:30:03 +02:00 |
getaddrinfo.c
|
…
|
|
getbuildinfo.c
|
…
|
|
getnameinfo.c
|
…
|
|
getpath.c
|
bpo-28441: Ensure `.exe` suffix in `sys.executable` on MinGW and Cygwin (GH-4348)
|
2018-10-05 20:38:50 +09:00 |
grpmodule.c
|
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
|
2018-09-07 19:10:39 +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
|
Revert "bpo-34589: Add -X coerce_c_locale command line option (GH-9378)" (GH-9430)
|
2018-09-19 14:56:36 -07:00 |
makesetup
|
…
|
|
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-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
|
2018-10-20 02:28:22 +02:00 |
posixmodule.h
|
…
|
|
pwdmodule.c
|
bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)
|
2018-09-07 19:10:39 +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
|
…
|
|
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 |
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-34412: Make signal.strsignal() work on HP-UX (GH-8786)
|
2018-08-23 16:27:19 +03: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
|
…
|
|
testcapi_long.h
|
…
|
|
timemodule.c
|
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
|
2018-09-21 09:09:48 +03:00 |
tkappinit.c
|
…
|
|
tkinter.h
|
…
|
|
unicodedata.c
|
…
|
|
unicodedata_db.h
|
…
|
|
unicodename_db.h
|
…
|
|
winreparse.h
|
…
|
|
xxlimited.c
|
…
|
|
xxmodule.c
|
…
|
|
xxsubtype.c
|
…
|
|
zlibmodule.c
|
…
|
|