Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
5f4d05d83fde05fed0b6554d0beee4f1c1f1d8f1
/
Misc
5f4d05d
[3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492)
by Gregory P. Smith
· 6 years ago
b91c27d
bpo-34864: Document two IDLE on MacOS issues. (GH-10456)
by Miss Islington (bot)
· 6 years ago
2847cca
bpo-35202: Remove unused imports in idlelib (GH-10438)
by Miss Islington (bot)
· 6 years ago
f16ebcd
bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418)
by Miss Islington (bot)
· 6 years ago
9d36581
bpo-34966: Improve support of method aliases in pydoc. (GH-9823)
by Miss Islington (bot)
· 6 years ago
3ba5e25
Revert "bpo-32409: Fix regression in activate.bat on international Windows (GH-10295)" (GH-10403)
by Miss Islington (bot)
· 6 years ago
881e273
bpo-32409: Fix regression in activate.bat on international Windows (GH-10295) (GH-10377)
by Miss Islington (bot)
· 6 years ago
2b2a8c1
bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)
by Miss Islington (bot)
· 6 years ago
34fcee9
bpo-23220: Explain how IDLE's Shell displays output (GH-10356)
by Miss Islington (bot)
· 6 years ago
a437c28
bpo-35099: Improve the doc about IDLE running user code. (GH-10350)
by Miss Islington (bot)
· 6 years ago
96fb350
bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10318) (GH-10325)
by Miss Islington (bot)
· 6 years ago
08026b1
[3.7]bpo-29341: Backport b942707 3.7 (#10298)
by BNMetrics
· 6 years ago
04c9666
closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match `setup.py` (GH-10289)
by Miss Islington (bot)
· 6 years ago
71b6c1a
bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. (GH-10217)
by Miss Islington (bot)
· 6 years ago
b183750
[3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231). (GH-10253)
by Serhiy Storchaka
· 6 years ago
1a3f18e
bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)
by Miss Islington (bot)
· 6 years ago
ff8d626
Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)
by Miss Islington (bot)
· 6 years ago
c516dc6
bpo-35089: Don't mention typing.io and typing.re (GH-10173)
by Miss Islington (bot)
· 6 years ago
593af34
bpo-35088: Update idlelib.help.copy_string docstring (GH-10164)
by Miss Islington (bot)
· 6 years ago
2d3b7a9
bpo-35087: Update idlelib help files for the current doc build. (GH-10162)
by Miss Islington (bot)
· 6 years ago
e2cf819
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Miss Islington (bot)
· 6 years ago
cb920c1
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
by Miss Islington (bot)
· 6 years ago
9080824
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
by Miss Islington (bot)
· 6 years ago
ec10b70
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
by Miss Islington (bot)
· 6 years ago
c64c405
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)
by Miss Islington (bot)
· 6 years ago
a7ffb66
[3.7] bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
by Steve Dower
· 6 years ago
69a3f15
bpo-28015: Support LTO build with clang (GH-9908)
by Miss Islington (bot)
· 6 years ago
f7cefb4
bpo-34794: Fix a leak in Tkinter. (GH-10025) (GH-10069)
by Miss Islington (bot)
· 6 years ago
7f34d55
bpo-34973: Fix crash in bytes constructor. (GH-9841)
by Miss Islington (bot)
· 6 years ago
002aef3
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)
by Miss Islington (bot)
· 6 years ago
f141dda
[3.7] Remove duplicate NEWS entries due to cherry-picking (GH-10012)
by Ned Deily
· 6 years ago
08eae4f
Merge tag 'v3.7.1' into 3.7
by Ned Deily
· 6 years ago
260ec2c
3.7.1final
by Ned Deily
· 6 years ago
dcd56f6
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
by Miss Islington (bot)
· 6 years ago
ce3b5a8
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
by Miss Islington (bot)
· 6 years ago
60c663c
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849)
by Miss Islington (bot)
· 6 years ago
03ca8b5
bpo-34909: NEWS entry.
by Ned Deily
· 6 years ago
8f53dcd
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
by Miss Islington (bot)
· 6 years ago
c8348fb
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
by Miss Islington (bot)
· 6 years ago
0f2fc8b
bpo-34536: raise error for invalid _missing_ results (GH-9147) (GH-9978)
by Victor Stinner
· 6 years ago
4ec9f64
bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9743)
by Miss Islington (bot)
· 6 years ago
c119d59
bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9545)
by Miss Islington (bot)
· 6 years ago
6665802
bpo-1621: Avoid signed integer overflow in set_table_resize() (GH-9059) (GH-9198)
by Miss Islington (bot)
· 6 years ago
b9182aa
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916) (#9970)
by Miss Islington (bot)
· 6 years ago
bd9c2ce
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH-9957)
by Juliette Monsel
· 6 years ago
a66f279
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
by Miss Islington (bot)
· 6 years ago
5b9b935
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
by Miss Islington (bot)
· 6 years ago
178d1c0
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
by Miss Islington (bot)
· 6 years ago
35ae99d
[3.7] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9940)
by Miss Islington (bot)
· 6 years ago
657e3f9
[3.7] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) (GH-9926)
by Stéphane Wirtel
· 6 years ago
514bbfc
bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827)
by Miss Islington (bot)
· 6 years ago
fcea3dd
bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)
by Miss Islington (bot)
· 6 years ago
d991ede
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
by Miss Islington (bot)
· 6 years ago
b248a8c
[3.7] bpo-11233: Create availability directive for documentation (GH-9692) (GH-9830)
by Cheryl Sabella
· 6 years ago
1370832
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
by Miss Islington (bot)
· 6 years ago
b1c8003
bpo-34941: Fix searching Element subclasses. (GH-9766)
by Miss Islington (bot)
· 6 years ago
d04d3ea
Merge tag 'v3.7.1rc2' into 3.7
by Ned Deily
· 6 years ago
5dbb1b7
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849)
by Miss Islington (bot)
· 6 years ago
2238139
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
by Miss Islington (bot)
· 6 years ago
6c06ef7
3.7.1rc2
by Ned Deily
· 6 years ago
d8b6425
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
by Ned Deily
· 6 years ago
7a98e30
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
by Miss Islington (bot)
· 6 years ago
8b040e5
[3.7] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798)
by Serhiy Storchaka
· 6 years ago
a4910c2
[3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 6 years ago
41e5ec3
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
by Miss Islington (bot)
· 6 years ago
0ce31d3
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656)
by Miss Islington (bot)
· 6 years ago
c4c86fa
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
by Miss Islington (bot)
· 6 years ago
3b69993
bpo-6721: Hold logging locks across fork() (GH-4071) (#9291)
by Miss Islington (bot)
· 6 years ago
1a21893
bpo-34334: Don't log traceback twice in QueueHandler (GH-9537) (GH-9581)
by Miss Islington (bot)
· 6 years ago
49fb49d
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
by Miss Islington (bot)
· 6 years ago
476c294
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (#9701)
by Miss Islington (bot)
· 6 years ago
a67bd53d
[3.7] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9691)
by Elvis Pranskevichus
· 6 years ago
063755c
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
by Miss Islington (bot)
· 6 years ago
97f998a
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9676)
by Miss Islington (bot)
· 6 years ago
0f161b3
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
by Miss Islington (bot)
· 6 years ago
2b01121
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599)
by Miss Islington (bot)
· 6 years ago
dd7cf45
Merge tag 'v3.7.1rc1' into 3.7
by Ned Deily
· 6 years ago
2064bcf
3.7.1rc1
by Ned Deily
· 6 years ago
d9cfe5e
bpo-34370: Update Tk 8.6 used with macOS installers
by Ned Deily
· 6 years ago
12e3e80
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
by Miss Islington (bot)
· 6 years ago
3cc9557
bpo-34790: [docs] Passing coroutines to asyncio.wait() can be confusing. (GH-9543)
by Miss Islington (bot)
· 6 years ago
321f28c
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
by Miss Islington (bot)
· 6 years ago
db23206
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
by Miss Islington (bot)
· 6 years ago
394e55a
[3.7] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9511)
by Christian Heimes
· 6 years ago
ddc163d
bpo-34783: Fix Py_Main() (GH-9526)
by Victor Stinner
· 6 years ago
aeadf59
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
by Miss Islington (bot)
· 6 years ago
2756ef3
[3.7] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9505)
by Christian Heimes
· 6 years ago
44989bc
bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9399)
by Miss Islington (bot)
· 6 years ago
0c076ca
[3.7] bpo-29577: Enum: mixin classes don't mix well with already mixed Enums (GH-9328) (GH-9486)
by Ethan Furman
· 6 years ago
5c3d8b2
[3.7] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9488)
by Miss Islington (bot)
· 6 years ago
e5fde1f
bpo-34537: Fix test_gdb:test_strings with LC_ALL=C (GH-9483)
by Miss Islington (bot)
· 6 years ago
187f2dd
bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473)
by Miss Islington (bot)
· 6 years ago
975f3cb
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
by Miss Islington (bot)
· 6 years ago
015cd0f
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
by Miss Islington (bot)
· 6 years ago
95cc3ee
Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416)
by Victor Stinner
· 6 years ago
1a89cb5
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
by Miss Islington (bot)
· 6 years ago
470a435
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
by Miss Islington (bot)
· 6 years ago
144f1e2
[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)
by Victor Stinner
· 6 years ago
b7f58d7
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
by Miss Islington (bot)
· 6 years ago
1229664
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
by Miss Islington (bot)
· 6 years ago
Next »