.. |
_blake2
|
bpo-37055: fix warnings in _blake2 module (GH-14646)
|
2019-08-26 10:52:36 -07:00 |
_ctypes
|
Fix typos in comments, docs and test names (#15018)
|
2019-07-30 18:16:13 -04:00 |
_decimal
|
Revert mode change that loses information in directory listings on Linux. (#15366)
|
2019-08-21 23:00:04 +02:00 |
_io
|
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)
|
2019-08-29 09:25:22 +03:00 |
_multiprocessing
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_sha3
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_sqlite
|
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
|
2019-07-12 20:15:48 -07:00 |
_ssl
|
bpo-34271: Fix compatibility with 1.0.2 (GH-13728)
|
2019-06-03 20:40:15 +02:00 |
_xxtestfuzz
|
Fix typos in docs, comments and test assert messages (#14872)
|
2019-07-21 16:12:33 -04:00 |
cjkcodecs
|
Fix typos in comments, docs and test names (#15018)
|
2019-07-30 18:16:13 -04:00 |
clinic
|
bpo-37942: Improve argument clinic float converter (GH-15470)
|
2019-08-24 19:10:39 -07:00 |
expat
|
Fix typos in comments, docs and test names (#15018)
|
2019-07-30 18:16:13 -04:00 |
README
|
…
|
|
Setup
|
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
|
2019-08-23 15:20:30 -07:00 |
_abc.c
|
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
|
2019-07-11 17:59:05 +09:00 |
_asynciomodule.c
|
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
|
2019-08-04 14:12:48 +03:00 |
_bisectmodule.c
|
…
|
|
_bz2module.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_codecsmodule.c
|
…
|
|
_collectionsmodule.c
|
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
|
2019-07-08 17:19:25 +09:00 |
_contextvarsmodule.c
|
…
|
|
_cryptmodule.c
|
…
|
|
_csv.c
|
bpo-37483: add _PyObject_CallOneArg() function (#14558)
|
2019-07-04 19:31:34 +09:00 |
_curses_panel.c
|
…
|
|
_cursesmodule.c
|
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
|
2019-08-14 12:31:43 +02:00 |
_datetimemodule.c
|
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
|
2019-08-29 10:36:15 +03:00 |
_dbmmodule.c
|
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
|
2019-07-08 17:19:25 +09:00 |
_elementtree.c
|
bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856)
|
2019-07-24 20:08:02 +02:00 |
_functoolsmodule.c
|
bpo-37358: Use vectorcall for functools.partial (GH-14284)
|
2019-07-13 07:39:18 -07:00 |
_gdbmmodule.c
|
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
|
2019-07-08 17:19:25 +09:00 |
_hashopenssl.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_heapqmodule.c
|
…
|
|
_json.c
|
bpo-37587: optimize json.loads (GH-15134)
|
2019-08-08 17:57:10 +09:00 |
_localemodule.c
|
…
|
|
_lsprof.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_lzmamodule.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_math.c
|
…
|
|
_math.h
|
…
|
|
_opcode.c
|
…
|
|
_operator.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_pickle.c
|
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
|
2019-07-25 18:00:34 +02:00 |
_posixsubprocess.c
|
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
|
2019-08-27 23:36:56 +02:00 |
_queuemodule.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_randommodule.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_scproxy.c
|
…
|
|
_sre.c
|
bpo-37483: add _PyObject_CallOneArg() function (#14558)
|
2019-07-04 19:31:34 +09:00 |
_ssl.c
|
Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303)
|
2019-08-15 05:31:28 -07:00 |
_ssl_data.h
|
…
|
|
_stat.c
|
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
|
2019-08-21 15:27:33 -07:00 |
_statisticsmodule.c
|
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
|
2019-08-26 11:25:58 -07:00 |
_struct.c
|
Fix typos in comments, docs and test names (#15018)
|
2019-07-30 18:16:13 -04:00 |
_testbuffer.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_testcapimodule.c
|
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
|
2019-08-29 14:54:46 +02:00 |
_testimportmultiple.c
|
…
|
|
_testinternalcapi.c
|
bpo-36763: Implement the PEP 587 (GH-13592)
|
2019-05-27 16:39:22 +02:00 |
_testmultiphase.c
|
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
|
2019-05-29 22:12:38 +02:00 |
_threadmodule.c
|
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
|
2019-07-08 17:19:25 +09:00 |
_tkinter.c
|
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
|
2019-06-17 14:27:23 +02:00 |
_tracemalloc.c
|
bpo-35134: Split traceback.h header (GH-13430)
|
2019-05-20 00:14:57 +02:00 |
_uuidmodule.c
|
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
|
2019-06-24 13:59:50 -04:00 |
_weakref.c
|
…
|
|
_winapi.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
_xxsubinterpretersmodule.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
addrinfo.h
|
…
|
|
arraymodule.c
|
Remove redundant check from arraymodule b_getitem (GH-14676)
|
2019-07-11 14:57:42 -07:00 |
atexitmodule.c
|
…
|
|
audioop.c
|
…
|
|
binascii.c
|
bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)
|
2019-07-14 05:15:32 -07:00 |
cmathmodule.c
|
bpo-36908: 'This module is always available' isn't helpful. (#13297)
|
2019-05-17 15:29:13 +05:30 |
config.c.in
|
…
|
|
errnomodule.c
|
…
|
|
faulthandler.c
|
bpo-37851: faulthandler allocates its stack on demand (GH-15358)
|
2019-08-21 13:40:42 +01:00 |
fcntlmodule.c
|
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
|
2019-08-28 18:56:17 -07:00 |
gc_weakref.txt
|
…
|
|
gcmodule.c
|
bpo-37729: gc: write stats at once (GH-15050)
|
2019-08-02 16:25:29 +09:00 |
getaddrinfo.c
|
…
|
|
getbuildinfo.c
|
…
|
|
getnameinfo.c
|
…
|
|
getpath.c
|
Fix typos in comments, docs and test names (#15018)
|
2019-07-30 18:16:13 -04:00 |
grpmodule.c
|
…
|
|
hashlib.h
|
…
|
|
hashtable.c
|
…
|
|
hashtable.h
|
…
|
|
itertoolsmodule.c
|
Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567)
|
2019-08-28 20:39:25 -07:00 |
ld_so_aix.in
|
…
|
|
main.c
|
bpo-37363: Add audit events on startup for the run commands (GH-14524)
|
2019-07-01 16:03:53 -07:00 |
makesetup
|
…
|
|
makexp_aix
|
…
|
|
mathmodule.c
|
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975)
|
2019-07-27 14:04:29 -07:00 |
md5module.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
mmapmodule.c
|
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
|
2019-07-08 17:19:25 +09:00 |
nismodule.c
|
…
|
|
ossaudiodev.c
|
Remove a dead comment from ossaudiodev.c (#15346)
|
2019-08-20 12:20:47 -07:00 |
overlapped.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
parsermodule.c
|
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017)
|
2019-07-30 04:04:01 -07:00 |
posixmodule.c
|
bpo-37834: Normalise handling of reparse points on Windows (GH-15231)
|
2019-08-21 15:27:33 -07:00 |
posixmodule.h
|
…
|
|
pwdmodule.c
|
…
|
|
pyexpat.c
|
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
|
2019-07-12 00:57:32 +09:00 |
readline.c
|
bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890)
|
2019-06-17 14:27:23 +02:00 |
resource.c
|
…
|
|
rotatingtree.c
|
…
|
|
rotatingtree.h
|
…
|
|
selectmodule.c
|
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
|
2019-07-08 17:19:25 +09:00 |
sha1module.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
sha256module.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
sha512module.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
signalmodule.c
|
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
|
2019-07-12 00:57:32 +09:00 |
socketmodule.c
|
Unmark files as executable that can't actually be executed. (GH-15353)
|
2019-08-20 21:53:59 -07:00 |
socketmodule.h
|
Unmark files as executable that can't actually be executed. (GH-15353)
|
2019-08-20 21:53:59 -07:00 |
spwdmodule.c
|
…
|
|
sre.h
|
…
|
|
sre_constants.h
|
…
|
|
sre_lib.h
|
…
|
|
symtablemodule.c
|
bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018)
|
2019-06-13 02:16:41 +02:00 |
syslogmodule.c
|
…
|
|
termios.c
|
…
|
|
testcapi_long.h
|
…
|
|
timemodule.c
|
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
|
2019-08-27 00:13:12 -04:00 |
tkappinit.c
|
…
|
|
tkinter.h
|
…
|
|
unicodedata.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
unicodedata_db.h
|
…
|
|
unicodename_db.h
|
…
|
|
winreparse.h
|
…
|
|
xxlimited.c
|
bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944)
|
2019-05-29 22:12:38 +02:00 |
xxmodule.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
xxsubtype.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |
zlibmodule.c
|
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
|
2019-05-30 19:13:39 -07:00 |