summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* bpo-21269: Provide args and kwargs attributes on mock call objects GH11807Kumar Akshay2019-03-221-0/+1
* bpo-36398: Fix a possible crash in structseq_repr(). (GH-12492)Zackery Spytz2019-03-221-0/+1
* bpo-36256: Fix bug in parsermodule when parsing if statements (GH-12477)Pablo Galindo2019-03-211-0/+2
* bpo-36268: Change default tar format to pax from GNU. (GH-12355)CAM Gerlach2019-03-211-0/+3
* bpo-36285: Fix integer overflow in the array module. (GH-12317)sth2019-03-201-0/+1
* bpo-36312: Fix decoders for some code pages. (GH-12369)Serhiy Storchaka2019-03-201-0/+2
* bpo-36374: Fix a possible null pointer dereference (GH-12449)Zackery Spytz2019-03-201-0/+2
* bpo-36365: Rewrite structseq_repr() using _PyUnicodeWriter (GH-12440)Victor Stinner2019-03-191-0/+1
* bpo-36236: Handle removed cwd at Python init (GH-12424)Victor Stinner2019-03-191-0/+2
* bpo-36333: Fix leak _PyRuntimeState_Fini (GH-12400)Stéphane Wirtel2019-03-191-0/+1
* bpo-36356: Fix memory leak in _PyPreConfig_Read() (GH-12425)btharper2019-03-191-0/+1
* bpo-36324: Add inv_cdf() to statistics.NormalDist() (GH-12377)Raymond Hettinger2019-03-191-0/+2
* bpo-36352: Avoid hardcoded MAXPATHLEN size in getpath.c (GH-12423)Victor Stinner2019-03-191-0/+2
* bpo-36301: Error if decoding pybuilddir.txt fails (GH-12422)Victor Stinner2019-03-191-0/+2
* bpo-36320: Switch typing.NamedTuple from OrderedDict to regular dict (GH-12396)Raymond Hettinger2019-03-181-0/+3
* bpo-36332: Allow compile() to handle AST objects with assignment expressions ...Pablo Galindo2019-03-181-0/+2
* bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#...Stéphane Wirtel2019-03-181-0/+3
* bpo-36321: Fix misspelled attribute in namedtuple() (GH-12375)Raymond Hettinger2019-03-181-0/+5
* bpo-36297: remove "unicode_internal" codec (GH-12342)Inada Naoki2019-03-181-0/+2
* Fix "catchs" typos in NEWS entries (GH-12364)Harmon2019-03-171-4/+4
* bpo-34745: Fix asyncio sslproto memory issues (GH-12386)Fantix King2019-03-171-0/+1
* bpo-34160: Update news entry for XML order attributes (#12335)Diego Rojas2019-03-161-0/+1
* bpo-23216: IDLE: Add docstrings to search modules (GH-12141)Cheryl Sabella2019-03-161-0/+1
* bpo-35493: Use Process.sentinel instead of sleeping for polling worker status...Pablo Galindo2019-03-161-0/+3
* bpo-35715: Liberate return value of _process_worker (GH-11514)Dave Chevell2019-03-161-0/+1
* bpo-36138: Clarify docs about converting datetime.timedelta to scalars. (GH-1...Yasser A2019-03-161-0/+1
* bpo-36124: Add PyInterpreterState.dict. (gh-12132)Eric Snow2019-03-151-0/+4
* bpo-36235: Fix CFLAGS in distutils customize_compiler() (GH-12236)Victor Stinner2019-03-151-0/+4
* bpo-36272: Logging now propagates RecursionError (GH-12312)Rémi Lapeyre2019-03-151-0/+2
* bpo-30040: update news entry (GH-12324)Inada Naoki2019-03-141-1/+2
* bpo-36282: Improved error message for too much positional arguments. (GH-12310)Serhiy Storchaka2019-03-131-0/+2
* bpo-36280: Add Constant.kind field (GH-12295)Guido van Rossum2019-03-131-0/+2
* bpo-31904: Adapt the _signal module to VxWorks RTOS (GH-12304)pxinwr2019-03-131-0/+1
* bpo-36262: Fix _Py_dg_strtod() memory leak (goto undfl) (GH-12276)Victor Stinner2019-03-131-0/+3
* Fix stepping into a frame without a __name__ (GH-12064)Anthony Sottile2019-03-131-0/+2
* Correct minor edit to news entry. (GH-12298)Ned Deily2019-03-121-1/+1
* Minor edits to news entries (ported from 3.7) (GH-12293)Ned Deily2019-03-122-10/+10
* bpo-36264: Don't honor POSIX HOME in os.path.expanduser on Windows (GH-12282)Anthony Sottile2019-03-121-0/+2
* canonicalize "Inada Naoki" in ACKS and 3.8 News (GH-12286)Inada Naoki2019-03-122-2/+2
* bpo-30040: new empty dict uses key-sharing dict (GH-1080)Inada Naoki2019-03-121-0/+2
* bpo-35931: Gracefully handle any exception in pdb debug command (GH-12103)Daniel Hahler2019-03-121-0/+1
* bpo-35132: Fixes missing target in gdb pep0393 check. (GH-11848)Lisa Roach2019-03-121-0/+1
* bpo-36234: Add more tests to PosixUidGidTests (GH-12234)Victor Stinner2019-03-111-0/+2
* bpo-36176: Fix IDLE autocomplete & calltip popup colors. (#12262)Terry Jan Reedy2019-03-111-0/+2
* bpo-35647: Fix path check in cookiejar (#11436)Xtreak2019-03-101-0/+3
* bpo-21314: Add a FAQ entry about positional only parameters (GH-10641)Lysandros Nikolaou2019-03-101-0/+3
* bpo-36251: Fix format strings used in match_repr() and stdprinter_repr(). (GH...sth2019-03-101-0/+2
* bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)Xtreak2019-03-101-0/+4
* closes bpo-33376: Update to Unicode 12.0.0. (GH-12256)Benjamin Peterson2019-03-101-0/+1
* bpo-35661: Store the venv prompt in pyvenv.cfg (GH-11440)Cheryl Sabella2019-03-081-0/+1