- 05 Apr, 2019 1 commit
-
-
Anthony Sottile authored
-
- 04 Apr, 2019 2 commits
-
-
MakDon authored
-
Matt Houglum authored
-
- 03 Apr, 2019 1 commit
-
-
tyomitch authored
The error messages in the parser module are referring to numeric IDs for the nodes. To improve readability, use the node names when reporting errors.
-
- 02 Apr, 2019 8 commits
-
-
Slam authored
Semantically the same, but more idiomatic by checking against `kwargs` instead of `len(kwargs)`.
-
bpo-32413: Add documentation that at the module level, locals(), globals() are the same dictionary (GH-5004) https://bugs.python.org/issue32413
-
Jeroen Demeyer authored
-
Zackery Spytz authored
-
Thomas Perl authored
-
Inada Naoki authored
-
Max Bernstein authored
-
Emmanuel Arias authored
-
- 01 Apr, 2019 7 commits
-
-
Daniel Hahler authored
Incorrect issue number '13210' added in 539ee5da. https://bugs.python.org/issue13120
-
Steve Dower authored
-
Joannah Nanjekye authored
I have added documentation for `PyInterpreterState_Main()`. I chose to place it under Advanced Debugger Support together with similar functions like `PyInterpreterState_Head()`, `PyInterpreterState_Next(`), and `PyInterpreterState_ThreadHead()` . https://bugs.python.org/issue36157
-
Brad Larsen authored
Research and fix by @bradlarsen.
-
Inada Naoki authored
-
Inada Naoki authored
set.add(0) and set.add.__get__(0) now raise TypeError with same error message.
-
Serhiy Storchaka authored
Deprecated passing the following arguments as keyword arguments: - "func" in functools.partialmethod(), weakref.finalize(), profile.Profile.runcall(), cProfile.Profile.runcall(), bdb.Bdb.runcall(), trace.Trace.runfunc() and curses.wrapper(). - "function" in unittest.addModuleCleanup() and unittest.TestCase.addCleanup(). - "fn" in the submit() method of concurrent.futures.ThreadPoolExecutor and concurrent.futures.ProcessPoolExecutor. - "callback" in contextlib.ExitStack.callback(), contextlib.AsyncExitStack.callback() and contextlib.AsyncExitStack.push_async_callback(). - "c" and "typeid" in the create() method of multiprocessing.managers.Server and multiprocessing.managers.SharedMemoryServer. - "obj" in weakref.finalize(). Also allowed to pass arbitrary keyword arguments (even "self" and "func") if the above arguments are passed as positional argument.
-
- 31 Mar, 2019 4 commits
-
-
Zackery Spytz authored
-
Zackery Spytz authored
-
Steve Dower authored
-
Steve Dower authored
-
- 30 Mar, 2019 9 commits
-
-
Paul Moore authored
-
Joel Croteau authored
Stop rejecting IPv4 octets with leading zeroes as ambiguously octal. Plenty of other tools generate decimal IPv4 octets with leading zeroes, so keeping this check hurts interoperability. Patch by Joel Croteau.
-
Nick Coghlan authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
Errors during writing no longer prevent to properly close the ZIP file.
-
Serhiy Storchaka authored
The bug occurred when the encoded surrogate character is passed to the incremental decoder in two chunks.
-
Inada Naoki authored
-
Inada Naoki authored
-
- 29 Mar, 2019 7 commits
-
-
Steve Dower authored
-
Paul Monson authored
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.
-
Jeroen Demeyer authored
-
Victor Stinner authored
* Add config_read_cmdline() subfunction. Remove _PyCmdline structure. * _PyCoreConfig_Read() now also parses config->argv command line arguments
-
Alexey Izbyshev authored
-
Julien Palard authored
-
Susan Su authored
* changes to html file -> added contributing to docs link at the end of the page * revisions to the dealing with bugs page. added more links in the documentation bugs section *
📜 🤖 Added by blurb_it. * Update Doc/bugs.rst Updated Doc/bugs.rst in accordance with willingc and JulienPalard suggestions. Co-Authored-By: suhearsawho <susansu.software@gmail.com>
-
- 28 Mar, 2019 1 commit
-
-