Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ea55c51bd937f6019c35b39b87029644e469c059
ea55c51
validate_list: make flags argument impossible to spell wrongly. (GH-16843)
by Tim Peters
· 6 years ago
5eabec0
bpo-38521: Fix error in NormalDist.__eq__() (GH-16840)
by Raymond Hettinger
· 6 years ago
ecb035c
bpo-38502: regrtest uses process groups if available (GH-16829)
by Victor Stinner
· 6 years ago
5a88d50
bpo-27657: Fix urlparse() with numeric paths (#661)
by Tim Graham
· 6 years ago
fbe3c76
bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670)
by Steve Dower
· 6 years ago
b1fa72a
Fix minor typos in What's New in Python 3.8. (GH-16770)
by Jero Bado
· 6 years ago
93b81e1
Doc: Add missing entry for functools.cached_property (GH-16803)
by Stéphane Wirtel
· 6 years ago
f33c57d5
bpo-33604: Raise TypeError on missing hmac arg. (GH-16805)
by Gregory P. Smith
· 6 years ago
d8ca235
bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891)
by Taine Zhao
· 6 years ago
9c11029
bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591)
by Inada Naoki
· 6 years ago
a661392
bpo-37531: regrtest now catchs ProcessLookupError (GH-16827)
by Victor Stinner
· 6 years ago
7aebbd1
bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824)
by Steve Dower
· 6 years ago
392a13b
bpo-38006: Add unit test for weakref clear bug (GH-16788)
by Neil Schemenauer
· 6 years ago
fab4ef2
bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815)
by Victor Stinner
· 6 years ago
3f36043
Update doc switcher list for 3.8.0 (GH-16809)
by Ned Deily
· 6 years ago
2798b60
Typo fix - implemention should be implementation (GH-16806)
by Hansraj Das
· 6 years ago
3cd21aa
bpo-38468 : Refactor python-config (#16749)
by Joannah Nanjekye
· 6 years ago
8d59eb1
bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545)
by Julien Danjou
· 6 years ago
f3ef06a
bpo-38478: Correctly handle keyword argument with same name as positional-only parameter (GH-16800)
by Pablo Galindo
· 6 years ago
eb1dda2
bpo-38470: Fix test_compileall.test_compile_dir_maxlevels() (GH-16789)
by Victor Stinner
· 6 years ago
0b60f64
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
by Vinay Sajip
· 6 years ago
4d20228
bpo-38133: Update docs to reflect fixes to py.exe launcher (GH-16791)
by Steve Dower
· 6 years ago
4504b45
Doc: 3.8 is now stable. (GH-16790)
by Julien Palard
· 6 years ago
274bd01
Remove draft status. Add asyncio REPL example (GH-16785)
by Raymond Hettinger
· 6 years ago
d83fc27
bpo-38453: Resolve test directories before chdir to them (GH-16723)
by Steve Dower
· 6 years ago
298439c
bpo-37759: Polish What's New in Python 3.8. (#16769)
by Serhiy Storchaka
· 6 years ago
19d6842
Update build docs for macOS (GH-16771)
by Ned Deily
· 6 years ago
aad2ee0
bpo-32498: urllib.parse.unquote also accepts bytes (GH-7768)
by Stein Karlsen
· 6 years ago
9cb51f4
Update macOS installer display files for 3.9.0a1 (GH-16765)
by Ned Deily
· 6 years ago
a329153
bpo-37759: Add examples for the new typing features (GH-16763)
by Raymond Hettinger
· 6 years ago
61a6db5
bpo-38461 and bpo-38463: Minor fixes to Whatsnew 3.8 (GH-16761)
by Raymond Hettinger
· 6 years ago
fd5c414
bpo-38469: Handle named expression scope with global/nonlocal keywords (GH-16755)
by Pablo Galindo
· 6 years ago
8a6cbf8
bpo-38464: Document parameter for NormalDist.quantiles() (GH-16757)
by Raymond Hettinger
· 6 years ago
95bfc8a
Misc gc code & comment cleanups. (GH-16752)
by Tim Peters
· 6 years ago
fdfe283
bpo-38467: Fix argument name of typing functions (GH-16753)
by Sebastian Rittau
· 6 years ago
8144095
bpo-28556: Remove another mention of metaclass of Generic in typing docs (GH-16743)
by Ivan Levkivskyi
· 6 years ago
bb78f6c
Rebased version of what's new PR (#16745)
by Andrew Kuchling
· 6 years ago
466326d
bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687)
by Pablo Galindo
· 6 years ago
e3babbd
Correct signature of __build_class__ (GH-16735)
by Pablo Galindo
· 6 years ago
b16e382
bpo-38202: Fix a crash in dict_view & non-itearble. (GH-16241)
by Zackery Spytz
· 6 years ago
793cb85
bpo-38431: Fix __repr__ method of InitVar to work with typing objects. (GH-16702)
by Samuel Colvin
· 6 years ago
140a7d1
bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742)
by Serhiy Storchaka
· 6 years ago
46113e0
bpo-38456: Handle the case when there is no 'true' command (GH-16739)
by Pablo Galindo
· 6 years ago
27b33fb
bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (GH-16738)
by Pablo Galindo
· 6 years ago
67b93f8
bpo-38456: Use /bin/true in test_subprocess (GH-16736)
by Gregory P. Smith
· 6 years ago
f3751ef
bpo-38417: Add umask support to subprocess (GH-16726)
by Gregory P. Smith
· 6 years ago
8177404
bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733)
by Pablo Galindo
· 6 years ago
547c60c
Fix minor typos in Whatsnew
by Hugo van Kemenade
· 6 years ago
e634da2
Announce the change in the CancelledError inheritance (GH-16730)
by Phil Jones
· 6 years ago
822922a
bpo-35800: Deprecate smtpd.MailmanProxy (GH-11675)
by Samuel Colvin
· 6 years ago
19a3d87
bpo-38449: Revert "bpo-22347: Update mimetypes.guess_type to allow oper parsing of URLs (GH-15522)" (GH-16724)
by Abhilash Raj
· 6 years ago
2b7dc40
bpo-38347: find pathfix for Python scripts whose name contain a '-' (GH-16536)
by Ruediger Pluem
· 6 years ago
cbb5481
bpo-38442: Remove an execution bit from Doc/whatsnew/3.8.rst. (GH-16715)
by Serhiy Storchaka
· 6 years ago
c39d1dd
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
by Dong-hee Na
· 6 years ago
a8e0d31
Typo fix: "throuhgh" should be "through". (GH-16704)
by Hansraj Das
· 6 years ago
f900064
docs: Add asyncio source code links (GH-16640)
by Kyle Stanley
· 6 years ago
320dd50
bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707)
by Pablo Galindo
· 6 years ago
72bbd2a
Remove AppVeyor badge now that we don't use it in the CI anymore (GH-16708)
by Pablo Galindo
· 6 years ago
d565fb9
bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698)
by Victor Stinner
· 6 years ago
1dbe537
Re-enable the OverflowError test for test_truediv on test_complex (GH-16591)
by Dong-hee Na
· 6 years ago
b6e0fc7
bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695)
by Victor Stinner
· 6 years ago
d47f0dd
bpo-32996: Documentation fix-up. (GH-16646)
by M. Eric Irrgang
· 6 years ago
a05fcd3
bpo-38425: Fix ‘res’ may be used uninitialized warning (GH-16688)
by Dong-hee Na
· 6 years ago
7bb1431
bpo-38109: Add missing constants to Lib/stat.py (GH-16665)
by Ronan Lamy
· 6 years ago
a544773
bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689)
by Victor Stinner
· 6 years ago
09895c2
bpo-38409: Fix grammar in str.strip() docstring (GH-16682)
by Zachary Ware
· 6 years ago
ecbf35f
bpo-38379: don't claim objects are collected when they aren't (#16658)
by Tim Peters
· 6 years ago
01171eb
Typo fix: "empy" should be "empty". (GH-16666)
by Hansraj Das
· 6 years ago
594e2ed
closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868)
by Antonio Gutierrez
· 6 years ago
e8bedbd
bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589)
by Vinay Sajip
· 6 years ago
0ec618a
bpo-37531: regrtest ignores output on timeout (GH-16659)
by Victor Stinner
· 6 years ago
e53c580
test_dictviews: Add testcase for dictviews_sub (GH-16660)
by Dong-hee Na
· 6 years ago
10cd00a
bpo-38395: Fix ownership in weakref.proxy methods (GH-16632)
by Pablo Galindo
· 6 years ago
03ab6b4
bpo-38118: Ignore Valgrind false alarm in PyUnicode_Decode() (GH-16651)
by Victor Stinner
· 6 years ago
8252c52
bpo-38407: Add docstrings for typing.SupportsXXX classes. (GH-16644)
by Serhiy Storchaka
· 6 years ago
13abda4
bpo-38405: Make nested subclasses of typing.NamedTuple pickleable. (GH-16641)
by Serhiy Storchaka
· 6 years ago
b690a27
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583)
by Serhiy Storchaka
· 6 years ago
d05b000
bpo-38371: Tkinter: deprecate the split() method. (GH-16584)
by Serhiy Storchaka
· 6 years ago
d7c3873
bpo-33714: Output an exception raised in module's m_clear(). (GH-16592)
by Serhiy Storchaka
· 6 years ago
5dfbb4d
Fix typo in _warnings.warn_explicit() docstring (GH-16625)
by Hansraj Das
· 6 years ago
0d3fe8a
closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599)
by Antonio Gutierrez
· 6 years ago
4d5f94b
bpo-38070: Enhance visit_decref() debug trace (GH-16631)
by Victor Stinner
· 6 years ago
36e33c3
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630)
by Pablo Galindo
· 6 years ago
1b18455
bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615)
by Victor Stinner
· 6 years ago
7775349
bpo-36389: Add newline to _PyObject_AssertFailed() (GH-16629)
by Victor Stinner
· 6 years ago
e310af9
bpo-38344: Fix syntax in activate.bat (GH-16533)
by James Abel
· 6 years ago
15ae75d
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
by Ricardo Bánffy
· 6 years ago
60ec6ef
bpo-36389: Fix _PyBytesWriter in release mode (GH-16624)
by Victor Stinner
· 6 years ago
6876257
bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612)
by Victor Stinner
· 6 years ago
321def8
bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598)
by Ben Harper
· 6 years ago
303475e
Fix a compile warning in selectmodule.c. (GH-16617)
by Xiang Zhang
· 6 years ago
038503e
bpo-38391: Fixing a typo for Py_DECREF (GH-16616)
by Krishna Oza
· 6 years ago
b96145a
bpo-38353: Simplify calculate_pybuilddir() (GH-16614)
by Victor Stinner
· 6 years ago
d97f1ce
bpo-38210: Fix compiler warning in dictobject.c (GH-16611)
by Victor Stinner
· 6 years ago
ed8efd8
Fix a compile warning in dictobject.c (GH-16610)
by Hai Shi
· 6 years ago
ef092fe
bpo-25988: Do not expose abstract collection classes in the collections module. (GH-10596)
by Serhiy Storchaka
· 6 years ago
9e71917
bpo-26510: Add versionchanged for required arg of add_subparsers (GH-16588)
by Adam J. Stewart
· 6 years ago
24ddd9c
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearray. (GH-16603)
by Hai Shi
· 6 years ago
c38e725
bpo-38210: Fix intersection operation with dict view and iterator. (GH-16602)
by Dong-hee Na
· 6 years ago
65dcc8a
bpo-38332: Catch KeyError from unknown cte in encoded-word. (GH-16503)
by Andrei Troie
· 6 years ago
Next »