Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.6rc1
/
Lib
tag
9d7889210ba48b6fde9fac464fff1725d2dbdc1d
tagger
Ned Deily <nad@python.org>
Tue Jun 12 04:32:00 2018
object
1015e38be4a52488a506ccb311ab7b23e46f9fa9
Python 3.6.6rc1
1015e38
3.6.6rc1
by Ned Deily
· 7 years ago
v3.6.6rc1
2023eaf
bpo-33656: Mention color in idlelib/NEWS.txt entry. (GH-7646)
by Miss Islington (bot)
· 7 years ago
afa1ea5
bpo-33656: Add enum name for argument of Windows call. (GH-7642)
by Miss Islington (bot)
· 7 years ago
0404d35
bpo-33656: On Windows, add API call saying that tk scales for DPI (GH-7137)
by Miss Islington (bot)
· 7 years ago
52ecb8c
pypi.python.org -> pypi.org (GH-7613) (GH-7615)
by Miss Islington (bot)
· 7 years ago
3e12158
bpo-30167: Prevent site.main() exception if PYTHONSTARTUP is set. (GH-6731) (GH-7607)
by Miss Islington (bot)
· 7 years ago
1d4089b
bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7601)
by Miss Islington (bot)
· 7 years ago
040d4a7
bpo-33748: fix tests altering sys.path and sys.modules (GH-7433) (GH-7603)
by Miss Islington (bot)
· 7 years ago
08a1b13
bpo-33610: Update IDLE Code Context doc entry (GH-7597)
by Miss Islington (bot)
· 7 years ago
07aea16
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
by Miss Islington (bot)
· 7 years ago
234b53f
bpo-30805: Avoid race condition with debug logging (GH-7545)
by Miss Islington (bot)
· 7 years ago
376c272
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
by Miss Islington (bot)
· 7 years ago
88437a9
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
by Miss Islington (bot)
· 7 years ago
1038669
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-7411)
by Miss Islington (bot)
· 7 years ago
8de73d5
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (GH-7467) (GH-7507)
by Yury Selivanov
· 7 years ago
2c8d665
[3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462) (GH-7483)
by Victor Stinner
· 7 years ago
97fe1b4
bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)
by Miss Islington (bot)
· 7 years ago
f74a124
bpo-33751: Fix test_file. (GH-7378)
by Miss Islington (bot)
· 7 years ago
b8baa33
[3.6] bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377). (GH-7431)
by Serhiy Storchaka
· 7 years ago
194a5c0
bpo-33752: Fix a file leak in test_dbm. (GH-7376)
by Miss Islington (bot)
· 7 years ago
ae55d29
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
by Miss Islington (bot)
· 7 years ago
a7de148
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
by Miss Islington (bot)
· 7 years ago
ffe29db
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
by Miss Islington (bot)
· 7 years ago
db22229
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
by Miss Islington (bot)
· 7 years ago
2e601c5
[3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7375)
by Serhiy Storchaka
· 7 years ago
d18b13d
bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7372)
by Miss Islington (bot)
· 7 years ago
7f1bcda
bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#7356)
by Miss Islington (bot)
· 7 years ago
da7f8ce
bpo-33744: Fix test_uu. (GH-7350) (GH-7353)
by Miss Islington (bot)
· 7 years ago
dd851d6
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
by Miss Islington (bot)
· 7 years ago
a42fe3c
bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)
by Miss Islington (bot)
· 7 years ago
64e538b
bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322)
by Victor Stinner
· 7 years ago
137e803
bpo-33718: Update regrtest from master (GH-7325)
by Victor Stinner
· 7 years ago
f329743
bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324)
by Victor Stinner
· 7 years ago
1381bfe
bpo-33540, socketserver: Add _block_on_close for tests (GH-7317)
by Victor Stinner
· 7 years ago
5dbb48a
[3.6] bpo-31234: Add test.support.wait_threads_exit() (GH-3578) (GH-7315)
by Victor Stinner
· 7 years ago
95681c7
bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312)
by Victor Stinner
· 7 years ago
8f7bd30
test.bisect: Update from master, fix typos (#7311)
by Victor Stinner
· 7 years ago
99ba73d
bpo-31009: Move fd_count() to test.support (#7308)
by Victor Stinner
· 7 years ago
b9afe64
bpo-33692: Update pythoninfo from master (GH-7301)
by Victor Stinner
· 7 years ago
c2870b6
bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266)
by Victor Stinner
· 7 years ago
b729af3
regrtest: repeat summary after re-run (GH-7159) (GH-7245)
by Victor Stinner
· 7 years ago
f7a19c2
bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244)
by Victor Stinner
· 7 years ago
be325e6
Improve ensurepip's --help (GH-4686) (GH-7239)
by Miss Islington (bot)
· 7 years ago
3b263e6
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7224)
by Yury Selivanov
· 7 years ago
6aacc16
Fix ci for 3.6 / asyncio / test_stdin_broken_pipe (#7212)
by Yury Selivanov
· 7 years ago
5e9e9db
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-6636) (#7205)
by Miss Islington (bot)
· 7 years ago
e151f83
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
by Yury Selivanov
· 7 years ago
7593b8a
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188)
by Victor Stinner
· 7 years ago
a6d6bd7
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
by Miss Islington (bot)
· 7 years ago
7e8819a
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport (GH-7149) (#7154)
by Miss Islington (bot)
· 7 years ago
6ec325d
bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145)
by Miss Islington (bot)
· 7 years ago
ae27dee
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms (GH-7134)
by Miss Islington (bot)
· 7 years ago
ecd0bb2
test.regrtest: flush stdout when display progress (GH-7105)
by Miss Islington (bot)
· 7 years ago
749afe8
[3.6] bpo-26819: Prevent proactor double read on resume (GH-6921) (#7110)
by CtrlZvi
· 7 years ago
fc0356d
bpo-33629: Prevent coredump in test_importlib (GH-7090)
by Miss Islington (bot)
· 7 years ago
935c81b
bpo-33628: IDLE: Minor code cleanup of codecontext.py and its tests (GH-7085)
by Miss Islington (bot)
· 7 years ago
32adddb
[3.6] Improve comments in test_idle.py. (GH-7057) (GH-7060)
by Terry Jan Reedy
· 7 years ago
2baee0a
bpo-30877: Fix clearing a cache in the the JSON decoder. (GH-7048)
by Miss Islington (bot)
· 7 years ago
e9e2fd7
[3.6] bpo-33542: Ignore DUID in uuid.get_node on Windows. (GH-6922) (GH-7014)
by Serhiy Storchaka
· 7 years ago
7208bfb
[3.6] bpo-33263: Fix FD leak in _SelectorSocketTransport (GH-6450) (#7025)
by Andrew Svetlov
· 7 years ago
49418f6
[3.6] bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (#7006)
by Serhiy Storchaka
· 7 years ago
09a5c07
[3.6] bpo-30928: Update idlelib/NEWS.txt. (GH-6995) (GH-6997)
by Terry Jan Reedy
· 7 years ago
83aedc4
bpo-32831: IDLE: Add docstrings and tests for codecontext (GH-5638)
by Miss Islington (bot)
· 7 years ago
c6a5cc8
bpo-33556: Remove reference to thread module from docstring (GH-6963)
by Miss Islington (bot)
· 7 years ago
eb4590e
bpo-33564: Add async to IDLE's code context block openers. (GH-6960)
by Miss Islington (bot)
· 7 years ago
0d8f83f
bpo-33522: Enable CI builds on Visual Studio Team Services (GH-6865) (GH-6925)
by Steve Dower
· 7 years ago
5e8c526
bpo-32384: Skip test when _testcapi isn't available (GH-4940)
by Miss Islington (bot)
· 7 years ago
8fa36b6
bpo-30928: update idlelib/NEWS.txt for 3.6. (#6888)
by Terry Jan Reedy
· 7 years ago
47793de
bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (GH-6873)
by Miss Islington (bot)
· 7 years ago
1b0d65f
[3.6] bpo-29706: IDLE now colors async and await as keywords in 3.6. (#6879)
by Terry Jan Reedy
· 7 years ago
7c59a33
bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)
by Miss Islington (bot)
· 7 years ago
c50e5b1
bpo-31947: remove None default for names param in Enum._create_ GH-4288 (GH-6485)
by Miss Islington (bot)
· 7 years ago
726894a
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
by Miss Islington (bot)
· 7 years ago
3936fd7
[3.7] bpo-32861: urllib.robotparser fix incomplete __str__ methods. (GH-5711) (GH-6795) (GH-6818)
by Miss Islington (bot)
· 7 years ago
48fdbbf
bpo-32601: Let test_expanduser use the same user if no others found. (GH-5246)
by Miss Islington (bot)
· 7 years ago
308dbe0
Backport recent typing updates (GH-6759)
by Ivan Levkivskyi
· 7 years ago
8ac158a
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859)
by Miss Islington (bot)
· 7 years ago
c925108
closes bpo-33445: fail properly in test_cprofile() (GH-6727)
by Miss Islington (bot)
· 7 years ago
b1c70d0
[3.6] bpo-20087: Update locale alias mapping with glibc 2.27 supported locales. (GH-6708) (GH-6714)
by Miss Islington (bot)
· 7 years ago
0ba812b
bpo-33422: Fix quotation marks getting deleted when looking up byte/string literals on pydoc. (GH-6701)
by Miss Islington (bot)
· 7 years ago
eb5abdc
bpo-33400: Clarified documentation to indicate no strict adherence to ISO 8601. (GH-6703)
by Miss Islington (bot)
· 7 years ago
a607f8b
bpo-31908: Fix output of cover files for trace module command-line tool. (GH-4205)
by Miss Islington (bot)
· 7 years ago
3d11630
bpo-21474: Update IDLE word/identifier definition from ascii to unicode. (GH-6643)
by Miss Islington (bot)
· 7 years ago
ef91552
bpo-33256: Replace angle brackets around python object repr to display it in html (GH-6442)
by Miss Islington (bot)
· 7 years ago
a26a297
bpo-31026: Fix test_dbm if dbm.ndbm is build with Berkeley DB. (GH-6632)
by Miss Islington (bot)
· 7 years ago
1b27ec6
[3.6] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630). (GH-6633)
by Serhiy Storchaka
· 7 years ago
8a6f4b4
bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555)
by Miss Islington (bot)
· 7 years ago
82de43f
[3.6] Spelling fixes to docs, docstrings, and comments (GH-6374) (#6558)
by Terry Jan Reedy
· 7 years ago
47d57bf
bpo-33131: Upgrade ensurepip to bundle pip 10.0.1 (GH-6546)
by Miss Islington (bot)
· 7 years ago
6f87093
bpo-33189: pygettext.py now accepts only literal strings (GH-6364)
by Miss Islington (bot)
· 7 years ago
fc8693d
bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519)
by Miss Islington (bot)
· 7 years ago
1957e7b
bpo-31583: Fix 2to3 for using with --add-suffix option (GH-3758) (GH-6529)
by Miss Islington (bot)
· 7 years ago
e735634
Fix spelling typo (GH-6443) (#6508)
by Miss Islington (bot)
· 7 years ago
f1547d1
bpo-33295: Skip test using missing external site (GH-6504) (GH-6511)
by Miss Islington (bot)
· 7 years ago
f44ce35
bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479)
by Miss Islington (bot)
· 7 years ago
e0dbc57
bpo-31920: Fixed handling directories as arguments in the ``pygettext`` script. (GH-6259)
by Miss Islington (bot)
· 7 years ago
2d01ac5
Fix misleading docsting of shelve.open(). (GH-6427)
by Miss Islington (bot)
· 7 years ago
335efd7
Update docstring of tempfile._RandomNameSequence (GH-6414)
by Miss Islington (bot)
· 7 years ago
280a767
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6422)
by Miss Islington (bot)
· 7 years ago
8da15f0
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)
by Miss Islington (bot)
· 7 years ago
Next »