Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.5rc1
/
Lib
tag
87c4b938b9d22bc17113d9548a11c24b6bf44490
tagger
Ned Deily <nad@python.org>
Wed Mar 14 01:22:55 2018
object
f03c5148cfc6873df855bd0edca2940f9a5d8fd5
Python 3.6.5rc1
f03c514
3.6.5rc1
by Ned Deily
· 7 years ago
v3.6.5rc1
cad3eb2
lib2to3: Add more tests (GH-6101) (#6109)
by Miss Islington (bot)
· 7 years ago
cf61a81
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-5928)
by Miss Islington (bot)
· 7 years ago
6a526f6
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (GH-6096) (#6098)
by Miss Islington (bot)
· 7 years ago
069b8d2
[3.6] bpo-31804: Fix multiprocessing.Process with broken standard streams (GH-6079) (GH-6081)
by Antoine Pitrou
· 7 years ago
20ac11a
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6075)
by Miss Islington (bot)
· 7 years ago
017e9fd
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6058)
by Andrew Svetlov
· 7 years ago
12f74d8
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
by Nathan Henrie
· 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
387a055
bpo-33009: Fix inspect.signature() for single-parameter partialmethods. (GH-6004)
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
6935a51
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
by Miss Islington (bot)
· 7 years ago
73a4396
bpo-32857: Raise error when tkinter after_cancel() is called with None. (GH-5701)
by Miss Islington (bot)
· 7 years ago
c951675
[3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
by Benjamin Peterson
· 7 years ago
fbdd075
[3.6] bpo-32964: Reuse a testing implementation of the path protocol in tests. (GH-5930). (GH-5958)
by Serhiy Storchaka
· 7 years ago
32f5392
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH-5862)
by Miss Islington (bot)
· 7 years ago
8c65360
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
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
3f6c172
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
by Miss Islington (bot)
· 7 years ago
ec5569b
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typehints (GH-4745)
by Miss Islington (bot)
· 7 years ago
86ea851
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)" (#5911)
by Barry Warsaw
· 7 years ago
1278c21
[3.6] bpo-32394: Remove some TCP options on older version Windows. (GH-5585)
by animalize
· 7 years ago
fbf7aac
bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)
by Miss Islington (bot)
· 7 years ago
8f2bcab
Delete a broken threading.local example (GH-5870)
by Miss Islington (bot)
· 7 years ago
aab2258
bpo-31518: Change TLS protocol for Debian (#3660)
by Christian Heimes
· 7 years ago
980790e
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754)
by Miss Islington (bot)
· 7 years ago
cd2112f
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
by Miss Islington (bot)
· 7 years ago
9c819a6
[3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)
by Anselm Kruis
· 7 years ago
1d3c518
bpo-32457: Improves handling of denormalized executable path when launching Python (GH-5756) (#5818)
by Steve Dower
· 7 years ago
d8e7b98
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
by Miss Islington (bot)
· 7 years ago
52064c3
bpo-32874: IDLE: add tests for pyparse (GH-5755)
by Miss Islington (bot)
· 7 years ago
2b9726e
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240)
by Miss Islington (bot)
· 7 years ago
8e149ff
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)
by Miss Islington (bot)
· 7 years ago
ef0bb5c
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
by Miss Islington (bot)
· 7 years ago
b0fd935
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
by Miss Islington (bot)
· 7 years ago
2a93fae
Improve error message for "setup.py upload" without dist files (GH-21060)
by Miss Islington (bot)
· 7 years ago
5c81ed4
bpo-31972: Improve docstrings for pathlib classes (GH-5310)
by Miss Islington (bot)
· 7 years ago
17ca4e1
[3.6] Improves the ability to build in CI (GH-5730)
by Steve Dower
· 8 years ago
dda9386
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
by Miss Islington (bot)
· 8 years ago
a23eeca
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)
by Miss Islington (bot)
· 8 years ago
5d0d0ea
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
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
c3f9d7e
[3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid module. (GH-5608). (#5654)
by Serhiy Storchaka
· 8 years ago
9fad857
bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)
by Miss Islington (bot)
· 8 years ago
46daf39
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5639)
by Miss Islington (bot)
· 8 years ago
a1d33f7
bpo-29248: Fix os.readlink() on Windows (GH-5577)
by Miss Islington (bot)
· 8 years ago
504f191
[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)
by Serhiy Storchaka
· 8 years ago
7bd5a75
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
by Terry Jan Reedy
· 8 years ago
1c2b138
bpo-32765: Update configdialog General tab create page docstring (GH-5529) (GH-5538)
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
72584d2
[3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)
by Terry Jan Reedy
· 8 years ago
a71397f
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)
by Barry Warsaw
· 8 years ago
7e4cf8e
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5502)
by Bar Harel
· 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
688b6de
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-4570) (GH-4689)
by Miss Islington (bot)
· 8 years ago
85a92d0
bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and to_addrs (GH-5451) (#5455)
by Miss Islington (bot)
· 8 years ago
ea94fce
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) (#5459)
by Xiang Zhang
· 8 years ago
eb126ed
[3.6] compare with difflib not diff(1) (GH-5450) (GH-5453)
by Benjamin Peterson
· 8 years ago
a23a2c5
[3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443)
by Benjamin Peterson
· 8 years ago
6b2bbcc
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) (GH-5442)
by Miss Islington (bot)
· 8 years ago
88fa79a
[3.6] replace dynamic import with 'exec' with importlib.import_module (GH-5433) (GH-5440)
by Benjamin Peterson
· 8 years ago
6ea75b1
bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)
by Miss Islington (bot)
· 8 years ago
0cecc22
bpo-20891: Remove test_capi.test_bpo20891() (#5425)
by Victor Stinner
· 8 years ago
757aad6
Add a test for pdb until command in coroutine (GH-5427) (#5428)
by Miss Islington (bot)
· 8 years ago
d9c743b
bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)
by Miss Islington (bot)
· 8 years ago
3cfb84c
[3.6] bpo-32650 Add support for async generators and more test for coroutines in pdb (GH-5403). (#5411)
by Andrew Svetlov
· 8 years ago
543ec00
bpo-32650: Add native coroutine support to bdb when stepping over line (GH-5400) (#5402)
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
b3b4b81
bpo-32685: Improve suggestion for print statement (GH-5380)
by Miss Islington (bot)
· 8 years ago
d331515
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)
by Miss Islington (bot)
· 8 years ago
995c60d
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5330)
by Bo Bayles
· 8 years ago
255dbd2
bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323)
by Miss Islington (bot)
· 8 years ago
d69794f
[3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-5254) (#5290)
by Bo Bayles
· 8 years ago
6abbf14
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269) (#5285)
by Miss Islington (bot)
· 8 years ago
4002d5d
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
by Miss Islington (bot)
· 8 years ago
ccf7f05
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)
by Steve Dower
· 8 years ago
8d1e41d
Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)
by Miss Islington (bot)
· 8 years ago
4e09c0c
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219)
by Miss Islington (bot)
· 8 years ago
c2740e8
Skip test_readline.test_nonascii() on C locale (GH-5203) (#5204)
by Miss Islington (bot)
· 8 years ago
cf4cd4b
Add itertools recipe for directly finding the n-th combination (GH-5161) (#5174)
by Miss Islington (bot)
· 8 years ago
a91662a
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
by Miss Islington (bot)
· 8 years ago
94a3fac
bpo-31802: Fix importing native path module before importing os. (GH-4017) (#5129)
by Miss Islington (bot)
· 8 years ago
a70d5ff
bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5086) (#5095)
by Miss Islington (bot)
· 8 years ago
aea95c2
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078) (#5083)
by Miss Islington (bot)
· 8 years ago
439ce8a
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073)
by Miss Islington (bot)
· 8 years ago
1b2812a
remove unused import (GH-5040) (#5042)
by Miss Islington (bot)
· 8 years ago
85f71aa
make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5036)
by Miss Islington (bot)
· 8 years ago
6eb232c
bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)
by Miss Islington (bot)
· 8 years ago
ea98eba
[3.6] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5016)
by Serhiy Storchaka
· 8 years ago
32518b4
bpo-26133: Fix typos (GH-5010) (#5014)
by Miss Islington (bot)
· 8 years ago
5ff5d11
bpo-26133: Clear signals list on interpreter finalizing (GH-5002) (#5003)
by Miss Islington (bot)
· 8 years ago
6ba0637
correct wording (GH-4983) (#4984)
by Miss Islington (bot)
· 8 years ago
c1b8eb8
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4979)
by Miss Islington (bot)
· 8 years ago
2e1ef00
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)
by Victor Stinner
· 8 years ago
3bc68cf
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter shutdown (GH-4956) (#4962)
by Miss Islington (bot)
· 8 years ago
fdb148f
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope value (GH-4867) (#4959)
by Miss Islington (bot)
· 8 years ago
572636d
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
by Yury Selivanov
· 8 years ago
7d1fbec
bpo-32294: Fix multiprocessing test_semaphore_tracker() (GH-4885) (#4887)
by Miss Islington (bot)
· 8 years ago
b580f4f
[3.6] bpo-30416: Protect the optimizer during constant folding. (#4865)
by Serhiy Storchaka
· 8 years ago
Next »