Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
29f84294d88ec493c2de9d6e8dbc12fae3778771
29f8429
bpo-40782: Change asyncio.AbstractEventLoop.run_in_executor to be a method not a coroutine (GH-21852)
by James Weaver
· 5 years ago
99c0ee3
Fix typo in message from assert statement (GH-21283)
by Allen
· 5 years ago
1abeda8
bpo-40204: Fix duplicated productionlist names in the doc (GH-21900)
by Victor Stinner
· 5 years ago
fbf43f0
bpo-41521: Rename blacklist parameter to not_exported (GH-21824)
by Victor Stinner
· 5 years ago
9700346
Update the comment of termios.c (#21886)
by Soumendra Ganguly
· 5 years ago
2353d77
bpo-41503: Fix race between setTarget and flush in logging.handlers.MemoryHandler (GH-21765)
by Irit Katriel
· 5 years ago
fff3c28
bpo-41513: Improve speed and accuracy of math.hypot() (GH-21803)
by Raymond Hettinger
· 5 years ago
39dab24
bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)
by Stefan Krah
· 5 years ago
495bd03
bpo-31122: ssl.wrap_socket() now raises ssl.SSLEOFError rather than OSError when peer closes connection during TLS negotiation (GH-18772)
by Dima Tisnek
· 5 years ago
40e700a
bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)
by Stefan Krah
· 5 years ago
fa5d725
Fix typo in typing doc (GH-21879)
by Irit Katriel
· 5 years ago
bb0b085
bpo-40204: Fix reference to terms in the doc (GH-21865)
by Victor Stinner
· 5 years ago
87d8287
bpo-41025: Fix subclassing for zoneinfo.ZoneInfo (GH-20965)
by Paul Ganssle
· 5 years ago
e55de68
bpo-41410: Fix outdated info in mkstemp docs (GH-21701)
by Rishav Kundu
· 5 years ago
6444ca9
bpo-41526: Fixed layout of final page of the installer (GH-21871)
by Steve Dower
· 5 years ago
a3eae43
Fixed comment about pathlib.link_to: it was added in 3.8, not changed. (#21851)
by Facundo Batista
· 5 years ago
474652f
bpo-40204, doc: Fix syntax of C variables (GH-21846)
by Victor Stinner
· 5 years ago
0eb9deb
bpo-41066: Update the comparison section for os vs pathlib (GH-21261)
by Srinivas Reddy Thatiparthy (శ్రీనివాస్ రెడ్డి తాటిపర్తి)
· 5 years ago
d3ded08
bpo-40204: Add :noindex: in the documentation (GH-21859)
by Victor Stinner
· 5 years ago
20ae565
bpo-41521: Replace denylist with blocklist is http.cookiejar doc (GH-21826)
by Victor Stinner
· 5 years ago
c818b15
bpo-41520: Fix second codeop regression (GH-21848)
by Terry Jan Reedy
· 5 years ago
46d10b1
bpo-40204: Fix duplicates in the documentation (GH-21857)
by Victor Stinner
· 5 years ago
43577c0
bpo-40204: Fix Sphinx sytanx in howto/instrumentation.rst (GH-21858)
by Victor Stinner
· 5 years ago
e087f7c
bpo-1635741: Port _winapi ext to multi-stage init (GH-21371)
by Mohamed Koubaa
· 5 years ago
c51db0e
bpo-41531: Fix compilation of dict literals with more than 0xFFFF elements (GH-21850)
by Pablo Galindo
· 5 years ago
8ecc0c4
bpo-1635741: Clean sysdict and builtins of interpreter at exit (GH-21605)
by Hai Shi
· 5 years ago
423e77d
bpo-40204: Allow pre-Sphinx 3 syntax in the doc (GH-21844)
by Victor Stinner
· 5 years ago
6e0b788
Catch all skip_handler cases (GH-21842)
by Stefan Krah
· 5 years ago
369a1cb
bpo-41520: codeop no longer ignores SyntaxWarning (GH-21838)
by Victor Stinner
· 5 years ago
0e95bbf
bpo-41521, typing: Rename _PROTO_WHITELIST to _PROTO_ALLOWLIST (#21825)
by Victor Stinner
· 5 years ago
0dfee33
Fix typo (GH-21820)
by Christopher Yeh
· 5 years ago
b5f87b9
Call randseed() before other imports in deccheck.py (GH-21834)
by Stefan Krah
· 5 years ago
76643c1
bpo-41475: Fix note in "What's new in 3.7" (#21733)
by Ram Rachum
· 5 years ago
af3a6a8
Add PEP 573 additions to What's New (GH-21374)
by Petr Viktorin
· 5 years ago
e3c971c
Add links to asttokens, leoAst, LibCST and parso to ast docs (GH-21773)
by Edward K. Ream
· 5 years ago
0ee0b29
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21823)
by Victor Stinner
· 5 years ago
fabd7bb
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
by Victor Stinner
· 5 years ago
1d541c2
bpo-1635741: Port multiprocessing ext to multiphase init (GH-21378)
by Mohamed Koubaa
· 5 years ago
490c542
bpo-40275: Fix failed test cases by using test helpers (GH-21811)
by Hai Shi
· 5 years ago
a02efe4
MSVC: The ARM command line should not define MASM. (#21817)
by Stefan Krah
· 5 years ago
85fdafa
Replace import_fresh_module in decimal test files (GH-21815)
by Stefan Krah
· 5 years ago
eaa5517
bpo-40548: Fix "Check for source changes (pull_request)" GH Action job (GH-21806)
by Victor Stinner
· 5 years ago
4ce6faa
bpo-16995: add support for base32 extended hex (base32hex) (GH-20441)
by Filipe Laíns
· 5 years ago
39042e0
bpo-41324 Add a minimal decimal capsule API (#21519)
by Stefan Krah
· 5 years ago
416f0b7
bpo-41514: Fix buggy IDLE test (GH-21808)
by Terry Jan Reedy
· 5 years ago
f2e161c
bpo-41468: Improve and test IDLE run error exit (GH-21798)
by Terry Jan Reedy
· 5 years ago
8b67bf9
Improve renamed test_run.RecursionLimitTest (GH-21794)
by Terry Jan Reedy
· 5 years ago
e28b8c9
bpo-35018: Sax parser should provide user access to lexical handlers (GH-20958)
by Zackery Spytz
· 5 years ago
67acf74
Doc: Add output to example code in programming FAQ (GH-21346)
by Jiajie Zhong
· 5 years ago
82ca8fa
bpo-41455: Provide a link to how the third generation is collected in the GC docs (GH-21703)
by Yaroslav Pankovych
· 5 years ago
c6f282f
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
by Hai Shi
· 5 years ago
d94af3f
bpo-40275: Remove test helpers aliases in test.support (GH-21771)
by Hai Shi
· 5 years ago
a4084b9
bpo-41497: Fix potential UnicodeDecodeError in dis CLI (GH-21757)
by Konge
· 5 years ago
705f145
Doc: Add a link to tutorial page from `open()` doc (GH-21737)
by Benjamin Kane
· 5 years ago
102b498
Update Azure Pipelines build to use Ubuntu 18.04 and move triggers into YAML files (GH-21776)
by Steve Dower
· 5 years ago
fcce8c6
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
by Hai Shi
· 5 years ago
e27a51c
bpo-41473: Skip test_gdb with gdb 9.2 to work around gdb bug (GH-21768)
by Victor Stinner
· 5 years ago
f44693e
bpo-41477: Make ctypes optional in test_genericalias (GH-21766)
by Victor Stinner
· 5 years ago
598a951
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
by Hai Shi
· 5 years ago
46e19b6
bpo-41098: Doc: Add missing deprecated directives (GH-21162)
by Inada Naoki
· 5 years ago
5463635
bpo-39871: Fix an error in a news entry (GH-21749)
by Zackery Spytz
· 5 years ago
3405e05
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
by pxinwr
· 5 years ago
d9323a8
bpo-41493: Refactoring dictresize (GH-21751)
by Inada Naoki
· 5 years ago
5f0769a
bpo-41371: Handle lzma lib import error in test_zoneinfo.py (GH-21734)
by Nathan M
· 5 years ago
777b611
bpo-41492: Fixes the description appearing in UAC prompts on Windows (GH-21754)
by Steve Dower
· 5 years ago
79bb2c9
bpo-40275: Use new test.support helper submodules in tests (GH-21743)
by Hai Shi
· 5 years ago
52f9842
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
by Eric L. Frederich
· 5 years ago
15edaec
bpo-40989: Fix compiler warning in winreg.c (GH-21722)
by Victor Stinner
· 5 years ago
8f4380d
bpo-40726: handle uninitalized end_lineno on ast.increment_lineno (GH-20312)
by Batuhan Taskaya
· 5 years ago
270b4ad
bpo-36346: Doc: Update removal schedule of legacy Unicode (GH-21479)
by Inada Naoki
· 5 years ago
582aaf1
bpo-41463: Generate information about jumps from 'opcode.py' rather than duplicating it in 'compile.c' (GH-21714)
by Mark Shannon
· 5 years ago
c7decc2
bpo-40275: Use new test.support helper submodules in tests (GH-21727)
by Hai Shi
· 5 years ago
604bba1
bpo-40275: Use new test.support helper submodules in tests (GH-21452)
by Hai Shi
· 5 years ago
da4e09f
bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536)
by Hans Petter Jansson
· 5 years ago
db6d9a5
bpo-41431: Optimize dict_merge for copy (GH-21674)
by Inada Naoki
· 5 years ago
602a971
bpo-41467: Fix asyncio recv_into() on Windows (GH-21720)
by Victor Stinner
· 5 years ago
bde48fd
bpo-38156: Fix compiler warning in PyOS_StdioReadline() (GH-21721)
by Victor Stinner
· 5 years ago
701b638
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
by Victor Stinner
· 5 years ago
4660597
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
by Hai Shi
· 5 years ago
bb0424b
bpo-40275: Use new test.support helper submodules in tests (GH-21451)
by Hai Shi
· 5 years ago
a7f5d93
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
by Hai Shi
· 5 years ago
488512b
A (very) slight speed improvement for iterating over bytes (#21705)
by Guido van Rossum
· 5 years ago
c36dbac
bpo-41425: Make tkinter doc example runnable (GH-21706)
by Ankit Chandawala
· 5 years ago
ecaf949
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
by Nathan M
· 5 years ago
ab72fde
bpo-40979: refactored typing.rst; (mostly) same content, new sub-sections and ordering (#21574)
by Luciano Ramalho
· 5 years ago
6a613f9
random module: Convert a "while 1" to "while True (GH-21700)
by Raymond Hettinger
· 5 years ago
5c32709
bpo-41421: Algebraic simplification for random.paretovariate() (GH-21695)
by Raymond Hettinger
· 5 years ago
cadda52
bpo-40360: Handle PendingDeprecationWarning in test_lib2to3. (GH-21694)
by Karthikeyan Singaravelan
· 5 years ago
6e8128f
bpo-41323: Perform 'peephole' optimizations directly on the CFG. (GH-21517)
by Mark Shannon
· 5 years ago
ba18c0b
bpo-41426 Fix grammar in curses.getmouse() documentation (GH-21677)
by Sebastien Williams-Wynn
· 5 years ago
a74eea2
closes bpo-38156: Always handle interrupts in PyOS_StdioReadline. (GH-21569)
by Benjamin Peterson
· 5 years ago
f6a16e8
Remove incorrect mention of method.__class__ in descriptor docs (GH-21665)
by Yonatan Goldschmidt
· 5 years ago
34cd3e9
Fix `List_Append` description, list is extracted at TOS1[-i] (GH-21465)
by Xiang Zhang
· 5 years ago
37a06cb
bpo-41412 and bpo-40948: Windows installer updates (GH-21656)
by Steve Dower
· 5 years ago
5e38267
bpo-41328: Replace mention of Hudson CI with Travis CI and AppVeyor (GH-21653)
by Dmytro Litvinov
· 5 years ago
c82dda1
bpo-35328: Set VIRTUAL_ENV_PROMPT at venv activation (GH-21587)
by Zackery Spytz
· 5 years ago
1332226
Validate the AST produced by the parser in debug mode (GH-21643)
by Pablo Galindo
· 5 years ago
13efaec
bpo-41045: Document debug feature of f-strings ('=') (GH-21509)
by amaajemyfren
· 5 years ago
b3fbff7
bpo-40939: Remove even more references to the old parser (GH-21642)
by Lysandros Nikolaou
· 5 years ago
72cabb2
bpo-40939: Use the new grammar for the grammar specification documentation (GH-19969)
by Pablo Galindo
· 5 years ago
Next »