summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-32613: Update window FAQ (GH-5552). (GH-10545)Julien Palard2018-11-141-0/+2
* bpo-35214: Fix OOB memory access in unicode escape parser (GH-10506)Miss Islington (bot)2018-11-131-0/+3
* [3.6] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10493)Gregory P. Smith2018-11-131-0/+4
* bpo-34864: Document two IDLE on MacOS issues. (GH-10456)Miss Islington (bot)2018-11-111-0/+3
* bpo-35202: Remove unused imports in idlelib (GH-10438)Miss Islington (bot)2018-11-101-0/+1
* bpo-35193: Fix an off by one error in the RETURN_VALUE case. (GH-10418) (GH-1...Gregory P. Smith2018-11-091-0/+3
* bpo-34966: Improve support of method aliases in pydoc. (GH-9823)Miss Islington (bot)2018-11-081-0/+3
* [3.6] bpo-31354: Let configure --with-lto work on all builds (GH-10261)stratakis2018-11-071-0/+1
* bpo-33000: Document that IDLE's shell has no line limit. (GH-10373)Miss Islington (bot)2018-11-071-0/+2
* bpo-23220: Explain how IDLE's Shell displays output (GH-10356) (#10369)Miss Islington (bot)2018-11-061-0/+1
* bpo-35099: Improve the doc about IDLE running user code. (GH-10350)Miss Islington (bot)2018-11-061-0/+3
* bpo-21263: Skip test_gdb when python has been compiled with LLVM clang (GH-10...Miss Islington (bot)2018-11-042-0/+5
* [3.6]bpo-29341: Backport b942707 3.6 (GH-10299)BNMetrics2018-11-021-0/+2
* closes bpo-35139: The `pyexpat` module's macros in `Modules/Setup` now match ...Miss Islington (bot)2018-11-021-0/+1
* bpo-35062: Fix parsing _io.IncrementalNewlineDecoder's *translate* argument. ...Miss Islington (bot)2018-10-311-0/+2
* [3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-1023...Serhiy Storchaka2018-10-316-14/+22
* bpo-35097: Add IDLE doc subsection explaining editor windows. (GH-10206)Miss Islington (bot)2018-10-291-0/+2
* Issue 35093: Document the IDLE document viewer in the IDLE doc. (GH-10195)Miss Islington (bot)2018-10-281-0/+2
* bpo-35089: Don't mention typing.io and typing.re (GH-10173)Miss Islington (bot)2018-10-281-0/+2
* bpo-35088: Update idlelib.help.copy_string docstring (GH-10164)Miss Islington (bot)2018-10-281-0/+2
* bpo-35087: Update idlelib help files for the current doc build. (GH-10162)Miss Islington (bot)2018-10-281-0/+2
* bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)Miss Islington (bot)2018-10-271-0/+2
* bpo-35017, socketserver: don't accept request after shutdown (GH-9952)Miss Islington (bot)2018-10-261-0/+3
* bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (G...Miss Islington (bot)2018-10-251-0/+2
* bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)Steve Dower2018-10-251-0/+2
* bpo-34794: Fix a leak in Tkinter. (GH-10025)Miss Islington (bot)2018-10-231-0/+2
* bpo-34973: Fix crash in bytes constructor. (GH-9841)Miss Islington (bot)2018-10-211-0/+2
* closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodu...Miss Islington (bot)2018-10-211-0/+2
* [3.6] Remove duplicate NEWS entry due to cherry-picking (GH-10013)Ned Deily2018-10-201-3/+0
* Merge tag 'v3.6.7' into 3.6Ned Deily2018-10-202-0/+20
|\
| * 3.6.7finalv3.6.7Ned Deily2018-10-203-3/+20
| * bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-201-0/+3
* | bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...Miss Islington (bot)2018-10-201-0/+2
* | bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate()...Miss Islington (bot)2018-10-201-0/+2
* | bpo-33594: Add deprecation info in inspect.py module (GH-7036)Miss Islington (bot)2018-10-191-0/+3
* | bpo-34824: Fix a possible NULL pointer dereference in _ssl.c (GH-9606) (GH-9744)Miss Islington (bot)2018-10-191-0/+2
* | bpo-34791: xml package obeys ignore env flags (GH-9544) (GH-9546)Miss Islington (bot)2018-10-191-0/+3
* | bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-...Miss Islington (bot)2018-10-191-0/+2
* | bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760) (GH...Miss Islington (bot)2018-10-191-0/+2
* | bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)Miss Islington (bot)2018-10-191-0/+2
* | bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)Miss Islington (bot)2018-10-181-0/+3
* | [3.6] bpo-35011: Restore use of pyexpatns.h in libexpat (GH-9939) (GH-9941)Miss Islington (bot)2018-10-181-0/+4
* | [3.6] bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) (GH-9937)Stéphane Wirtel2018-10-171-0/+1
* | [3.6] bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (G...Stéphane Wirtel2018-10-171-0/+2
* | bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)Miss Islington (bot)2018-10-161-0/+3
* | bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (G...Miss Islington (bot)2018-10-161-0/+2
* | bpo-34989: python-gdb.py: fix current_line_num() (GH-9889)Miss Islington (bot)2018-10-151-0/+2
* | bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...Miss Islington (bot)2018-10-141-0/+3
* | [3.6] bpo-34941: Fix searching Element subclasses. (GH-9766) (GH-9868)Serhiy Storchaka2018-10-141-0/+3
* | Merge tag 'v3.6.7rc2' into 3.6Ned Deily2018-10-1314-20/+137
|\ \ | |/