Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a8f8d5b4bd30dbe0828550469d98f12d2ebb2ef4
a8f8d5b
bpo-29585: optimize site.py startup time (GH-136)
by INADA Naoki
· 7 years ago
79d37ae
Clear potential ref cycle between Process and Process target (#2470)
by Antoine Pitrou
· 7 years ago
a79f8fa
bpo-30775: Fix refleaks in test_multiprocessing (#2467)
by Antoine Pitrou
· 7 years ago
ccdc09e
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
by Serhiy Storchaka
· 7 years ago
f7eae0a
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
by Serhiy Storchaka
· 7 years ago
592eda1
bpo-24813: IDLE tagline is Integrated Development and Learning Environment (#2451)
by Mark Roseman
· 7 years ago
fae2c35
bpo-30723: IDLE -- Enhance parenmatch; add style, flash, and help (#2306)
by wohlganger
· 7 years ago
84d9d14
bpo-29512: Add test.bisect, bisect failing tests (#2452)
by Victor Stinner
· 7 years ago
23e7944
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455)
by Victor Stinner
· 7 years ago
36fc896
Clarification to the `break` statement (GH-2453)
by regexaurus
· 7 years ago
e613e6a
bpo-30708: Check for null characters in PyUnicode_AsWideCharString(). (#2285)
by Serhiy Storchaka
· 7 years ago
65474b9
bpo-30674: IDLE: add docstrings to grep.py (#2213)
by csabella
· 7 years ago
44913e5
bpo-21519: IDLE basic custom key entry better detects duplicates. (#2428)
by terryjreedy
· 7 years ago
213ce12
bpo-29910: IDLE no longer deletes a character after commenting out a region (#825)
by Serhiy Storchaka
· 7 years ago
9a02ae3
bpo-24813: IDLE: Add build bitness to About Idle title (#2380)
by csabella
· 7 years ago
a7874c7
bpo-30769: Fix reference leak introduced in 77703942c59 (#2416)
by Eric N. Vander Weele
· 7 years ago
48b5c42
bpo-30776: reduce regrtest -R false positives (#2422)
by Victor Stinner
· 7 years ago
bac7d33
bpo-30728: IDLE: Refactor configdialog to PEP8 names (#2307)
by csabella
· 7 years ago
b350c22
bpo-30532: Fix whitespace folding in certain cases
by Joel Hillacre
· 7 years ago
f84ac42
bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (#2403)
by Antoine Pitrou
· 7 years ago
63f54c6
bpo-30764: regrtest: add --fail-env-changed option (#2402)
by Victor Stinner
· 7 years ago
f5c58c7
bpo-30733: Fix typos in "What's New" entry (GH-2414)
by Walter Dörwald
· 7 years ago
cdee3f1
bpo-30764: test_subprocess uses SuppressCrashReport (#2405)
by Victor Stinner
· 7 years ago
ace56d5
bpo-30523: regrtest --list-cases --match (#2401)
by Victor Stinner
· 7 years ago
8c78aa7
bpo-6739: IDLE: Check for valid keybinding in config_keys (#2377)
by csabella
· 7 years ago
af5392f
bpo-30746: Port more tests for os.spawnvpe() and os.execve() from 2.7. (#2394)
by Serhiy Storchaka
· 7 years ago
7770394
bpo-30746: Prohibited the '=' character in environment variable names (#2382)
by Serhiy Storchaka
· 7 years ago
1ba9469
Update `make patchcheck` for blurb and NEWS.d (#2381)
by Antoine Pitrou
· 7 years ago
70cb187
Check the whitespace of pull requests on Travis (GH-2367)
by Brett Cannon
· 7 years ago
13e96cc
Fix bpo-30596: Add close() method to multiprocessing.Process (#2010)
by Antoine Pitrou
· 7 years ago
0ee32c1
bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376)
by Serhiy Storchaka
· 7 years ago
cab4692
Fix a typo in a comment in coroutines.py (GH-2267)
by Johan de Jager
· 7 years ago
870c286
bp-29304: Simplify dictobject.c (GH-2347)
by INADA Naoki
· 7 years ago
18ede06
bpo-24813: IDLE: Add default title to help_about (#2366)
by csabella
· 7 years ago
8f52588
bpo-30726: expat: Fix compiler warnings on Windows 64-bit (#2368)
by Victor Stinner
· 7 years ago
50c2850
Trivial cleanup: remove redundant variable stores in ceval.c (#2012)
by Adrian Wielgosik
· 7 years ago
48fbe52
bpo-30664: The description of a unittest subtest now preserves the (#2265)
by Serhiy Storchaka
· 7 years ago
c38e32a
bpo-30645: don't append to an inner loop path in imp.load_package() (GH-2268)
by Alexandru Ardelean
· 7 years ago
d174d24
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
by Serhiy Storchaka
· 7 years ago
d352d68
bpo-24813: IDLE: Add icon to help_about (#2335)
by csabella
· 7 years ago
f87b85f
bpo-21071: struct.Struct.format type is now str (#845)
by Victor Stinner
· 7 years ago
a4b091e
bpo-30604: Skip CoExtra tests if ctypes is missing (#2356)
by Victor Stinner
· 7 years ago
c8d6ab2
bpo-30602: Fix lastarg in os.spawnve() (#2287)
by Victor Stinner
· 7 years ago
87c6555
bpo-30726: Fix elementtree warnings on Windows due to expat upgrade (#2319)
by Segev Finer
· 7 years ago
32cb968
bpo-30727: Fix a race condition in test_threading. (#2334)
by Serhiy Storchaka
· 7 years ago
c8fb58b
bpo-30726: PCbuild _elementtree: remove duplicate defines (#2348)
by Victor Stinner
· 7 years ago
073ae48
bpo-29304: simplify lookdict_index() function. (GH-2273)
by INADA Naoki
· 7 years ago
279a962
bpo-30736: upgrade to Unicode 10.0 (#2344)
by Benjamin Peterson
· 7 years ago
b066edf
bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339)
by _ = NaN
· 7 years ago
ea00798
Add "Misc/NEWS.d" directory tree for "blurb". (GH-2316)
by larryhastings
· 7 years ago
6580c19
bpo-30619: Clarify typing.Union documentation (GH-2326)
by khyox
· 7 years ago
a3d91b4
bpo-29212: Fix the ugly repr() ThreadPoolExecutor thread name. (#2315)
by Gregory P. Smith
· 7 years ago
a0e911b
Fix typo in idlelib.config_key.py (#2322)
by terryjreedy
· 7 years ago
f3cffd2
bpo-30604: clean up co_extra support (#2144)
by Dino Viehland
· 7 years ago
c90e960
bpo-30183: Fixes HP-UX cc compilation error in pytime.c (#1351)
by haney
· 7 years ago
dcc8ce4
bpo-30616: Functional API of enum allows to create empty enums. (#2304)
by Dong-hee Na
· 7 years ago
5ff7132
bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300)
by Victor Stinner
· 7 years ago
f3e8209
Fix trivial typo in idlelib/config.py (GH-2309)
by KunYuChen
· 7 years ago
77f68e3
Fix typo in 3.7 whatsnew (#2308)
by Daniel Porteous
· 7 years ago
76c567e
Fix trivial typo in json module docstring (GH-2274)
by dong-jy
· 7 years ago
5200a7c
bpo-29933: Improve set_write_buffer_limits description (GH-2262)
by Kojo Idrissa
· 7 years ago
5ea4c06
bpo-30054: Expose tracemalloc C API (#1236)
by Victor Stinner
· 7 years ago
26cb465
bpo-29755: Fixed the lgettext() family of functions in the gettext module. (#2266)
by Serhiy Storchaka
· 7 years ago
8457706
bpo-30500: Fix the NEWS entry (#2293)
by Victor Stinner
· 7 years ago
3a7f035
bpo-30597: Show expected input in custom 'print' error message. (#2009)
by Sanyam Khurana
· 7 years ago
90e01e5
urllib: Simplify splithost by calling into urlparse. (#1849)
by postmasters
· 7 years ago
5cc7ac2
bpo-30629: Add Motoki Naruse to Misc/ACKS (#2284)
by Motoki Naruse
· 7 years ago
40a23e8
bpo-30687: Fixes build scripts to find msbuild.exe and stop relying on vcvarsall.bat (#2252)
by Steve Dower
· 7 years ago
eb81795
bpo-30565: Add PYTHONCOERCECLOCALE=warn runtime flag (GH-2260)
by Nick Coghlan
· 7 years ago
6a98a04
bpo-30038: add Misc/NEWS entry. (#2258)
by Ned Deily
· 7 years ago
ceb817d
bpo-23894: add Misc/NEWS entry. (#2256)
by Ned Deily
· 7 years ago
3358d58
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)
by Motoki Naruse
· 7 years ago
2d98c53
Revert "bpo-30673: test.bat: add -t option (timeout) (#2211)" (#2245)
by Victor Stinner
· 7 years ago
b0c58d3
bpo-30523: Add --list-cases unittest (#2243)
by Louie Lu
· 7 years ago
11e97f2
bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (#2232)
by ericvsmith
· 7 years ago
a49c935
bpo-30523: regrtest: Add --list-cases option (#2238)
by mlouielu
· 7 years ago
272d888
bpo-29783: Replace codecs.open() with io.open() (#599)
by Victor Stinner
· 7 years ago
faa63d1
Add IDLE items to NEWS and idlelib/NEWS.txt (#2239)
by terryjreedy
· 7 years ago
cb8c048
bpo-30450: Add NEWS and whatsnew (GH-2236)
by Zachary Ware
· 7 years ago
116dd5e
bpo-30176: Add missing curses cell attributes constants (GH-1302)
by Xiang Zhang
· 7 years ago
c931885
bpo-30631: Silence MSVC warnings in third-party code (GH-1963)
by Segev Finer
· 7 years ago
51599e2
bpo-30450: Pull Windows dependencies from GitHub rather than svn (GH-1783)
by Zachary Ware
· 7 years ago
7a80183
bpo-30620: Remove dead lines from textwrap.dedent (GH-2064)
by Jonathan Eunice
· 7 years ago
214f7ee
bpo-30603: add tests to textwrap.dedent (GH-2206)
by Jonathan Eunice
· 7 years ago
258bfc4
bpo-30673: test.bat: add -t option (timeout) (#2211)
by Victor Stinner
· 7 years ago
145541c
bpo-30626: Fix error handling in PyImport_Import(). (#2103)
by Serhiy Storchaka
· 7 years ago
96c7c06
bpo-20627: Fix error message when keyword arguments are used (#2115)
by Sylvain
· 7 years ago
8acb4cf
bpo-30602: Fix refleak in os.spawnv() (#2212)
by Victor Stinner
· 7 years ago
7926516
bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)
by Nick Coghlan
· 7 years ago
23ec4b5
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
by Victor Stinner
· 7 years ago
f7e0784
bpo-30284: Fix regrtest for out of tree build (#1481)
by Victor Stinner
· 7 years ago
8c3f05e
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899)
by Milan Oberkirch
· 7 years ago
32fd874
bpo-15786: Fix IDLE autocomplete return problem. (#2198)
by terryjreedy
· 7 years ago
b18563d
bpo-30231: Remove skipped test_imaplib tests (#1419)
by Victor Stinner
· 7 years ago
778b484
bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)
by mlouielu
· 7 years ago
4ebf03d
Fix trivial typo in Readme (GH-2185)
by csabella
· 7 years ago
526b226
bpo-30602: Fix refleak in os.spawnve() (#2184)
by Victor Stinner
· 7 years ago
3402f72
bpo-30649: Revert utime delta in test_os (#2176)
by Victor Stinner
· 7 years ago
188aedf
bpo-25514: Improve IDLE's connection refused message (#2177)
by terryjreedy
· 7 years ago
8f6eeaf
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)
by Victor Stinner
· 7 years ago
Next »