Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
82642a052dc46b2180679518bc8d87e1a28a88b5
82642a0
bpo-37689: add Path.is_relative_to() method (GH-14982)
by Hai Shi
· 5 years ago
8a784af
bpo-37814: Document the empty tuple type annotation syntax (GH-15208)
by Josh Holland
· 5 years ago
1ac2a83
bpo-37583: Add err 113 to support.get_socket_conn_refused_errs() (GH-14729)
by Hai Shi
· 5 years ago
b0dace3
bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253)
by Steve Dower
· 5 years ago
99d208e
bpo-37760: Constant-fold some old options in makeunicodedata. (GH-15129)
by Greg Price
· 5 years ago
def97c9
bpo-37758: Clean out vestigial script-bits from test_unicodedata. (GH-15126)
by Greg Price
· 5 years ago
4e3dfcc
bpo-37760: Mark all generated Unicode data headers as generated. (GH-15171)
by Greg Price
· 5 years ago
ef2af1a
bpo-37760: Factor out the basic UCD parsing logic of makeunicodedata. (GH-15130)
by Greg Price
· 5 years ago
66a34d3
bpo-37759: Second round of edits to Whatsnew 3.8 (GH-15204)
by Raymond Hettinger
· 5 years ago
c1aeb29
Remove versioned executables from non-APPX packages (GH-15237)
by Steve Dower
· 5 years ago
3e34a25
bpo-37354: Sign Activate.ps1 for release (GH-15235)
by Steve Dower
· 5 years ago
732775d
bpo-37354: Make Powershell Activate.ps1 script static to allow for signing (GH-14967)
by Derek Keeler
· 5 years ago
44046fe
bpo-37804: Remove the deprecated method threading.Thread.isAlive() (GH-15225)
by Dong-hee Na
· 5 years ago
f9590ed
Fix docs for assert_called and assert_called_once (#15197)
by Ismail S
· 5 years ago
f03b4c8
bpo-37819: Add Fraction.as_integer_ratio() (GH-15212)
by Raymond Hettinger
· 5 years ago
09a1872
bpo-32178: Fix IndexError trying to parse 'To' header starting with ':'. (GH-15044)
by Abhilash Raj
· 5 years ago
51aac15
Delete leftover clinic-generated file for C zipimport. (GH-15174)
by Greg Price
· 5 years ago
b4be87a
bpo-32912: Revert SyntaxWarning on invalid escape sequences. (GH-15195)
by Gregory P. Smith
· 5 years ago
92c7e30
bpo-37642: Update acceptable offsets in timezone (GH-14878)
by Ngalim Siregar
· 5 years ago
ed70a34
bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)
by Paul Monson
· 5 years ago
aa542c2
bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)
by Pablo Galindo
· 5 years ago
10a0a09
bpo-37268: test_parser fails when run with -Werror (GH-15183)
by Zackery Spytz
· 5 years ago
f4e725f
bpo-25172: Raise appropriate ImportError msg when crypt module used on Windows (GH-15149)
by shireenrao
· 5 years ago
2a570af
bpo-37587: optimize json.loads (GH-15134)
by Inada Naoki
· 5 years ago
e43e7ed
bpo-35892: Add usage note to mode() (GH-15122)
by Raymond Hettinger
· 5 years ago
7d44e7a
bpo-37685: Use singletons ALWAYS_EQ and NEVER_EQ in more tests. (GH-15167)
by Serhiy Storchaka
· 5 years ago
662db12
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
by Serhiy Storchaka
· 5 years ago
4c69be2
bpo-34775: Return NotImplemented in PurePath division. (GH-9509)
by aiudirog
· 5 years ago
0378d98
bpo-37734: Remove unnecessary brace escapes in PC/layout script (GH-15165)
by Steve Dower
· 5 years ago
87ce958
bpo-37778: Fixes the icons used for file associations to the Microsoft Store package (GH-15150)
by Steve Dower
· 5 years ago
1fab9cb
bpo-37734: Fix use of registry values to launch Python from Microsoft Store app (GH-15146)
by Steve Dower
· 5 years ago
362f535
Update pickle.rst (GH-14128)
by Géry Ogam
· 5 years ago
e9cbcd0
bpo-37004: Documented asymmetry of string arguments in difflib.SequenceMatcher for ratio method (GH-13482)
by sweeneyde
· 5 years ago
610a482
bpo-37646: Document that eval() cannot access nested scopes (GH-15117)
by Raymond Hettinger
· 5 years ago
3e41f3c
bpo-34488: optimize BytesIO.writelines() (GH-8904)
by Sergey Fedoseev
· 5 years ago
3a5c433
Make importlib.metadata a simple module (#15153)
by Barry Warsaw
· 5 years ago
cfebfef
Improve signal documentation (GH-14274)
by Géry Ogam
· 5 years ago
4f9ffc9
bpo-37759: First round of major edits to Whatsnew 3.8 (GH-15127)
by Raymond Hettinger
· 5 years ago
1213123
bpo-36419: IDLE - Refactor autocompete and improve testing. (#15121)
by Terry Jan Reedy
· 5 years ago
d748a80
Adds Tim Hopper and Dan Lidral-Porter to ACKS (GH-15101)
by Timothy Hopper
· 5 years ago
1407029
bpo-37748: Re-order the Run menu. (GH-15115)
by Terry Jan Reedy
· 5 years ago
adf02b3
Update itertools docs (GH-15114)
by Raymond Hettinger
· 5 years ago
b1c8ec0
bpo-28292: Mark calendar.py helper functions as private. (GH-15113)
by Raymond Hettinger
· 5 years ago
8183bb8
bpo-36324: Update comments to include the target hash sums (GH-15110)
by Raymond Hettinger
· 5 years ago
86f1a18
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
by Tal Einat
· 5 years ago
18b711c
bpo-37648: Fixed minor inconsistency in some __contains__. (GH-14904)
by Serhiy Storchaka
· 5 years ago
17e5264
bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996)
by Serhiy Storchaka
· 5 years ago
5c72bad
Correct description of HTTP status code 308. (GH-15078)
by Florian Wendelborn
· 5 years ago
9670ce7
bpo-18049: Define THREAD_STACK_SIZE for AIX to pass default recursion limit test (GH-15081)
by Michael Felt
· 5 years ago
c5fa449
bpo-37444: Update differing exception between builtins and importlib (GH-14869)
by Ngalim Siregar
· 5 years ago
8e568ef
bpo-30974: Change os.path.samefile docstring to match docs (GH-7337)
by Timo Furrer
· 5 years ago
7ea9a85
bpo-20523: pdb searches for .pdbrc in ~ instead of $HOME (GH-11847)
by Timothy Hopper
· 5 years ago
8fbece1
bpo-36590: Add Bluetooth RFCOMM and support for Windows. (GH-12767)
by Greg Bowser
· 5 years ago
cb65b3a
bpo-37742: Return the root logger when logging.getLogger('root') is c… (#15077)
by Vinay Sajip
· 5 years ago
854d0a4
bpo-36487: Make C-API docs clear about what the main interpreter is. (gh-12666)
by Joannah Nanjekye
· 5 years ago
bf8162c
bpo-37729: gc: write stats at once (GH-15050)
by Inada Naoki
· 5 years ago
4b3e975
bpo-16970: Adding error message for invalid args (GH-14844)
by tmblweed
· 5 years ago
2491134
bpo-37726: Prefer argparse over getopt in stdlib tutorial (#15052)
by mental
· 5 years ago
0d30ae1
bpo-36302: Sort list of sources (GH-12341)
by Bernhard M. Wiedemann
· 5 years ago
1a057ba
bpo-18049: Sync thread stack size to main thread size on macOS (GH-14748)
by Ronald Oussoren
· 5 years ago
ed5e8e0
bpo-37730: Fix usage of NotImplemented instead of NotImplementedError in docs. (GH-15062)
by David H
· 5 years ago
9f55551
bpo-37723: Fix performance regression on regular expression parsing. (GH-15030)
by yannvgn
· 5 years ago
1b29af8
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
by Hai Shi
· 5 years ago
c9345e3
bpo-37695: Correct unget_wch error message. (GH-14986)
by Anthony Sottile
· 5 years ago
31c4fd2
bpo-37085: Expose SocketCAN bcm_msg_head flags (#13646)
by karl ding
· 5 years ago
472eced
Refined Qt GUI example in the logging cookbook. (GH-15045)
by Vinay Sajip
· 5 years ago
d04f890
IDLE: changelog correction and addition (GH-15042)
by Terry Jan Reedy
· 5 years ago
5982b72
bpo-33821: Update IDLE section of What's New 3.7 (#15036)
by Terry Jan Reedy
· 5 years ago
a72ca90
bpo-33822: Add IDLE section of What's New 3.8 (#15035)
by Terry Jan Reedy
· 5 years ago
fff5cb2
bpo-34162: Add missing items to idlelib/NEWS.txt. (GH-15034)
by Terry Jan Reedy
· 5 years ago
c4cacc8
Fix typos in comments, docs and test names (#15018)
by Min ho Kim
· 5 years ago
0acb646
Fix idlelib typos discovered by min ho, pr 15018. (GH-15029)
by Terry Jan Reedy
· 5 years ago
84846b0
bpo-36084: Add threading Native ID information to What's New documentation (GH-14845)
by Jake Tesler
· 5 years ago
eca7ffc
Don't skip pickle check_frame_opcodes() (GH-15025)
by Neil Schemenauer
· 5 years ago
52a48e6
bpo-37707: Exclude expensive unit tests from PGO task (GH-15009)
by Neil Schemenauer
· 5 years ago
27eeaf0
bpo-37704: Remove Tools/scripts/h2py.py (GH-15000)
by Victor Stinner
· 5 years ago
8a758f5
bpo-37587: Make json.loads faster for long strings (GH-14752)
by Marco Paolini
· 5 years ago
9211e2f
bpo-37268: Add deprecation notice and a DeprecationWarning for the parser module (GH-15017)
by Pablo Galindo
· 5 years ago
f35c51d
bpo-34162: Update idlelib/news.txt. (#15011)
by Terry Jan Reedy
· 5 years ago
e8874b8
bpo-37706: Disable 3 IDLE scrollbar tests on Mac. (#15010)
by Terry Jan Reedy
· 5 years ago
fe330fc
Fix publishing of Windows release (GH-15006)
by Steve Dower
· 5 years ago
44212ec
Add additional test for multi-line SyntaxError (GH-15003)
by Anthony Sottile
· 5 years ago
5b94f35
Fix `SyntaxError` indicator printing too many spaces for multi-line strings (GH-14433)
by Anthony Sottile
· 5 years ago
e1b9002
bpo-36044: Avoid warnings in Windows PGO build and add lzma, bz2 and sqlite coverage (GH-14985)
by Steve Dower
· 5 years ago
049460d
bpo-37697: Sync with importlib_metadata 0.19 (#14993)
by Jason R. Coombs
· 5 years ago
b222955
bpo-37692: Improve highlight config sample (#14983)
by Terry Jan Reedy
· 5 years ago
17a058e
Remove trailing .0 from version changed note (GH-14987)
by Nick Coghlan
· 5 years ago
6b5f1b4
bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975)
by Raymond Hettinger
· 5 years ago
3221a63
bpo-37628: Fix IDLE config sample sizes (#14958)
by Tal Einat
· 5 years ago
1ed915e
Add Qt GUI example to the logging cookbook. (GH-14978)
by Vinay Sajip
· 5 years ago
46ebd4a
bpo-17535: Increase line number horizontal padding by 2 pixels (GH-14959)
by Tal Einat
· 5 years ago
91e4957
bpo-32910: Remove implementation detail in venv documentation. (GH-14968)
by Derek Keeler
· 5 years ago
9d9893a
bpo-35524: Update Windows installer image in docs (GH-14966)
by Steve Dower
· 5 years ago
b1eb20e
bpo-37664: Update regex for ignoring cache warning on some buildbots (GH-14960)
by Steve Dower
· 5 years ago
3e54b57
bpo-37340: remove free_list for bound method objects (GH-14232)
by Inada Naoki
· 5 years ago
76b6451
bpo-29446: tkinter 'import *' only imports what it should (GH-14864)
by Flavian Hautbois
· 5 years ago
c4cda43
bpo-37641 preserve relative file location in embeddable zip (GH-14884)
by Bill Collins
· 5 years ago
544fa15
Swap 'if' branches so content matches to condition in importlib example (GH-14947)
by Tzu-ping Chung
· 5 years ago
898318b
bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593)
by Markus Mohrhard
· 5 years ago
93e8aa6
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942)
by Benjamin Peterson
· 5 years ago
Next »