Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.7.0
/
Modules
tag
ae1f6af15f3e4110616801e235873e47fd7d1977
tagger
Ned Deily <nad@python.org>
Wed Jun 27 03:11:05 2018
object
1bf9cc509326bc42cd8cb1650eb9bf64550d817e
Python 3.7.0
4219857
bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651)
by Miss Islington (bot)
· 7 years ago
a5db479
bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649)
by Miss Islington (bot)
· 7 years ago
037e912
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600)
by Miss Islington (bot)
· 7 years ago
053d6c5
bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602)
by Miss Islington (bot)
· 7 years ago
4705ea3
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
by Miss Islington (bot)
· 7 years ago
5c022f1
bpo-33781: audioop: enhance rounding double as int (GH-7447)
by Miss Islington (bot)
· 7 years ago
631fe1f
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
by Miss Islington (bot)
· 7 years ago
623b439
bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306)
by Miss Islington (bot)
· 7 years ago
c6de46e
bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
by Miss Islington (bot)
· 7 years ago
a4dd46a
bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196)
by Miss Islington (bot)
· 7 years ago
ddc613f
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
by Miss Islington (bot)
· 7 years ago
51d0a2c
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080)
by Miss Islington (bot)
· 7 years ago
e60f6e1
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
by Miss Islington (bot)
· 7 years ago
14d289b
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111)
by Miss Islington (bot)
· 7 years ago
5734f41
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
by Miss Islington (bot)
· 7 years ago
2fe940c
bpo-33622: Fix issues with handling errors in the GC. (GH-7078)
by Miss Islington (bot)
· 7 years ago
2b4ed5d
bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021)
by Miss Islington (bot)
· 7 years ago
52d1741
bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005)
by Miss Islington (bot)
· 7 years ago
6414da9
Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993)
by Miss Islington (bot)
· 7 years ago
df4852c
Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952)
by Miss Islington (bot)
· 7 years ago
d504108
bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928)
by Miss Islington (bot)
· 7 years ago
e2db6ad
[3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877)
by Miss Islington (bot)
· 7 years ago
6bd0c47
bpo-32604: Remove xid registry. (#6813)
by Eric Snow
· 7 years ago
2ce72e2
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
by Miss Islington (bot)
· 7 years ago
3b26e8c
Fixed an unused variable warning introduced in GH-6800 (GH-6816)
by Miss Islington (bot)
· 7 years ago
8e633a4
bpo-20104: Remove posix_spawn from 3.7 (GH-6794)
by Pablo Galindo
· 7 years ago
67d1968
Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807)
by Miss Islington (bot)
· 7 years ago
77fa783
bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332)
by Miss Islington (bot)
· 7 years ago
ee95feb
[3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631)
by Miss Islington (bot)
· 7 years ago
75a3e3d
bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6579)
by Miss Islington (bot)
· 7 years ago
18cd828
bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489)
by Miss Islington (bot)
· 7 years ago
b27c71c
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
by Miss Islington (bot)
· 7 years ago
9bb8ceb
bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439)
by Miss Islington (bot)
· 7 years ago
74735e2
bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366)
by Miss Islington (bot)
· 7 years ago
fd93666
[3.7] Fix duplicating words words. (GH-6296) (GH-6297)
by Serhiy Storchaka
· 7 years ago
0545563
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
by Miss Islington (bot)
· 7 years ago
00765bb
Fix error message in sqlite connection thread check. (GH-6028)
by Miss Islington (bot)
· 7 years ago
2dd885e
[3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (GH-6230)
by Miss Islington (bot)
· 7 years ago
42bd62b
[3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213)
by Miss Islington (bot)
· 7 years ago
c71edab
bpo-32999: ast: Convert useless check to assert (GH-6197)
by Miss Islington (bot)
· 7 years ago
5d8bb5d
bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190)
by Miss Islington (bot)
· 7 years ago
346964b
bpo-33018: Improve issubclass() error checking and message. (GH-5944)
by Miss Islington (bot)
· 7 years ago
56f530e
Fix typos in mmap() error messages (GH-6173)
by Miss Islington (bot)
· 7 years ago
56cce1c
[3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159)
by Miss Islington (bot)
· 7 years ago
429ca44
bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131)
by Miss Islington (bot)
· 7 years ago
136905f
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
by Miss Islington (bot)
· 7 years ago
e8a5a92
bpo-27645: Add support for native backup facility of SQLite (GH-4238)
by Miss Islington (bot)
· 7 years ago
8c163bb
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6010)
by Miss Islington (bot)
· 7 years ago
d824b4e
bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002)
by Miss Islington (bot)
· 7 years ago
c4d77a6
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
by Miss Islington (bot)
· 7 years ago
96fdbac
bpo-33001: Prevent buffer overrun in os.symlink (GH-5989)
by Miss Islington (bot)
· 7 years ago
6ae75d9
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5945)
by Miss Islington (bot)
· 7 years ago
4c842b0
bpo-31453: Add setter for min/max protocol version (GH-5259)
by Miss Islington (bot)
· 7 years ago
2614ed4
bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (GH-5663)
by Miss Islington (bot)
· 7 years ago
53d3f8a
bpo-32394: Remove some TCP options on old version Windows. (GH-5523)
by Miss Islington (bot)
· 7 years ago
a9e0b07
bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832)
by Miss Islington (bot)
· 7 years ago
632c1cb
bpo-32622: Native sendfile on windows (GH-5565)
by Miss Islington (bot)
· 7 years ago
9617741
[3.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5880)
by Miss Islington (bot)
· 7 years ago
b5655f3
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
by Miss Islington (bot)
· 7 years ago
01d9c23
[3.7] bpo-30622: Improve NPN support detection (GH-5859) (#5860)
by Miss Islington (bot)
· 7 years ago
8fa8478
[3.7] bpo-24334: Cleanup SSLSocket (GH-5252) (#5857)
by Miss Islington (bot)
· 7 years ago
e49bf0f
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
by Miss Islington (bot)
· 7 years ago
1c37e27
[bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) (GH-5843)
by Miss Islington (bot)
· 7 years ago
24d6e3c
Test that new_timezone can return the UTC singleton (gh-5318) (#5819)
by Miss Islington (bot)
· 7 years ago
01dd52f
bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761)
by Miss Islington (bot)
· 7 years ago
eed3c7a
bpo-32604: Swap threads only if the interpreter is different. (gh-5783)
by Miss Islington (bot)
· 7 years ago
bab4fe3
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
by Miss Islington (bot)
· 7 years ago
0442de5
bpo-25988: Emit a warning when use or import ABCs from 'collections'. (GH-5734)
by Ivan Levkivskyi
· 7 years ago
3892899
bpo-31333: Re-implement ABCMeta in C (GH-5733)
by Ivan Levkivskyi
· 7 years ago
3db05a3
bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710)
by Miss Islington (bot)
· 8 years ago
f0616ce
Update comment in posixmodule.c (GH-5681)
by Miss Islington (bot)
· 8 years ago
ef20abe
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
by Miss Islington (bot)
· 8 years ago
74ebbae
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by Miss Islington (bot)
· 8 years ago
0442599
bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (GH-5449) (#5641)
by Miss Islington (bot)
· 8 years ago
7df8049
Fix some warnings produced by different compilers. (GH-5593) (GH-5600)
by Miss Islington (bot)
· 8 years ago
2bb0bfa
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562)
by Miss Islington (bot)
· 8 years ago
e86db34
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
by Miss Islington (bot)
· 8 years ago
f33eced
bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (GH-5507)
by Miss Islington (bot)
· 8 years ago
29fd9ea
Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496)
by Miss Islington (bot)
· 8 years ago
b8d9032
bpo-28914: Fix compilation of select on Android (#5447)
by Victor Stinner
· 8 years ago
3d86e48
bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346)
by Stéphane Wirtel
· 8 years ago
83e64c8
bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437)
by Eric Snow
· 8 years ago
7f8bfc9
bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748)
by Eric Snow
· 8 years ago
b6e43af
bpo-28134: Auto-detect socket values from file descriptor (#1349)
by Christian Heimes
· 8 years ago
72a0d21
bpo-31356: Add context manager to temporarily disable GC (GH-4224)
by Pablo Galindo
· 8 years ago
0cd6bca
bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418)
by Pablo Galindo
· 8 years ago
c65ef77
rename _imp initialization function to follow conventions (#5432)
by Benjamin Peterson
· 8 years ago
892d66e
bpo-31429: Define TLS cipher suite on build time (#3532)
by Christian Heimes
· 8 years ago
8997f9c
bpo-32705: Current Android does not have posix_spawn (#5413)
by Chih-Hsuan Yen
· 8 years ago
6c6ddf9
bpo-20104: Expose `posix_spawn` in the os module (GH-5109)
by Pablo Galindo
· 8 years ago
f11b460
bpo-32373: Add socket.getblocking() method. (#4926)
by Yury Selivanov
· 8 years ago
0ceb717
Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394)
by Yury Selivanov
· 8 years ago
059f58c
bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)
by Nitish Chandra
· 8 years ago
f0a95f2
bpo-32660: Solaris should support constants like termios' FIONREAD (#5328)
by jcea
· 8 years ago
6c51d51
bpo-32659: Solaris "stat" should support "st_fstype" (#5307)
by jcea
· 8 years ago
47c0b1f
bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)
by Коренберг Марк
· 8 years ago
7c68407
bpo-32622: Implement loop.sendfile() (#5271)
by Andrew Svetlov
· 8 years ago
f13f12d
bpo-32630: Use contextvars in decimal (GH-5278)
by Yury Selivanov
· 8 years ago
4defba3
bpo-31368: Expose preadv and pwritev in the os module (#5239)
by Pablo Galindo
· 8 years ago
61d478c
bpo-31399: Let OpenSSL verify hostname and IP address (#3462)
by Christian Heimes
· 8 years ago
Next »