Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
39d87b54715197ca9dcb6902bb43461c0ed701a2
39d87b5
Fix typos mostly in comments, docs and test names (GH-15209)
by Min ho Kim
· 6 years ago
15119bc
IDLE: Fix 2 typos found by Min ho Kim. (GH-15617)
by Terry Jan Reedy
· 6 years ago
96b4087
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
by Victor Stinner
· 6 years ago
6a650aa
bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592)
by Sergey Fedoseev
· 6 years ago
496058f
Steven Bethard designated a new maintainer for argparse (GH-15605)
by Raymond Hettinger
· 6 years ago
7fcc208
bpo-37834: Prevent shutil.rmtree exception (GH-15602)
by Ned Deily
· 6 years ago
e278335
bpo-37933: Fix faulthandler.cancel_dump_traceback_later() (GH-15440)
by Thomas A Caswell
· 6 years ago
88ea166
bpo-8425: Fast path for set inplace difference when the second set is large (GH-15590)
by Raymond Hettinger
· 6 years ago
4901fe2
bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593)
by Rémi Lapeyre
· 6 years ago
59725f3
bpo-37979: Add alternative to fromisoformat in documentation (GH-15596)
by Paul Ganssle
· 6 years ago
0614523
bpo-37947: Avoid double-decrement in symtable recursion counting (GH-15593)
by Nick Coghlan
· 6 years ago
2c5fb17
bpo-36833: Add tests for Datetime C API Macros (GH-14842)
by Joannah Nanjekye
· 6 years ago
35f6301
bpo-10978: Semaphores can release multiple threads at a time (GH-15588)
by Raymond Hettinger
· 6 years ago
0dac68f
bpo-36743: __get__ is sometimes called without the owner argument (#12992)
by Raymond Hettinger
· 6 years ago
84125fe
bpo-16468: Clarify which objects can be passed to "choices" in argparse (GH-15566)
by Raymond Hettinger
· 6 years ago
cd81f05
bpo-23674: Clarify ambiguities in super() docs (#15564)
by Raymond Hettinger
· 6 years ago
122376d
bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307)
by Justin Blanchard
· 6 years ago
e64f948
bpo-37950: Fix ast.dump() when call with incompletely initialized node. (GH-15510)
by Serhiy Storchaka
· 6 years ago
b235a1b
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)
by Serhiy Storchaka
· 6 years ago
f5896a0
bpo-35946: Improve assert_called_with documentation (GH-11796)
by Rémi Lapeyre
· 6 years ago
c961278
bpo-36871: Ensure method signature is used when asserting mock calls to a method (GH13261)
by Xtreak
· 6 years ago
03acba6
bpo-25777: Wording describes a lookup, not a call (GH-15573)
by Raymond Hettinger
· 6 years ago
3aa48b8
bpo-36167: fix an incorrect capitalization (GH-14482)
by avinassh
· 6 years ago
465e5d5
bpo-37964: Make sure test works if TESTFN is in a non-ASCII directory. (GH-15568)
by Benjamin Peterson
· 6 years ago
b0caf32
bpo-18378: Recognize "UTF-8" as a valid name in locale._parse_localename (GH-14736)
by Ronald Oussoren
· 6 years ago
fa220ec
Raise a RuntimeError when tee iterator is consumed from different threads (GH-15567)
by HongWeipeng
· 6 years ago
13f37f2
closes bpo-37964: add F_GETPATH command to fcntl (GH-15550)
by Vinay Sharma
· 6 years ago
e4a5e9b
bpo-23878: Remove an unneeded fseek() call in _Py_FindEnvConfigValue() (GH-15424)
by Zackery Spytz
· 6 years ago
55aabee
closes bpo-37965: Fix compiler warning of distutils CCompiler.test_function. (GH-15560)
by Anonymous Maarten
· 6 years ago
2a16eea
bpo-36582: Make collections.UserString.encode() return bytes, not str (GH-13138)
by Daniel Fortunov
· 6 years ago
98d90f7
bpo-37951: Lift subprocess's fork() restriction (GH-15544)
by Christian Heimes
· 6 years ago
3224e1a
Add Florian Ernst to ACKS (GH-15524)
by Ethan Furman
· 6 years ago
8c9e9b0
bpo-37936: Remove some .gitignore rules that were intended locally. (GH-15542)
by Greg Price
· 6 years ago
0138c4c
Fix unused variable and signed/unsigned warnings (GH-15537)
by Raymond Hettinger
· 6 years ago
8bf5fef
bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538)
by vrajivk
· 6 years ago
fae0ed5
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
by Inada Naoki
· 6 years ago
9a943b4
bpo-36763: Make Py_BytesMain() public (GH-15532)
by Victor Stinner
· 6 years ago
6b2e325
Fix an invalid assertEqual() call in test_descr.py (GH-15318)
by Zackery Spytz
· 6 years ago
bed4817
Make PyXXX_Fini() functions private (GH-15531)
by Victor Stinner
· 6 years ago
d3cc189
bpo-37925: Mention --embed in python-config usage (GH-15458)
by Batuhan Taşkaya
· 6 years ago
6fee0f8
bpo-37798: Minor code formatting and comment clean-ups. (GH-15526)
by Raymond Hettinger
· 6 years ago
10c452b
bpo-37664: Update ensurepip bundled wheels, again (GH-15483)
by Pradyun Gedam
· 6 years ago
b27cbec
bpo-37055: fix warnings in _blake2 module (GH-14646)
by Inada Naoki
· 6 years ago
77df9a1
correct roman numeral VII description (GH-15523)
by Ethan Furman
· 6 years ago
b3b9619
Fix typo: Pyssize_t => Py_ssize_t (GH-15411)
by Sergey Fedoseev
· 6 years ago
4901dc4
bpo-37954: Fix reference leak in the symtable (GH-15514)
by Pablo Galindo
· 6 years ago
52c1a6a
Remove leftovers from the times when long long wasn't required (GH-15501)
by Sergey Fedoseev
· 6 years ago
0e4ea16
bpo-37947: Adjust correctly the recursion level in symtable for named expressions (GH-15499)
by Pablo Galindo
· 6 years ago
1c06009
bpo-34679: Restore instantiation Windows IOCP event loop from non-main thread (#15492)
by Andrew Svetlov
· 6 years ago
998cf1f
bpo-27575: port set intersection logic into dictview intersection (GH-7696)
by Forest Gregg
· 6 years ago
c3ea41e
bpo-36917: Add default implementation of ast.NodeVisitor.visit_Constant(). (GH-15490)
by Serhiy Storchaka
· 6 years ago
44cd86b
bpo-37805: Add tests for json.dump(..., skipkeys=True) (GH-15489)
by Dong-hee Na
· 6 years ago
6b16d93
bpo-15542: Documentation incorrectly suggests __init__ called after direct __new__ call (GH-15478)
by Joannah Nanjekye
· 6 years ago
1039f39
bpo-37824: Properly handle user input warnings in IDLE shell. (GH-15500)
by Terry Jan Reedy
· 6 years ago
73e0549
Doc: Keep the venv/* exclude pattern. (GH-15229)
by Julien Palard
· 6 years ago
da27d9b
bpo-29553: Fix ArgumentParser.format_usage() for mutually exclusive groups (GH-14976)
by Flavian Hautbois
· 6 years ago
5dbe0f5
bpo-37757: Disallow PEP 572 cases that expose implementation details (GH-15131)
by Nick Coghlan
· 6 years ago
ce6a070
bpo-34880: Add the LOAD_ASSERTION_ERROR opcode. (GH-15073)
by Zackery Spytz
· 6 years ago
8371799
bpo-37905: Improve docs for NormalDist (GH-15486)
by Raymond Hettinger
· 6 years ago
d4b4c00
bpo-37929: IDLE: avoid Squeezer-related config dialog crashes (GH-15452)
by Tal Einat
· 6 years ago
aef9ad8
bpo-37942: Improve argument clinic float converter (GH-15470)
by Raymond Hettinger
· 6 years ago
805f8f9
bpo-19072: Make @classmethod support chained decorators (GH-8405)
by Berker Peksag
· 6 years ago
0dfc025
Fix typo and rearrange words in IDLE news item (GH-15471)
by Terry Jan Reedy
· 6 years ago
c5218fc
Clarify argument types in datetime docs. (GH-15459)
by Jürgen Gmach
· 6 years ago
69ee87e
bpo-14112: Allow beginners to explore shallowness in greater depth ;-) (GH-15465)
by Raymond Hettinger
· 6 years ago
fa7a6f5
Revert "(TH-15402)" (#15468)
by Terry Jan Reedy
· 6 years ago
43710b6
Fix typos in the documentation of Parser/pgen (GH-15416)
by Shashi Ranjan
· 6 years ago
8ad22a4
bpo-37798: Test both Python and C versions in test_statistics.py (GH-15453)
by Dong-hee Na
· 6 years ago
edd2112
bpo-32118: Simplify docs for sequence comparison (GH-15450)
by Raymond Hettinger
· 6 years ago
5e63ab0
bpo-37812: Convert CHECK_SMALL_INT macro to a function so the return is explicit. (GH-15216)
by Greg Price
· 6 years ago
a50f0a4
(TH-15402)
by GeeTransit
· 6 years ago
a4e2991
bpo-37772: fix zipfile.Path.iterdir() outputs (GH-15170)
by shireenrao
· 6 years ago
ef61c52
bpo-37830: Fix compilation of break and continue in finally. (GH-15320)
by Serhiy Storchaka
· 6 years ago
e9c90aa
bpo-29535: Remove promize about hash randomization of datetime objects. (GH-15269)
by Serhiy Storchaka
· 6 years ago
4101181
bpo-19119: Remove invalid test and rename a misnamed test (GH-15442)
by Raymond Hettinger
· 6 years ago
7913cbc
Fix link to changelog in 3.9 What's New page (GH-15445)
by Ned Deily
· 6 years ago
e17f201
Fix funny typo in Doc/bugs. (GH-15412)
by Antoine
· 6 years ago
0a18ee4
bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266)
by Dong-hee Na
· 6 years ago
5be6660
bpo-37549: os.dup() fails for standard streams on Windows 7 (GH-15389)
by Zackery Spytz
· 6 years ago
8f080b0
bpo-26589: Add http status code 451 (GH-15413)
by Raymond Hettinger
· 6 years ago
120b707
bpo-36763: PyConfig_Read() handles PySys_AddXOption() (GH-15431)
by Victor Stinner
· 6 years ago
1beb7c3
bpo-36763, doc: Add links in the new C API init doc (GH-15433)
by Victor Stinner
· 6 years ago
3842f29
bpo-36763: Implement PyWideStringList_Insert() of PEP 587 (GH-15423)
by Victor Stinner
· 6 years ago
8e76c45
Fix _PyTime_MIN/MAX values (GH-15384)
by Sergey Fedoseev
· 6 years ago
b5d3cee
bpo-14465: Add an indent() function to xml.etree.ElementTree to pretty-print XML trees (GH-15200)
by Stefan Behnel
· 6 years ago
81446fd
test_gdb: use unittest test discovery (GH-15405)
by Victor Stinner
· 6 years ago
767434c
bpo-37531: Fix regrtest _timedout() function on timeout (GH-15419)
by Victor Stinner
· 6 years ago
c486825
bpo-37926: Fix PySys_SetArgvEx(0, NULL, 0) crash (GH-15415)
by Victor Stinner
· 6 years ago
d288b29
Correct minor grammar mistake (GH-15404)
by Andre Delfino
· 6 years ago
6fcb6cf
bpo-30826: Improve control flow examples (GH-15407)
by Raymond Hettinger
· 6 years ago
483ae0c
bpo-12634: Clarify an awkward section of the tutorial (GH-15406)
by Raymond Hettinger
· 6 years ago
657008e
bpo-30550: Clarify JSON ordering guarantees (GH-15397)
by Raymond Hettinger
· 6 years ago
4be11c0
bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390)
by Pablo Galindo
· 6 years ago
8889627
bpo-28556: Add a regression test to typing (GH-15396)
by Ivan Levkivskyi
· 6 years ago
d0cdeaa
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
by Raymond Hettinger
· 6 years ago
4109263
bpo-14050: Note that not all data can be sorted (GH-15381)
by Raymond Hettinger
· 6 years ago
a38e9d1
bpo-27961: Remove leftovers from the times when long long wasn't required (GH-15388)
by Sergey Fedoseev
· 6 years ago
c4106af
Add missing space to warning message (GH-14915)
by Florian Bruhin
· 6 years ago
71876fa
Refactor Parser/pgen and add documentation and explanations (GH-15373)
by Pablo Galindo
· 6 years ago
374be59
bpo-37834: Fix test on Windows 7 (GH-15377)
by Steve Dower
· 6 years ago
Next »