Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.2
/
Modules
tag
84d6b204565614fc9ae672fb5b8c6f2fd13afd34
tagger
Ned Deily <nad@python.org>
Sat Jul 08 03:35:01 2017
object
5fd33b5926eb8c9352bf5718369b4a8d72c4bb44
Version v3.6.2
bdabd76
bpo-30797, bpo-30694: Avoid _GNU_SOURCE redefined warning in xmlparse.c (#2615)
by Ned Deily
· 8 years ago
d1d6501
[3.6] bpo-30745: Fix compiler warnings introduced in bpo-30730. (GH-2376) (#2378)
by Serhiy Storchaka
· 8 years ago
a9b16cf
[3.6] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2360)
by Serhiy Storchaka
· 8 years ago
ea1ab80
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2313)
by Victor Stinner
· 8 years ago
f75f6ed
[3.6] bpo-30650: Fixed a syntax error: missed right parentheses (GH-2154) (#2215)
by Serhiy Storchaka
· 8 years ago
86b9537
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2200)
by Victor Stinner
· 8 years ago
d89dc84
[3.6] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2121)
by Serhiy Storchaka
· 8 years ago
176f2eb
bpo-30508: Don't log exceptions if Task/Future "cancel()" method was called. (#2109)
by Yury Selivanov
· 8 years ago
964c261
[3.6] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2083)
by Zachary Ware
· 8 years ago
911068e
[3.6] Regenerate Argument Clinic code for bpo-19180. (GH-2073). (#2077)
by Serhiy Storchaka
· 8 years ago
0b7629c
bpo-30038: fix race condition in signal delivery + wakeup fd (#1082) (#2075)
by Victor Stinner
· 8 years ago
e89f95b
[3.6] bpo-30039: Don't run signal handlers while resuming a yield from stack (GH-1081) (#1640)
by Yury Selivanov
· 8 years ago
b757745
bpo-30524: Write unit tests for FASTCALL (#2022) (#2030)
by Victor Stinner
· 8 years ago
c422959
[3.6] bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366
by Nick Coghlan
· 8 years ago
31b950a
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003) (#2008)
by Victor Stinner
· 8 years ago
854f7ba
[3.6] bpo-30594: Fixed refcounting in newPySSLSocket (GH-1992) (#1994)
by Nathaniel J. Smith
· 8 years ago
2bafc0d
[3.6] bpo-30557: faulthandler now correctly filters and displays exception … (#1960)
by Steve Dower
· 8 years ago
c63ae11
bpo-30544: _io._WindowsConsoleIO.write raises the wrong error when WriteConsoleW fails (#1912) (#1925)
by Steve Dower
· 8 years ago
94d8261
[3.6] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1287)
by Mariatta
· 8 years ago
54af41d
bpo-30003: Fix handling escape characters in HZ codec (#1556) (#1719)
by Xiang Zhang
· 8 years ago
69f3a5a
tmtotuple(): use time_t for gmtoff (#1276) (#1635)
by Victor Stinner
· 8 years ago
aad1caf
bpo-30242: resolve some undefined behaviours in struct (#1418) (#1586)
by Xiang Zhang
· 8 years ago
3dc7c52
bpo-30048: asyncio: fix Task.cancel() was ignored. (GH-1546)
by INADA Naoki
· 8 years ago
72e1b61
bpo-29990: Fix range checking in GB18030 decoder (#1495) (#1507)
by Xiang Zhang
· 8 years ago
39b73dd
[3.6] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1469)
by Serhiy Storchaka
· 8 years ago
1bebd8a
[3.6] bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (GH-1316). (#1441)
by Serhiy Storchaka
· 8 years ago
0c2ff08
Backport bpo-30205 to 3.6 (#1403)
by Antoine Pitrou
· 8 years ago
3a8f8ea
bpo-30125: Fix faulthandler.disable() on Windows (#1243)
by Victor Stinner
· 8 years ago
e254617
[3.6] bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (GH-1110) (#1186)
by Serhiy Storchaka
· 8 years ago
39dedb6
[3.6] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (#1184)
by Serhiy Storchaka
· 8 years ago
680fea4
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) (#1180)
by Serhiy Storchaka
· 8 years ago
d5fa5f3
bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1130) (#1150)
by Xiang Zhang
· 8 years ago
8e72013
[3.6] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1142)
by Mariatta
· 8 years ago
04ac853
convert from long long to PyLong loselessly (#1106) (#1121)
by Benjamin Peterson
· 8 years ago
c26b19d
Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)
by Serhiy Storchaka
· 8 years ago
d0d575a
bpo-29939: suppress compiler warnings in _ctypes_test (#1038)
by Vinay Sajip
· 8 years ago
7d5d13d
bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933)
by Serhiy Storchaka
· 8 years ago
599bb18
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#911)
by T. Wouters
· 8 years ago
bf4bb2e
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) (#907)
by Serhiy Storchaka
· 8 years ago
a6b4e19
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903)
by Serhiy Storchaka
· 8 years ago
90eafdb
faulthandler: Restore the old sigaltstack during teardown (GH-777) (GH-797)
by Christophe Zeitouny
· 8 years ago
fca705d
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#722)
by Serhiy Storchaka
· 8 years ago
7c20811
Add sockaddr_alg to sock_addr_t (GH-234) (GH-533)
by Mariatta
· 8 years ago
53b2667
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords are not strings (#649) (#671)
by Michael Seifert
· 8 years ago
c609484
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
by Nick Coghlan
· 8 years ago
16416c2
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
by Xiang Zhang
· 8 years ago
68d2980
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
by Victor Stinner
· 8 years ago
26d013e
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#579)
by orenmn
· 8 years ago
9cef253
[3.6] bpo-29768: Fixed compile-time check for expat version. (#576)
by Serhiy Storchaka
· 8 years ago
7253ade
bpo-29176: Fix name of the _curses.window class (#52) (#532)
by Mariatta
· 8 years ago
95c50e5
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
by Ned Deily
· 8 years ago
d8b72e4
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)
by Yury Selivanov
· 8 years ago
13802a3
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
by Yury Selivanov
· 8 years ago
784ba7c
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
by Donald Stufft
· 8 years ago
76995ca
bpo-28518: Start a transaction implicitly before a DML statement (#245) (#318)
by Berker Peksag
· 8 years ago
3cc5817
Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) (#220)
by Vinay Sajip
· 8 years ago
e48fd93
bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209)
by Serhiy Storchaka
· 8 years ago
7d5587e
Update URL of Mersenne Twister Home Page (#20) (#115)
by INADA Naoki
· 9 years ago
b67f096
Fix datetime.fromtimestamp(): check bounds
by Victor Stinner
· 9 years ago
d43ab05
Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034.
by Serhiy Storchaka
· 9 years ago
a7e1648
Adds precheck for console filename to fix Windows 7.
by Steve Dower
· 9 years ago
c008dde
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
by Steve Dower
· 9 years ago
6d46ae7
Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0].
by Steve Dower
· 9 years ago
722e3e2
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
by Steve Dower
· 9 years ago
eacee98
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
by Steve Dower
· 9 years ago
86e4237
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
7e10dbb
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
2b3f4c1
merge 3.5 (#29398)
by Benjamin Peterson
· 9 years ago
ec977c3
gc types needs to be allocated as such (closes #29398)
by Benjamin Peterson
· 9 years ago
cd12f7c
merge 3.5
by doko@ubuntu.com
· 9 years ago
34e7e2e
- Issue #29169: Update zlib to 1.2.10.
by doko@ubuntu.com
· 9 years ago
4459e00
Issue #29092: Sync os.stat's doc and docstring on path type.
by Xiang Zhang
· 9 years ago
741c45a
merge 3.5
by Benjamin Peterson
· 9 years ago
a105dd3
generate spaces instead of tabs into config.c
by Benjamin Peterson
· 9 years ago
4659ddc
Merge doc fixes from 3.5
by Martin Panter
· 9 years ago
536d70e
Fix grammar, typos and markup in documentation and code comments
by Martin Panter
· 9 years ago
a675842
Py_SIZE() was misused for dict.
by Serhiy Storchaka
· 9 years ago
3023ebb
Py_SIZE() was misused for dict.
by Serhiy Storchaka
· 9 years ago
42e1ea9
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
e660335
Merge 3.5.
by Stefan Krah
· 9 years ago
18e0a97
Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons:
by Stefan Krah
· 9 years ago
f0f35a6
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
by Serhiy Storchaka
· 9 years ago
9937d90
Issue #29190: Fixed possible errors in comparing strings in the pickle module.
by Serhiy Storchaka
· 9 years ago
4ee3914
Issue #29203: functools.lru_cache() now respects PEP 468
by Raymond Hettinger
· 9 years ago
04316c4
Issue #29034: Fix memory leak and use-after-free in path_converter.
by Xiang Zhang
· 9 years ago
0b64a0f
Add comment why the change in d83884b3a427 wasn't necessary.
by Stefan Krah
· 9 years ago
dada5a8
Revert part of 3cb3e224b692 in code that I maintain.
by Stefan Krah
· 9 years ago
423c16b
Issue #29140: Fix hash(datetime.time)
by Victor Stinner
· 9 years ago
8d979d5
Fixed possible reference leaks in the _json module.
by Serhiy Storchaka
· 9 years ago
21fe721
Fixed possible reference leaks in the _json module.
by Serhiy Storchaka
· 9 years ago
acc2f74
fix error check, so that Random.seed actually uses OS randomness (closes #29085)
by Benjamin Peterson
· 9 years ago
bfce0f9
Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto
by Steve Dower
· 9 years ago
d741ed4
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
520569e
Issue #29004: Merge crc_hqx() doc from 3.5
by Martin Panter
· 9 years ago
3310e14
Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT
by Martin Panter
· 9 years ago
690e81f
Merge from 3.5.
by Serhiy Storchaka
· 9 years ago
18f018c
Issue #28871: Fixed a crash when deallocate deep ElementTree.
by Serhiy Storchaka
· 9 years ago
6165d55
Issue #28147: Fix a memory leak in split-table dictionaries
by INADA Naoki
· 9 years ago
Next »