Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
8acb4cf2b3436652568d7a70228b166316181466
8acb4cf
bpo-30602: Fix refleak in os.spawnv() (#2212)
by Victor Stinner
· 8 years ago
7926516
bpo-28180: Standard stream & FS encoding differ on Mac OS X (GH-2208)
by Nick Coghlan
· 8 years ago
23ec4b5
bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164)
by Victor Stinner
· 8 years ago
f7e0784
bpo-30284: Fix regrtest for out of tree build (#1481)
by Victor Stinner
· 8 years ago
8c3f05e
bpo-30436: Raise ModuleNotFoundError for importlib.util.find_spec() when parent isn't a package (GH-1899)
by Milan Oberkirch
· 8 years ago
32fd874
bpo-15786: Fix IDLE autocomplete return problem. (#2198)
by terryjreedy
· 8 years ago
b18563d
bpo-30231: Remove skipped test_imaplib tests (#1419)
by Victor Stinner
· 8 years ago
778b484
bpo-15786: IDLE: Fix mouse clicks on autocompletetion window (#1811)
by mlouielu
· 8 years ago
4ebf03d
Fix trivial typo in Readme (GH-2185)
by csabella
· 8 years ago
526b226
bpo-30602: Fix refleak in os.spawnve() (#2184)
by Victor Stinner
· 8 years ago
3402f72
bpo-30649: Revert utime delta in test_os (#2176)
by Victor Stinner
· 8 years ago
188aedf
bpo-25514: Improve IDLE's connection refused message (#2177)
by terryjreedy
· 8 years ago
8f6eeaf
bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (#2148)
by Victor Stinner
· 8 years ago
c94caca
bpo-30649: test_os tolerates 50 ms delta for utime (#2156)
by Victor Stinner
· 8 years ago
184bd82
bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173)
by Ben Hoyt
· 8 years ago
601483d
bpo-30603: Add test case to textwrap.dedent (GH-2014)
by Jonathan Eunice
· 8 years ago
049cf2b
bpo-27922: Stop gui flash from idle_test.test_parenmatch (#2171)
by terryjreedy
· 8 years ago
2d0afef
bpo-30656: Fix Python C API Module Objects documentation (GH-2170)
by Emily Morehouse
· 8 years ago
b9c3da5
bpo-24744: Raises error in pkgutil.walk_packages if path is str (#1926)
by Sanyam Khurana
· 8 years ago
1eb6c00
bpo-24484: Avoid race condition in multiprocessing cleanup (#2159)
by Antoine Pitrou
· 8 years ago
8323189
Fix ref leak in idle_test.test_macosx (#2163)
by terryjreedy
· 8 years ago
0d32218
bpo-30650: Fixed a syntax error: missed right parentheses (#2154)
by messi Liao
· 8 years ago
4563099
bpo-28180: assume UTF-8 for Mac OS X PEP 538 tests (GH-2130)
by Nick Coghlan
· 8 years ago
b070fd2
bpo-30642: IDLE: Fix test_query refleak (#2147)
by mlouielu
· 8 years ago
023564b
bpo-30635: Fix refleak in test_c_locale_coercion (#2126)
by Victor Stinner
· 8 years ago
eb52ac8
bpo-28180: Fix test_capi.test_forced_io_encoding() (#2155)
by Victor Stinner
· 8 years ago
d79c1d4
Mention how to disable signal fd wakeup (#2140)
by Antoine Pitrou
· 8 years ago
2b5cc5e
bpo-30643: Fix race condition in signal wakeup in forkserver (followup to PR #1989) (#2139)
by Antoine Pitrou
· 8 years ago
bd4e9e0
bpo-6519: Improve Python Input Output Tutorial (GH-2143)
by Andrew Kuchling
· 8 years ago
81f67b6
bpo-30636: Fix the indentation for the help (#2131)
by Stéphane Wirtel
· 8 years ago
a77a35d
bpo-30177: add NEWS entry (#2135)
by Antoine Pietri
· 8 years ago
dfd5f34
Fix bpo-30589: improve Process.exitcode with forkserver (#1989)
by Antoine Pitrou
· 8 years ago
ced36a9
bpo-30624 remaining bare except (#2108)
by Giampaolo Rodola
· 8 years ago
7d1017d
bpo-30636: Add PYTHONCOERCECLOCALE to the help of the command line (GH-2125)
by Stéphane Wirtel
· 8 years ago
b459f74
[email] bpo-29478: Fix passing max_line_length=None from Compat32 policy (GH-595)
by mircea-cosbuc
· 8 years ago
3fd54d4
bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (#2034)
by Serhiy Storchaka
· 8 years ago
1dbce04
bpo-30621: Update Input Output Tutorial Example(GH-2074)
by suketa
· 8 years ago
09663de
Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111)
by Yury Selivanov
· 8 years ago
7ce1c6f
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
by Yury Selivanov
· 8 years ago
36ff451
bpo-30501: Make the compiler producing optimized code for condition expressions. (#1851)
by Serhiy Storchaka
· 8 years ago
1efbf92
bpo-11822: Improve disassembly to show embedded code objects. (#1844)
by Serhiy Storchaka
· 8 years ago
fdfca5f
remove extra word (#2101)
by Benjamin Peterson
· 8 years ago
dc1da9a
clarify recv() and send() on SSLObject (#2100)
by Benjamin Peterson
· 8 years ago
3f8f16d
Show what's changed when Travis fails regen check (GH-2095)
by Zachary Ware
· 8 years ago
6ea4186
bpo-28180: Implementation for PEP 538 (#659)
by Nick Coghlan
· 8 years ago
0afbabe
Use Travis to make sure all generated files are up to date (GH-2080)
by Zachary Ware
· 8 years ago
503bc63
Update idlelib NEWS for 3.7 (#2089)
by terryjreedy
· 8 years ago
c94c41c
Add IDLE NEWS items for 3.7 (#2090)
by terryjreedy
· 8 years ago
05dc20f
#30624 / selectors: use bare except clause in order to not leave the fd in a bad state in case of error (#2082)
by Giampaolo Rodola
· 8 years ago
6b6e687
bpo-27425: Be more explicit in .gitattributes (GH-840)
by Zachary Ware
· 8 years ago
29fda8d
bpo-28556: Updates to typing module (#2076)
by Ivan Levkivskyi
· 8 years ago
ca81615
bpo-30312: Small correction in datastructures set code sample (GH-2081)
by KatherineMichel
· 8 years ago
c5179f6
bpo-30599: Fix test_threaded_import reference leak (#2029)
by Victor Stinner
· 8 years ago
1b7863c
bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027)
by Victor Stinner
· 8 years ago
5f31d5c
Regenerate Argument Clinic code for bpo-19180. (#2073)
by Serhiy Storchaka
· 8 years ago
171b9a3
bpo-30605: Fix compiling binary regexs with BytesWarnings enabled. (#2016)
by Roy Williams
· 8 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 8 years ago
e5f6e86
bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535)
by csabella
· 8 years ago
a608d2d
bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)
by Nikolay Kim
· 8 years ago
34792d2
Fix TypeError is asyncio/proactor_events (#993)
by Jim Fasarakis-Hilliard
· 8 years ago
42e3acd
bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951)
by Zachary Ware
· 8 years ago
11ffb45
Make codecov config on master the only config used (GH-2041)
by Brett Cannon
· 8 years ago
70fede1
Add a NEWS entry for #29870 (PR #981) (#2047)
by Yury Selivanov
· 8 years ago
d1f5751
Break circular references when closing SSLTransport objects (#981)
by Michaël Sghaïer
· 8 years ago
a0e3d2d
Closing transport during handshake process leaks socket (#480)
by Nikolay Kim
· 8 years ago
b4e5fee
Clarify what --enable-optimizations does (GH-1847)
by Brett Cannon
· 8 years ago
7be651c
bpo-27585: Add a NEWS entry for #1031 (#2036)
by Yury Selivanov
· 8 years ago
74921ed
bpo-30335: Add deprecation alias entry for assertNotRegexpMatches (GH-1536)
by Jim Fasarakis-Hilliard
· 8 years ago
fbfaa6f
bpo-30014: make poll-like selector's modify() method faster (#1030)
by Giampaolo Rodola
· 8 years ago
894a654
Fix waiter cancellation in asyncio.Lock (#1031)
by Mathieu Sornay
· 8 years ago
f9f1cca
Fix regression in error message introduced in bpo-29951. (#2028)
by Serhiy Storchaka
· 8 years ago
57161aa
bpo-30266: support "= None" pattern in AbstractContextManager (#1448)
by Jelle Zijlstra
· 8 years ago
3b5cf85
bpo-30524: Write unit tests for FASTCALL (#2022)
by Victor Stinner
· 8 years ago
5eb7075
bpo-30217: Add the operators ~ and | to the index (#1502)
by Marco Buttu
· 8 years ago
63c2c8a
bpo-19180: Updated references for RFC 1750, RFC 3280 & RFC 4366 (GH-148)
by Chandan Kumar
· 8 years ago
59fdf0f
Add a test for bad IDNA in ssl server_hostname (#1997)
by Nathaniel J. Smith
· 8 years ago
ef8320c
bpo-30540: regrtest: add --matchfile option (#1909)
by Victor Stinner
· 8 years ago
824f687
bpo-24755: Document asyncio.wrap_future (GH-603)
by adisbladis
· 8 years ago
2e9cd58
bpo-30529: Fix errors for invalid whitespaces in f-string subexpressions. (#1888)
by Serhiy Storchaka
· 8 years ago
29adc13
bpo-30601: Fix a refleak in WindowsConsoleIO (#2003)
by Victor Stinner
· 8 years ago
d52aa31
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
by Victor Stinner
· 8 years ago
64505a1
bpo-30486: Allow setting cell value (#1840)
by Lisa Roach
· 8 years ago
6cca5c8
bpo-30592: Fixed error messages for some builtins. (#1996)
by Serhiy Storchaka
· 8 years ago
865de27
bpo-30598: _PySys_EndInit() now duplicates warnoptions (#1998)
by Victor Stinner
· 8 years ago
ab1cb80
bpo-30547: Fix multiple reference leaks (#1995)
by Stéphane Wirtel
· 8 years ago
65ece7c
bpo-30594: Fixed refcounting in newPySSLSocket (#1992)
by Nathaniel J. Smith
· 8 years ago
0ecdc52
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
by Will Roberts
· 8 years ago
5edf827
bpo-30591: Added test for textwrap backtracking. (#1988)
by Jonathan Eunice
· 8 years ago
6f46683
trivial: update config.{guess,sub} from gnu.org. (GH-1987)
by Matthias Klose
· 8 years ago
9ba3aa4
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
by Erik Bray
· 8 years ago
897bba7
bpo-30584: Fix test_os fails on non-English Windows (#1980)
by Denis Osipov
· 8 years ago
add98eb
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)
by Antoine Pietri
· 8 years ago
ff48739
bpo-30463: Add an empty __slots__ to abc.ABC.
by Aaron Hall, MBA
· 8 years ago
ec19ba2
bpo-29596: Improve clinic howto documentation (GH-1710)
by gfyoung
· 8 years ago
53f2af1
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
by wim glenn
· 8 years ago
6a1d84e
bpo-30557: Fix test_faulthandler (#1969)
by Victor Stinner
· 8 years ago
5eb788b
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
by Serhiy Storchaka
· 8 years ago
5cefb6c
bpo-25324: Move the description of tokenize tokens to token.rst. (#1911)
by Serhiy Storchaka
· 8 years ago
6260d9f
bpo-30520: Implemented pickling for loggers. (#1956)
by Vinay Sajip
· 8 years ago
b87c0df
Simplify X.509 extension handling code (#1855)
by Alex Gaynor
· 8 years ago
Next »