Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.8rc1
/
Misc
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
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
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
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
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
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
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
e0c2046
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942)
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
70ca3fc
bpo-35357: Add _mock_ prefix to name/parent/from_kall attributes of _Call/_MagicProxy. (GH-10873)
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
013832f
bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844)
by Miss Islington (bot)
· 7 years ago
c0566e0
bpo-31177: Skip deleted attributes while calling reset_mock (GH-9302)
by Miss Islington (bot)
· 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
43d8126
[3.7] bpo-34279: Synchronize regrtest with master (GH-10800)
by Miss Islington (bot)
· 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
b59fc31
bpo-35317: Fix mktime() error in test_email (GH-10721)
by Miss Islington (bot)
· 7 years ago
fc4a44b
bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) (GH-10720)
by Victor Stinner
· 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
27c16e3
bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023)
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
f4b26f7
Upgrade pip to 18.1 and setuptools to 40.6.2 (GH-10598)
by Miss Islington (bot)
· 7 years ago
be657c1
bpo-35213: Where appropriate, use 'macOS' in idlelib. (GH-10478)
by Miss Islington (bot)
· 7 years ago
137da0c
[3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)
by Julien Palard
· 7 years ago
fdc485a
bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)
by Miss Islington (bot)
· 7 years ago
3b5b1c0
[3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)
by Gregory P. Smith
· 7 years ago
a650493
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Miss Islington (bot)
· 7 years ago
2903b0f
bpo-35202: Remove unused imports in idlelib (GH-10438)
by Miss Islington (bot)
· 7 years ago
65e1a1f
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-10422)
by Gregory P. Smith
· 7 years ago
11a33e1
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
by Miss Islington (bot)
· 7 years ago
f6b9459
[3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261)
by stratakis
· 7 years ago
25bd107
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
by Miss Islington (bot)
· 7 years ago
7476fef
bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369)
by Miss Islington (bot)
· 7 years ago
927a113
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)
by Miss Islington (bot)
· 7 years ago
f574ce7
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10326)
by Miss Islington (bot)
· 7 years ago
8d2f88f
[3.6]bpo-29341: Backport b942707 3.6 (GH-10299)
by BNMetrics
· 7 years ago
2339fe7
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289)
by Miss Islington (bot)
· 7 years ago
907b07e
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
by Miss Islington (bot)
· 7 years ago
1e8c185
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10254)
by Serhiy Storchaka
· 7 years ago
9bdadc1
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
by Miss Islington (bot)
· 7 years ago
5c0a9c4
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
by Miss Islington (bot)
· 7 years ago
a36f04c
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
by Miss Islington (bot)
· 7 years ago
0e6329d
bpo-35088: Update idlelib.help.copy_string docstring (GH-10164)
by Miss Islington (bot)
· 7 years ago
0995314
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
by Miss Islington (bot)
· 7 years ago
5282125
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
by Miss Islington (bot)
· 7 years ago
8b1f52b
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
by Miss Islington (bot)
· 7 years ago
3b87151
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)
by Miss Islington (bot)
· 7 years ago
4aa1fda
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
by Steve Dower
· 7 years ago
2c54925
bpo-34794: Fix a leak in Tkinter. (GH-10025)
by Miss Islington (bot)
· 7 years ago
8bb0371
bpo-34973: Fix crash in bytes constructor. (GH-9841)
by Miss Islington (bot)
· 7 years ago
beb83d0
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)
by Miss Islington (bot)
· 7 years ago
7cba835
[3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)
by Ned Deily
· 7 years ago
dcd2b1e
Merge tag 'v3.6.7' into 3.6
by Ned Deily
· 7 years ago
0d3dd9f
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
by Miss Islington (bot)
· 7 years ago
6ec5cf2
3.6.7final
by Ned Deily
· 7 years ago
v3.6.7
d404ffa
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
by Miss Islington (bot)
· 7 years ago
d9a2665
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
by Miss Islington (bot)
· 7 years ago
932ebc1
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
by Miss Islington (bot)
· 7 years ago
d92816d
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)
by Miss Islington (bot)
· 7 years ago
5e808f9
bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546)
by Miss Islington (bot)
· 7 years ago
a9274f7
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-9199)
by Miss Islington (bot)
· 7 years ago
c04347f
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957)
by Miss Islington (bot)
· 7 years ago
322a914
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
by Miss Islington (bot)
· 7 years ago
bcbefe2
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
by Miss Islington (bot)
· 7 years ago
4bfecb9
[3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941)
by Miss Islington (bot)
· 7 years ago
a5ebc20
[3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)
by Stéphane Wirtel
· 7 years ago
669fa8b
[3.6] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9927)
by Stéphane Wirtel
· 7 years ago
ae011e0
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
by Miss Islington (bot)
· 7 years ago
e2c3bc7
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
by Miss Islington (bot)
· 7 years ago
71e601e
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
by Miss Islington (bot)
· 7 years ago
08ba7eb
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
by Miss Islington (bot)
· 7 years ago
7c1c42b
[3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868)
by Serhiy Storchaka
· 7 years ago
2e3d527
Merge tag 'v3.6.7rc2' into 3.6
by Ned Deily
· 7 years ago
950fa40
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
by Miss Islington (bot)
· 7 years ago
4893861
3.6.7rc2
by Ned Deily
· 7 years ago
v3.6.7rc2
f55c3ae
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
by Ned Deily
· 7 years ago
c1fe49c
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
by Miss Islington (bot)
· 7 years ago
69e6ad6
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801)
by Miss Islington (bot)
· 7 years ago
f543e18
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657)
by Serhiy Storchaka
· 7 years ago
a14dda5
[3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-9792)
by twisteroid ambassador
· 7 years ago
e7ebf14
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 7 years ago
Next »