Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
6b5f1b496f0b20144592b640b9c975df43a29eb0
6b5f1b4
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975)
by Raymond Hettinger
· 6 years ago
3221a63
bpo-37628: Fix IDLE config sample sizes (#14958)
by Tal Einat
· 6 years ago
1ed915e
Add Qt GUI example to the logging cookbook. (GH-14978)
by Vinay Sajip
· 6 years ago
46ebd4a
bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)
by Tal Einat
· 6 years ago
91e4957
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
by Derek Keeler
· 6 years ago
9d9893a
bpo-35524: Update Windows installer image in docs (GH-14966)
by Steve Dower
· 6 years ago
b1eb20e
bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)
by Steve Dower
· 6 years ago
3e54b57
bpo-37340: remove free_list for bound method objects (GH-14232)
by Inada Naoki
· 6 years ago
76b6451
bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
by Flavian Hautbois
· 6 years ago
c4cda43
bpo-37641 preserve relative file location in embeddable zip (GH-14884)
by Bill Collins
· 6 years ago
544fa15
Swap 'if' branches so content matches to condition in importlib example (GH-14947)
by Tzu-ping Chung
· 6 years ago
898318b
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
by Markus Mohrhard
· 6 years ago
93e8aa6
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
by Benjamin Peterson
· 6 years ago
123536f
bpo-37672: Switch Windows Store package to use pip.ini for user mode (GH-14939)
by Steve Dower
· 6 years ago
e018dc5
Remove duplicate call to strip method in Parser/pgen/token.py (GH-14938)
by Hansraj Das
· 6 years ago
5380def
bpo-37664: Update bundled pip to 19.2.1 and setuptools to 41.0.1 (GH-14934)
by Pradyun Gedam
· 6 years ago
a3697db
bpo-34160: explain how to deal with attribute order in ElementTree (GH-14867)
by Stefan Behnel
· 6 years ago
c6cb4cd
bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856)
by Stefan Behnel
· 6 years ago
151b91d
bpo-29548: deprecate PyEval_Call* functions (GH-14804)
by Jeroen Demeyer
· 6 years ago
e95ac20
bpo-37667: Add regression test for regrtest. (GH-14929)
by Gregory P. Smith
· 6 years ago
f0807ab
Only setup PGO tests when --pgo is enabled. (GH-14927)
by Gregory P. Smith
· 6 years ago
2f224a0
Touch up venv docs (GH-14922)
by Brett Cannon
· 6 years ago
c6fd6c8
bpo-29446: IDLE -- add explicit imports (GH-14919)
by Terry Jan Reedy
· 6 years ago
387c3c5
bpo-37653: Fix libinstall target in Makefile (GH-14911)
by Erlend Egeberg Aasland
· 6 years ago
7123ea0
bpo-17535: IDLE editor line numbers (GH-14030)
by Tal Einat
· 6 years ago
1ebee37
bpo-33610: validate non-negative integer inputs in IDLE's config (GH-14822)
by Tal Einat
· 6 years ago
4e16a4a
bpo-36044: Reduce number of unit tests run for PGO build (GH-14702)
by Neil Schemenauer
· 6 years ago
d309352
Update logging cookbook to show multiple worker processes using the concurrent.futures module. (#14905)
by Vinay Sajip
· 6 years ago
7397cda
bpo-21478: Record calls to parent when autospecced objects are used as child with attach_mock (GH 14688)
by Xtreak
· 6 years ago
b530a44
Add examples to elucidate the formulas (GH-14898)
by Raymond Hettinger
· 6 years ago
4214f1e
bpo-37627: Add acknowledgment (#14883)
by Terry Jan Reedy
· 6 years ago
96e12d5
Fix typos in docs, comments and test assert messages (#14872)
by Min ho Kim
· 6 years ago
8e3a738
Fix typo found by Min ho Kim (#14879)
by Terry Jan Reedy
· 6 years ago
1c0e9bb
Minor whitespace, indentation, and quoting changes to improve internal consistency and appease linters (GH-14888)
by Raymond Hettinger
· 6 years ago
22f0483
Bpo-37644: update suspicious.csv for distutils/examples (GH-14885)
by Ned Deily
· 6 years ago
35b87e6
bpo-37627: Initialize IDLE Custom Run dialog with previous entries (#14870)
by Ngalim Siregar
· 6 years ago
02c91f5
bpo-36324: Make internal attributes for statistics.NormalDist() private. (GH-14871)
by Raymond Hettinger
· 6 years ago
5623ac8
bpo-37476: Adding tests for asutf8 and asutf8andsize (GH-14531)
by Hai Shi
· 6 years ago
eed5e9a
bpo-36546: Clean-up comments (GH-14857)
by Raymond Hettinger
· 6 years ago
8dbe563
bpo-37624: Document weight assumptions for random.choices() (GH-14855)
by Raymond Hettinger
· 6 years ago
d395209
bpo-37547: Fix a compiler warning in winconsoleio.c (GH-14785)
by Zackery Spytz
· 6 years ago
8f040b7
bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)
by aldwinaldwin
· 6 years ago
e0a1f8f
bpo-33610: IDLE's code-context always shows current context immediately (GH-14821)
by Tal Einat
· 6 years ago
323842c
bpo-34443: Use __qualname__ instead of __name__ in enum exception messages. (GH-14809)
by Walter Dörwald
· 6 years ago
af2f5b1
Adjust builtins.zip() docstring to better communicate its signature (GH-14833)
by Sergey Fedoseev
· 6 years ago
9cd39b1
bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (#14460)
by Paul Monson
· 6 years ago
1b38922
bpo-36390: Gather IDLE Format menu functions into format.py (#14827)
by Terry Jan Reedy
· 6 years ago
8cb65d1
bpo-34155: Dont parse domains containing @ (GH-13079)
by jpic
· 6 years ago
719a062
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
by Abhilash Raj
· 6 years ago
a4a994b
bpo-37461: Fix infinite loop in parsing of specially crafted email headers (GH-14794)
by Abhilash Raj
· 6 years ago
82494aa
bpo-36390: IDLE: Combine region formatting methods. (GH-12481)
by Cheryl Sabella
· 6 years ago
fb26504
bpo-37543: optimize pymalloc (#14674)
by Inada Naoki
· 6 years ago
7036e1d
bpo-37530: simplify, optimize and clean up IDLE code context (GH-14675)
by Tal Einat
· 6 years ago
bd26a44
Docs: Correct formatting of a multiline code block (GH-13806)
by Joseph Fox-Rabinovitz
· 6 years ago
f8d4cc7
bpo-27452: IDLE: Cleanup config.py code (GH-14577)
by Cheryl Sabella
· 6 years ago
f69d5c6
Fix infinite loop in email folding logic (GH-12732)
by Paul Ganssle
· 6 years ago
1d8b04e
bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)
by sgal
· 6 years ago
a0f7119
bpo-37352: Minor word-smithing for design.rst (GH #14730)
by Ilya Kamenshchikov
· 6 years ago
6a61714
Replace backquote with command substitution in subprocess doc example (GH-13941)
by David Jones
· 6 years ago
e869281
bpo-37468: make install no longer install wininst-*.exe files (GH-14511)
by Victor Stinner
· 6 years ago
52693c1
bpo-37284: Add note to sys.implementation doc (GH-14328)
by Giovanni Cappellotto
· 6 years ago
18c5f9d
bpo-37500: Make sure dead code does not generate bytecode but also detect syntax errors (GH-14612)
by Pablo Galindo
· 6 years ago
cd6e83b
bpo-37593: Swap the positions of posonlyargs and args in the constructor of ast.parameters nodes (GH-14778)
by Pablo Galindo
· 6 years ago
8b7db5a
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
by Victor Stinner
· 6 years ago
1c5e68e
bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)
by Sergey Fedoseev
· 6 years ago
0d4f435
Clarify that plistlib's load and dump functions take a binary file object (GH-9825)
by Collin Styles
· 6 years ago
52c8c09
bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (GH-14716)
by Paul Monson
· 6 years ago
40d2226
Remove redundant docs of PyEval_EvalFrameEx (GH-14765)
by Hai Shi
· 6 years ago
68c74d0
bpo-37571: Remove extra space in ctypes docs (GH14764)
by Steve Dower
· 6 years ago
6b92958
bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)
by Michele Angrisano
· 6 years ago
8efade9
bpo-36261: Improve example of the preamble field in email docs (GH-14751)
by Carl Bordum Hansen
· 6 years ago
dffca9e
bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)
by Zac Hatfield-Dodds
· 6 years ago
0148470
Fix inconsequential typo in math.remainder algorithm comments. (#14746)
by Mark Dickinson
· 6 years ago
e441847
bpo-30088: Document that existing dir structure isn't verified by mailbox.Maildir (GH-1163)
by Sviatoslav Sydorenko
· 6 years ago
ed184c0
bpo-37358: Use vectorcall for functools.partial (GH-14284)
by Jeroen Demeyer
· 6 years ago
dc3f99f
bpo-37548: Document range of atan, acos and asin (GH-14717)
by Giovanni Cappellotto
· 6 years ago
e6b46aa
bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14726)
by Xtreak
· 6 years ago
05f2d84
bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)
by Minmin Gong
· 6 years ago
b5bbb8a
bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)
by Milan Oberkirch
· 6 years ago
994a3b8
Enable publish of Windows releases through Azure Pipelines (GH-14720)
by Steve Dower
· 6 years ago
fb6c1f8
Fix typo in re.escape documentation (GH-14722)
by Robert DiPietro
· 6 years ago
b9a0376
closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)
by gescheit
· 6 years ago
0827064
bpo-37521: No longer treat insertion into sys.modules as optional in importlib examples (GH-14723)
by Brett Cannon
· 6 years ago
a65c977
bpo-19696: Move threaded_import_hangers (GH-14655)
by Kyle Stanley
· 6 years ago
c8e7146
closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)
by Hai Shi
· 6 years ago
13ab570
Remove redundant check from arraymodule b_getitem (GH-14676)
by Disconnect3d
· 6 years ago
4737265
bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)
by Jakub Kulík
· 6 years ago
7cbef72
closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)
by Mariatta
· 6 years ago
1dbd084
bpo-29548: no longer use PyEval_Call* functions (GH-14683)
by Jeroen Demeyer
· 6 years ago
9b5ce62
bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)
by Tal Einat
· 6 years ago
79042ac
bpo-34369: make kqueue.control() docs better reflect that timeout is positional-only (GH-9499)
by Tal Einat
· 6 years ago
59ad110
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
by Jeroen Demeyer
· 6 years ago
2a3d4d9
Document default parameter of .seek() in the signature. (GH-14691)
by Benjamin Peterson
· 6 years ago
b64c2c6
Fix compiler warning in new code. (#14690)
by Tim Peters
· 6 years ago
5d25f2b
bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)
by Neil Schemenauer
· 6 years ago
f117d87
Rename memory.c to mpalloc.c for consistency with the header file. (#14687)
by Stefan Krah
· 6 years ago
4749dbe
Really remove vcstdint.h. (#14686)
by Stefan Krah
· 6 years ago
6aeb2fe
bpo-26806: IDLE should run without docstrings (#14657)
by Terry Jan Reedy
· 6 years ago
3a3db97
bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)
by Hai Shi
· 6 years ago
73ea546
bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)
by Victor Stinner
· 6 years ago
Next »