Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.8.0
/
Modules
tag
5d714034866ce1e9f89dc141fe4cc0b50cf20a8e
tagger
Łukasz Langa <lukasz@langa.pl>
Mon Oct 14 13:35:00 2019
object
fa919fdf2583bdfead1df00e842f24f30b2a34bf
Python 3.8.0
ba44ea6
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733)
by Miss Islington (bot)
· 6 years ago
0bd9fac
[3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683)
by Pablo Galindo
· 6 years ago
d004a5b
bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671)
by Vinay Sajip
· 6 years ago
13915a3
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
by Miss Islington (bot)
· 6 years ago
dc19124
bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545)
by Miss Islington (bot)
· 6 years ago
bfe1f74
[3.8] bpo-3832: Fix compiler warnings (GH-16518)
by Victor Stinner
· 6 years ago
d49f096
bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)
by Miss Islington (bot)
· 6 years ago
bdace21
bpo-38304: Remove PyConfig.struct_size (GH-16500)
by Victor Stinner
· 6 years ago
92ca515
Clear weakrefs in garbage found by the GC (GH-16495) (#16499)
by Miss Islington (bot)
· 6 years ago
bfca56b
[3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437)
by Christian Heimes
· 6 years ago
6e12838
bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)
by Victor Stinner
· 6 years ago
96c8475
[3.8] bpo-38234: Backport init path config changes from master (GH-16423)
by Victor Stinner
· 6 years ago
d75bf44
[3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409)
by Benjamin Peterson
· 6 years ago
b92b8c5
[3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401)
by Vinay Sajip
· 6 years ago
16cec13
bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383)
by Miss Islington (bot)
· 6 years ago
ce62dcc
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370)
by Miss Islington (bot)
· 6 years ago
7f7cd89
bpo-38234: read_pth_file() now returns PyStatus (GH-16338)
by Miss Islington (bot)
· 6 years ago
3f5409a
bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336)
by Victor Stinner
· 6 years ago
9f3dcf8
[3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313)
by Victor Stinner
· 6 years ago
d8d653c
bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190)
by Miss Islington (bot)
· 6 years ago
f04299d
bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155)
by Miss Islington (bot)
· 6 years ago
1ecc75a
bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140)
by Miss Islington (bot)
· 6 years ago
0067fc2
bpo-38153: detect shake independently from sha3 (GH-16143)
by Miss Islington (bot)
· 6 years ago
e8d7fa2
[3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144)
by Christian Heimes
· 6 years ago
322309e
[3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174)
by Miss Islington (bot)
· 6 years ago
d6fdfc8
bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160)
by Miss Islington (bot)
· 6 years ago
f37a983
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145)
by Serhiy Storchaka
· 6 years ago
d322abb
[3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141)
by Serhiy Storchaka
· 6 years ago
53ff2ca
[3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118)
by Stéphane Wirtel
· 6 years ago
36c29e4
[3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057)
by Stéphane Wirtel
· 6 years ago
824407f
bpo-21872: fix lzma library decompresses data incompletely (GH-14048)
by Miss Islington (bot)
· 6 years ago
0d7cb5b
bpo-38132: Check EVP_DigestUpdate for error (GH-16041)
by Miss Islington (bot)
· 6 years ago
67b90a0
bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040)
by Miss Islington (bot)
· 6 years ago
80e3365
bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028)
by Miss Islington (bot)
· 6 years ago
84eb42e
bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)
by Miss Islington (bot)
· 6 years ago
f60fd95
closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018)
by Miss Islington (bot)
· 6 years ago
79cbaf5
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011)
by Miss Islington (bot)
· 6 years ago
3562ae2
[3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966)
by Petr Viktorin
· 6 years ago
43ee0e2
bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)
by Miss Islington (bot)
· 6 years ago
21dacea
Fix calling order of PyEval_InitThreads. (GH-15836)
by Miss Islington (bot)
· 6 years ago
fdd17ab
bpo-35941: Fix performance regression in SSL certificate code (GH-12610)
by Steve Dower
· 6 years ago
e832963
bpo-37649: Fix exec_prefix check (GH-14897)
by Miss Islington (bot)
· 6 years ago
5731172
bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782)
by Miss Islington (bot)
· 6 years ago
b150d0b
bpo-38037: Fix reference counters in signal module (GH-15753)
by Miss Islington (bot)
· 6 years ago
5d695b6
bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632)
by Steve Dower
· 6 years ago
e103732
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462)
by Miss Islington (bot)
· 6 years ago
6e3809c
bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625)
by Miss Islington (bot)
· 6 years ago
cad7abf
bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681)
by Miss Islington (bot)
· 6 years ago
4dd1c9d
closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558)
by Miss Islington (bot)
· 6 years ago
54dac6c
bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663)
by Miss Islington (bot)
· 6 years ago
58067d2
bpo-37798: Fix _statistics module doc (GH-15546)
by Miss Islington (bot)
· 6 years ago
353053d
[3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635)
by Serhiy Storchaka
· 6 years ago
97a31c7
[3.8] bpo-37990: fix gc stats (GH-15626)
by Inada Naoki
· 6 years ago
4bd1d05
Fix typos mostly in comments, docs and test names (GH-15209)
by Miss Islington (bot)
· 6 years ago
17f61ed
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
by Miss Islington (bot)
· 6 years ago
27f4186
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608)
by Miss Islington (bot)
· 6 years ago
96631dc
[3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599)
by Serhiy Storchaka
· 6 years ago
102130a
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)
by Miss Islington (bot)
· 6 years ago
d1d42bf
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
by Miss Islington (bot)
· 6 years ago
03c52f2
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
by Miss Islington (bot)
· 6 years ago
91020fa
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
by Miss Islington (bot)
· 6 years ago
56c4d2d
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527)
by Miss Islington (bot)
· 6 years ago
2bb4fc3
bpo-37055: fix warnings in _blake2 module (GH-14646)
by Miss Islington (bot)
· 6 years ago
21161d7
[3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480)
by Raymond Hettinger
· 6 years ago
5779c53
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441)
by Miss Islington (bot)
· 6 years ago
5c77730
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
by Miss Islington (bot)
· 6 years ago
9eb3d54
bpo-37834: Normalise handling of reparse points on Windows (GH-15370)
by Steve Dower
· 6 years ago
27b38b9
bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227)
by Paul Ganssle
· 6 years ago
f781283
[3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304)
by Miss Islington (bot)
· 6 years ago
b8e6824
bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276)
by Miss Islington (bot)
· 6 years ago
123f6c4
bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202)
by Miss Islington (bot)
· 6 years ago
9842269
bpo-37738: Fix curses addch(str, color_pair) (GH-15071)
by Miss Islington (bot)
· 6 years ago
c61f9b5
Delete leftover clinic-generated file for C zipimport. (GH-15174)
by Miss Islington (bot)
· 6 years ago
e8ea348
bpo-37729: gc: write stats at once (GH-15050)
by Miss Islington (bot)
· 6 years ago
dde944f
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
by Miss Islington (bot)
· 6 years ago
462f070
bpo-37695: Correct unget_wch error message. (GH-14986)
by Miss Islington (bot)
· 6 years ago
d8b914a
bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646)
by Miss Islington (bot)
· 6 years ago
9265a87
bpo-37587: Make json.loads faster for long strings (GH-14752)
by Miss Islington (bot)
· 6 years ago
76821ba
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984)
by Miss Islington (bot)
· 6 years ago
25cb4fd
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
by Miss Islington (bot)
· 6 years ago
bb69789
[3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936)
by Stefan Behnel
· 6 years ago
24b5b36
[3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900)
by Kyle Stanley
· 6 years ago
36101c2
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
by Miss Islington (bot)
· 6 years ago
bbad695
bpo-37120: Fix _ssl get_num_tickets() (GH-14668)
by Miss Islington (bot)
· 6 years ago
4bc6bb9
Fix some typos (GH-14435)
by Miss Islington (bot)
· 6 years ago
9bd5479
Put pyexpatns.h include back. bpo-37437 (GH-14539)
by Miss Islington (bot)
· 6 years ago
746992c
bpo-37363: Add audit events on startup for the run commands (GH-14524)
by Miss Islington (bot)
· 6 years ago
4c227e6
bpo-36763: Use PyConfig_Clear() (GH-14445)
by Miss Islington (bot)
· 6 years ago
f22c4cf
[3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494)
by Christian Heimes
· 6 years ago
ffcc161
bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255)
by Miss Islington (bot)
· 6 years ago
68c1c39
bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451)
by Miss Islington (bot)
· 6 years ago
515a026
closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436)
by Miss Islington (bot)
· 6 years ago
6fbed53
closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414)
by Miss Islington (bot)
· 6 years ago
04d4692
bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409)
by Miss Islington (bot)
· 6 years ago
63429c8
bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396)
by Miss Islington (bot)
· 6 years ago
d917cfe
[3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193)
by Jeroen Demeyer
· 6 years ago
76b72f6
bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751)
by Miss Islington (bot)
· 6 years ago
8763d43
bpo-37363: Add audit events for a range of modules (GH-14301)
by Miss Islington (bot)
· 6 years ago
6c79477
bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152)
by Steve Dower
· 6 years ago
7edf8e5
Fix name of '\0'. (GH-14222)
by Miss Islington (bot)
· 6 years ago
Next »