Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.5
/
Modules
tag
0a295395451a7f0366995f7c645da35255d640d7
tagger
Ned Deily <nad@python.org>
Wed Mar 28 09:19:59 2018
object
f59c0932b4e160f279fb98de4cdad2f58269e0a5
Python 3.6.5
15b6400
bpo-30622: Fix backport of NPN fix (#6102)
by Christian Heimes
· 7 years ago
32efcd1
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6032)
by Steve Dower
· 7 years ago
2f3ba27
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559) (GH-5954)
by Miss Islington (bot)
· 7 years ago
7592c0a
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988)
by Miss Islington (bot)
· 7 years ago
baa4507
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5990)
by Steve Dower
· 7 years ago
10fb1bf
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)
by Miss Islington (bot)
· 7 years ago
5bf7485
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832). (GH-5906)
by Serhiy Storchaka
· 7 years ago
e650fd3
Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)
by Miss Islington (bot)
· 7 years ago
1278c21
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
by animalize
· 7 years ago
a79591c
[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
by Christian Heimes
· 7 years ago
48707a1
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
by Christian Heimes
· 7 years ago
e9370a4
bpo-32185: Don't send IP in SNI TLS extension (#5865)
by Christian Heimes
· 7 years ago
fc9471a
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
by Miss Islington (bot)
· 7 years ago
980790e
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
by Miss Islington (bot)
· 7 years ago
16de2a9
closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)
by Miss Islington (bot)
· 7 years ago
f62a9d4
Update comment in posixmodule.c (GH-5681)
by Miss Islington (bot)
· 8 years ago
4731634
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
by INADA Naoki
· 8 years ago
a1d33f7
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by Miss Islington (bot)
· 8 years ago
b90c685
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5563)
by Miss Islington (bot)
· 8 years ago
c90a5de
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
by Terry Jan Reedy
· 8 years ago
3a04c52
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH-3000) (GH-3000) (#4101)
by Miss Islington (bot)
· 8 years ago
1d896ed
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)
by Antoine Pitrou
· 8 years ago
5f959c4
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5192)
by Victor Stinner
· 8 years ago
020668b
correct the typos (GH-4950) (#4951)
by Miss Islington (bot)
· 8 years ago
22097aa
bpo-32329: Fix sys.flags.hash_randomization (#4875)
by Victor Stinner
· 8 years ago
d1cb106
bpo-32277: Fix exception raised from chmod(..., follow_symlinks=False) (GH-4797) (#4869)
by Miss Islington (bot)
· 8 years ago
28453fe
[3.6] bpo-32297: Fix misspellings in Python source code comments (GH-4803) (#4864)
by Andrew Svetlov
· 8 years ago
ce5a3cd
bpo-32255: Always quote a single empty field when write into a CSV file. (GH-4769) (#4810)
by Miss Islington (bot)
· 8 years ago
71d8f36
bpo-32252: Fix faulthandler_suppress_crash_report() (GH-4794) (#4795)
by Miss Islington (bot)
· 8 years ago
8bcd410
bpo-32186: Release the GIL during lseek and fstat (GH-4652) (#4661)
by Miss Islington (bot)
· 8 years ago
c91bf74
bpo-28416: Break reference cycles in Pickler and Unpickler subclasses (GH-4080) (#4653)
by Miss Islington (bot)
· 8 years ago
cb79c22
bpo-31440: Changed default module search path for windows (#4613)
by Miss Islington (bot)
· 8 years ago
33217d2
bpo-31701: faulthandler: ignore MSC and COM Windows exception (#3929) (#4416)
by Victor Stinner
· 8 years ago
18056fb
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (GH-4391) (#4392)
by Miss Islington (bot)
· 8 years ago
6ed9d4e
bpo-32013: _pickle: Add missing Py_DECREF in error case in fast_save_enter() (GH-4384) (#4385)
by Miss Islington (bot)
· 8 years ago
596286f
[3.6] bpo-31927: Fix bugs in socketmodule.c on NetBSD and other issues. (GH-4235) (#4352)
by Serhiy Storchaka
· 8 years ago
b0331c9
bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-3958) (#4303)
by Miss Islington (bot)
· 8 years ago
9684cf6
bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4301)
by Miss Islington (bot)
· 8 years ago
a512493
bpo-31933: fix blake2 multi-byte params on big endian platforms (GH-4250) (#4262)
by Miss Islington (bot)
· 8 years ago
ea80ae0
bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4261)
by Miss Islington (bot)
· 8 years ago
f8b3f6b
[3.6] bpo-31926: fix missing *_METHODDEF statements by argument clinic (GH-4230) (#4253)
by Tal Einat
· 8 years ago
aad7ac1
bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4221)
by Miss Islington (bot)
· 8 years ago
1f81ea8
bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. (GH-3826) (#4218)
by Miss Islington (bot)
· 8 years ago
2be9a31
bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4215)
by Miss Islington (bot)
· 8 years ago
f44a629
Remove nested comments in blake2 (GH-4173) (#4214)
by Miss Islington (bot)
· 8 years ago
ff6ae4d
bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4212)
by Miss Islington (bot)
· 8 years ago
84e252b
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) (#4201)
by Miss Islington (bot)
· 8 years ago
f9a639b
bpo-31893: Fixed select.kqueue(). (GH-4166) (#4190)
by Miss Islington (bot)
· 8 years ago
5db3208
bpo-31891: Fix building the curses module on NetBSD. (GH-4165) (#4189)
by Miss Islington (bot)
· 8 years ago
4b27d51
[3.6] bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327). (#4135)
by xdegaye
· 8 years ago
6e45d7b
bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4086)
by Miss Islington (bot)
· 8 years ago
aaf6a3d
[3.6] bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) (#4083)
by Miss Islington (bot)
· 8 years ago
77af0a3
[3.6] bpo-31572: Get rid of using _PyObject_HasAttrId() in pickle. (GH-3729). (#4081)
by Serhiy Storchaka
· 8 years ago
97abcab
[3.6] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4033)
by Miss Islington (bot)
· 8 years ago
be4e9cc
[3.6] bpo-31806: Use _PyTime_ROUND_TIMEOUT for the timeout argument parsing in more functions (GH-4026) (#4032)
by Miss Islington (bot)
· 8 years ago
95602b3
[3.6] bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (GH-4003). (#4022)
by Pablo Galindo
· 8 years ago
cfc6047
[3.6] completly -> completely (GH-3999) (closes bpo-31788) (#4008)
by Miss Islington (bot)
· 8 years ago
c923da1
[3.6] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095) (#3973)
by Miss Islington (bot)
· 8 years ago
5f90800
bpo-28647: Update -u documentation (GH-3954)
by Berker Peksag
· 8 years ago
764969a
[3.6] bpo-28157: Improvements for the time module documentation (GH-928)
by Miss Islington (bot)
· 8 years ago
a8ac71d
[3.6] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3945)
by Miss Islington (bot)
· 8 years ago
a65b242
[3.6] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3874)
by Miss Islington (bot)
· 8 years ago
fcc832a
[3.6] bpo-31673: Fixed typo in the name of Tkinter's method adderrorinfo(). (GH-3864). (#3873)
by Serhiy Storchaka
· 8 years ago
7d6ddb9
bpo-28129: fix ctypes crashes (#386) (#3799)
by Victor Stinner
· 8 years ago
befc956
[3.6] bpo-31478: Fix an assertion failure in random.seed() in case a seed has a bad __abs__() method. (GH-3596) (#3794)
by Serhiy Storchaka
· 8 years ago
7c24e99
[3.6] bpo-31505: Fix an assertion failure in json, in case _json.make_encoder() received a bad encoder() argument. (GH-3643) (#3777)
by Miss Islington (bot)
· 8 years ago
bdb215b
[3.6] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3774)
by Miss Islington (bot)
· 8 years ago
a1c49f6
[3.6] bpo-31586: Use _count_element fast path for real dicts. (#3776)
by Miss Islington (bot)
· 8 years ago
69b2dc8
[3.6] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557) (#3770)
by Miss Islington (bot)
· 8 years ago
a6bddb8
[3.6] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254) (#3743)
by Miss Islington (bot)
· 8 years ago
e2a30cd
[3.6] bpo-27385: Clarify docstring for groupby() (GH-3738) (#3744)
by Miss Islington (bot)
· 8 years ago
7e32cee
[3.6] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3714)
by Miss Islington (bot)
· 8 years ago
88d0663
[3.6] closes bpo-31532: Fix memory corruption due to allocator mix (GH-3679) (#3681)
by Miss Islington (bot)
· 8 years ago
f37dd11
[3.6] bpo-31293: Fix crashes in truediv and mul of a timedelta by a float with a bad as_integer_ratio() method. (GH-3227) (#3654)
by Miss Islington (bot)
· 8 years ago
8afd7ab
[3.6] bpo-31499, xml.etree: Fix xmlparser_gc_clear() crash (GH-3641) (#3645)
by Miss Islington (bot)
· 8 years ago
49caab4
[3.6] bpo-31455: Fix an assertion failure in ElementTree.XMLParser(). (GH-3545) (#3585)
by Miss Islington (bot)
· 8 years ago
f135f62
[3.6] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3584)
by Miss Islington (bot)
· 8 years ago
472cc9f
[3.6] _ssl_: Fix compiler warning (GH-3559) (#3569)
by Christian Heimes
· 8 years ago
fa82dda
[3.6] bpo-30246: fix several error messages which only mention bytes in struct (#3561)
by Xiang Zhang
· 8 years ago
c0e7736
[3.6] bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0 (#3518)
by Victor Stinner
· 8 years ago
f8909d0
[3.6] bpo-31406: Fix crash due to lack of type checking in subclassing. (GH-3477) (#3479)
by Miss Islington (bot)
· 8 years ago
16f16db
[3.6] bpo-31400: Improve SSL error handling on Windows (GH-3463) (#3466)
by Christian Heimes
· 8 years ago
ddb536b
[3.6] bpo-31393: Fix the use of PyUnicode_READY(). (GH-3451). (#3453)
by Serhiy Storchaka
· 8 years ago
9f2b3d4
[3.6] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3444)
by Christian Heimes
· 8 years ago
6c99b65
[3.6] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3432)
by Christian Heimes
· 8 years ago
6da379b
[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) (#3381)
by Christian Heimes
· 8 years ago
c3c3062
[3.6] _pickle: Fix whichmodule() (GH-3358) (#3361)
by Christian Heimes
· 8 years ago
e5f2f80
bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) (#3350)
by Victor Stinner
· 8 years ago
63b3f2b
[3.6] bpo-29334: Fix ssl.getpeercert for auto-handshake (GH-1769) (#1778)
by Christian Heimes
· 8 years ago
f201e88
[3.6] bpo-30502: Fix handling of long oids in ssl. (GH-2909) (#3321)
by Christian Heimes
· 8 years ago
2ddea0f
[3.6] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3342)
by Christian Heimes
· 8 years ago
02854da
[3.6] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3344)
by Christian Heimes
· 8 years ago
7316c6d
[3.6] bpo-30622: Change NPN detection: (GH-2079) (#3314)
by Christian Heimes
· 8 years ago
39fde5f
[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
by Segev Finer
· 8 years ago
2eea952
bpo-31095: fix potential crash during GC (GH-3195)
by INADA Naoki
· 8 years ago
31b8efe
[3.6] bpo-9146: Raise a ValueError if OpenSSL fails to init a hash func (#3274)
by Gregory P. Smith
· 8 years ago
98bbeb7
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) (#3269)
by Serhiy Storchaka
· 8 years ago
58521fd
bpo-30581: Windows: os.cpu_count() returns wrong number of processors (#2934) (#3267)
by Christopher Wilcox
· 8 years ago
095a421
[3.6] bpo-31291: Fixed an assertion failure in zipimport.zipimporter.get_data() (GH-3226) (#3243)
by Oren Milman
· 8 years ago
2d1653a
[3.6] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3241)
by Pauli Virtanen
· 8 years ago
Next »