Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.8rc1
tag
036b0b3833a10aef6e326d8369524fd61f49ffc7
tagger
Ned Deily <nad@python.org>
Tue Dec 11 21:47:41 2018
object
cc3e73212aa1b197f2f8ed636e0ecf73caaea302
Python 3.6.8rc1
cc3e732
3.6.8rc1
by Ned Deily
· 7 years ago
v3.6.8rc1
d23e1ea
Minor edits to NEWS entries
by Ned Deily
· 7 years ago
2c1c4a5
Update macOS installer Welcome for 3.6.8
by Ned Deily
· 7 years ago
56f86fc
macOS installer build: mitigate hdiutil resource busy bug
by Ned Deily
· 7 years ago
9756876
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086)
by Miss Islington (bot)
· 7 years ago
869e23e
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
by Miss Islington (bot)
· 7 years ago
7d9f219
[3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11032)
by Miss Islington (bot)
· 7 years ago
be6ec44
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108)
by Miss Islington (bot)
· 7 years ago
f74cabd
[3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11109)
by Ned Deily
· 7 years ago
8855d93
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH-11106)
by Serhiy Storchaka
· 7 years ago
37607f2
bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)
by Miss Islington (bot)
· 7 years ago
419b5ff
[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)
by Ned Deily
· 7 years ago
309d720
bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)
by Steve Dower
· 7 years ago
b1f98d4
Fix numbered lists in stdtypes.rst. (GH-10989)
by Miss Islington (bot)
· 7 years ago
f04cc5f
[3.6] bpo-35433: Properly detect installed SDK versions (GH-11009)
by Jeremy Kloth
· 7 years ago
3acf30d
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
by Miss Islington (bot)
· 7 years ago
7215e48
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
by Miss Islington (bot)
· 7 years ago
bad41ce
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
by Victor Stinner
· 7 years ago
3fd9755
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)
by Victor Stinner
· 7 years ago
f2d2cb1
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
by Miss Islington (bot)
· 7 years ago
f83ee47
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
by stratakis
· 7 years ago
df5d884
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
by Miss Islington (bot)
· 7 years ago
23a98ab
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
by Miss Islington (bot)
· 7 years ago
25555e0
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
by Miss Islington (bot)
· 7 years ago
12b9fb6
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)
by Miss Islington (bot)
· 7 years ago
2d6bc25
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026)
by Serhiy Storchaka
· 7 years ago
19f6e83
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) (GH-11024)
by Miss Islington (bot)
· 7 years ago
1066554
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464)
by Miss Islington (bot)
· 7 years ago
a51a5ca
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
by Miss Islington (bot)
· 7 years ago
7a2cf1e
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)
by Serhiy Storchaka
· 7 years ago
3f0e8e2
bpo-35363: test_eintr uses print(flush=True) (GH-10990)
by Miss Islington (bot)
· 7 years ago
e44b5b2
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
by Miss Islington (bot)
· 7 years ago
f9d8b68
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863)
by Miss Islington (bot)
· 7 years ago
af1f977
[3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979)
by Terry Jan Reedy
· 7 years ago
af31228
bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278)
by Miss Islington (bot)
· 7 years ago
eb38ee0
[3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)" (GH-10969)
by Victor Stinner
· 7 years ago
f7fe18a
[3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)
by Mariatta
· 7 years ago
4699f2a
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
by Miss Islington (bot)
· 7 years ago
2997fa4
[3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958)
by Mariatta
· 7 years ago
3a9b334
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) (GH-10954)
by Miss Islington (bot)
· 7 years ago
fdf5050
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10952)
by Miss Islington (bot)
· 7 years ago
b2e0649
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
by Miss Islington (bot)
· 7 years ago
62af9e6
[3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)
by Andre Delfino
· 7 years ago
e0c2046
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942)
by Miss Islington (bot)
· 7 years ago
49d995f
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) (GH-10936)
by Miss Islington (bot)
· 7 years ago
9b3d6a1
Move __missing__ after __delitem__ in Data model. (GH-10923)
by Miss Islington (bot)
· 7 years ago
92d912c
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886)
by Miss Islington (bot)
· 7 years ago
31b635d
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10925)
by Victor Stinner
· 7 years ago
bfb8818
[3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874)
by Andrew Svetlov
· 7 years ago
afb07fc
bpo-35414: Add a missing Py_INCREF(Py_None) in PyState_RemoveModule(). (GH-10914)
by Miss Islington (bot)
· 7 years ago
93d038c
bpo-35363, test_eintr: skip test_open() on macOS (GH-10896) (GH-10912)
by Victor Stinner
· 7 years ago
65a5eff
bpo-35411: Skip test_urllib2net FTP tests on Travis CI (GH-10907) (GH-10909)
by Miss Islington (bot)
· 7 years ago
70ca3fc
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873)
by Miss Islington (bot)
· 7 years ago
f455353
[3.7] bpo-35373: Fix PyInit_timezone() error handling (GH-10864)
by Miss Islington (bot)
· 7 years ago
67e6136
bpo-35226: Fix equality for nested unittest.mock.call objects. (GH-10555)
by Miss Islington (bot)
· 7 years ago
0f9b668
bpo-35372: Fix the code page decoder for input > 2 GiB. (GH-10848)
by Miss Islington (bot)
· 7 years ago
f65ede3
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr(). (GH-10853)
by Miss Islington (bot)
· 7 years ago
013832f
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
by Miss Islington (bot)
· 7 years ago
1e28daf
[3.6] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10825)
by E Kawashima
· 7 years ago
c0566e0
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
by Miss Islington (bot)
· 7 years ago
6c3f272
get_gmtoff() now returns time_t (GH-10838) (GH-10840)
by Victor Stinner
· 7 years ago
02250e5
bpo-35352: test_asyncio uses the certificate set from the test directory (GH-10826) (GH-10832)
by Victor Stinner
· 7 years ago
03b1200
bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) (GH-10822)
by Victor Stinner
· 7 years ago
af7e81f
bpo-35347: Fix test_socket.NonBlockingTCPTests (GH-10791)
by Miss Islington (bot)
· 7 years ago
3473ca4
bpo-35356: Fix a possible reference leak in nis.maps(). (GH-10808)
by Miss Islington (bot)
· 7 years ago
43d8126
[3.7] bpo-34279: Synchronize regrtest with master (GH-10800)
by Miss Islington (bot)
· 7 years ago
77000bb
bpo-33012: Fix more invalid function cast warnings with gcc 8. (GH-10751) (GH-10796)
by Victor Stinner
· 7 years ago
e1b2103
[3.6] bpo-31625: Stop using ranlib (GH-10417)
by stratakis
· 7 years ago
cbf5767
bpo-27903: Fix ResourceWarning in platform.dist() (GH-10792)
by Miss Islington (bot)
· 7 years ago
2a852a2
bpo-16086: Fix PyType_GetFlags() documentation (GH-10758) (GH-10790)
by Miss Islington (bot)
· 7 years ago
833a706
bpo-35189, bpo-35316: Make test_eintr less strict (GH-10782)
by Miss Islington (bot)
· 7 years ago
b14d3f2
pythoninfo: log more environment variable (GH-10719) (GH-10770)
by Victor Stinner
· 7 years ago
a181411
[3.6] Doc: Delete "how do I emulate os.kill" section in Windows FAQ (GH-10487) (GH-10768)
by Julien Palard
· 7 years ago
dd52938
bpo-33676: Fix dangling thread in _test_multiprocessing (GH-10755)
by Miss Islington (bot)
· 7 years ago
d5c8bd8
bpo-33012: Fix signatures of METH_NOARGS functions. (GH-10736) (GH-10748)
by Miss Islington (bot)
· 7 years ago
29d2f3c
[3.6] bpo-33029: Fix signatures of getter and setter functions. (GH-10746) (GH-10749)
by Serhiy Storchaka
· 7 years ago
54fa83e
bpo-33954: Rewrite FILL() macro of unicodeobject.c (GH-10740)
by Victor Stinner
· 7 years ago
b59fc31
bpo-35317: Fix mktime() error in test_email (GH-10721)
by Miss Islington (bot)
· 7 years ago
7f93f93
[3.6] bpo-35255: Doc: Delete now useless Windows FAQ section (GH-10557) (GH-10725)
by Julien Palard
· 7 years ago
fc4a44b
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH-10720)
by Victor Stinner
· 7 years ago
6c12091
bpo-35300: Add usage note to the lru_cache() docs (GH-10707) (GH-10709)
by Miss Islington (bot)
· 7 years ago
8c1592e
closes bpo-35309: cpath should be capath (GH-10702)
by Miss Islington (bot)
· 7 years ago
af009fb
bpo-32035: Fix words about strings and bytes in zipfile documentation. (GH-10592)
by Miss Islington (bot)
· 7 years ago
8c70c08
bpo-35303: Fix a reference leak in _operator.c's methodcaller_repr(). (GH-10689)
by Miss Islington (bot)
· 7 years ago
cc0e0a2
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675) (GH-10688)
by Victor Stinner
· 7 years ago
eef813b
[3.7] bpo-35189: Retry fnctl calls on EINTR (GH-10413) (GH-10678) (GH-10685)
by Victor Stinner
· 7 years ago
879f5f3
bpo-29877: compileall: import ProcessPoolExecutor only when needed (GH-4856)
by Miss Islington (bot)
· 7 years ago
832da87
Linkify SMTP.quit() in smtplib documentation. (GH-9785)
by Miss Islington (bot)
· 7 years ago
c9b3fc6
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) (GH-10663)
by Victor Stinner
· 7 years ago
0c15e50
bpo-24658: os.read() reuses _PY_READ_MAX (GH-10657)
by Miss Islington (bot)
· 7 years ago
c487cf9
bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558)
by Miss Islington (bot)
· 7 years ago
27c16e3
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
by Miss Islington (bot)
· 7 years ago
7af2144
bpo-35221: Additional hint that the placeholder is to be replaced. (GH-10604) (GH-10630)
by Miss Islington (bot)
· 7 years ago
df3051b
bpo-28604: Fix localeconv() for different LC_MONETARY (GH-10606) (GH-10619) (GH-10621)
by Victor Stinner
· 7 years ago
7a0d964
bpo-35021: Fix assertion failures in _datetimemodule.c. (GH-10039)
by Miss Islington (bot)
· 7 years ago
dac5124
bpo-9842: Add references for using "..." as a placeholder to the index. (GH-10330)
by Miss Islington (bot)
· 7 years ago
f4b26f7
Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
by Miss Islington (bot)
· 7 years ago
8945017
[3.6] bpo-25438: document what codec PyMemberDef T_STRING decodes the char * as (GH-10580) (GH-10587)
by Miss Islington (bot)
· 7 years ago
8d816f7
bpo-35202: Remove more unused imports in idlelib (GH-10573)
by Miss Islington (bot)
· 7 years ago
0124040
Add a missed PyErr_NoMemory() in symtable_new(). (GH-10576)
by Miss Islington (bot)
· 7 years ago
Next »