Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
926b0cb5f688808dc11448a0bf3e452d1b92c232
926b0cb
bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854)
by Inada Naoki
· 6 years ago
31e8d69
bpo-33783: Use proper class markup for random.Random docs (GHè7817)
by Matthias Bussonnier
· 6 years ago
2f5b448
Add myself to CODEOWNERS for sqlite3 and urllib.robotparser (GH-12856)
by Berker Peksag
· 6 years ago
2b7f93b
bpo-36345: Update wsgiref example (GH-12562)
by Stéphane Wirtel
· 6 years ago
6fa84bd
bpo-27860: ipaddress: fix Interface missed some attributes (GH-12836)
by Inada Naoki
· 6 years ago
74125a6
bpo-36348: IMAP4.logout() doesn't ignore exc (GH-12411)
by Victor Stinner
· 6 years ago
0810fa7
bpo-36389: Cleanup gc.set_threshold() (GH-12844)
by Victor Stinner
· 6 years ago
aba7d66
bpo-35134: Add cpython/pymem.h to build system (GH-12842)
by Victor Stinner
· 6 years ago
9820c07
bpo-35134: Add Include/cpython/pymem.h (GH-12840)
by Victor Stinner
· 6 years ago
a3283ef
Doc: update PendingDeprecationWarning explanation (GH-12837)
by Inada Naoki
· 6 years ago
a9a2880
bpo-36625: Remove obsolete comments from docstrings in fractions module (GH-12822)
by Jakub Molinski
· 6 years ago
3c7931e
bpo-36629: Add support.get_socket_conn_refused_errs() (GH-12834)
by Victor Stinner
· 6 years ago
f1464f4
bpo-31904: Port the time module on VxWorks (GH-12305)
by pxinwr
· 6 years ago
236d0b7
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
by pxinwr
· 6 years ago
2430d53
bpo-27860: use cached_property (GH-12832)
by Inada Naoki
· 6 years ago
3c5a858
bpo-30485: Re-allow empty strings in ElementPath namespace mappings since they might actually be harmless and unused (and thus went undetected previously). (#12830)
by Stefan Behnel
· 6 years ago
cd46655
bpo-16079: fix duplicate test method name in test_gzip. (GH-12827)
by Gregory P. Smith
· 6 years ago
929b704
bpo-31658: Make xml.sax.parse accepting Path objects (GH-8564)
by Mickaël Schoentgen
· 6 years ago
e9927e1
bpo-30485: support a default prefix mapping in ElementPath by passing None as prefix (#1823)
by Stefan Behnel
· 6 years ago
ffca16e
bpo-36227: ElementTree.tostring() default_namespace and xml_declaration arguments (GH-12225)
by Bernt Røskar Brenna
· 6 years ago
830b43d
bpo-36593: Fix isinstance check for Mock objects with spec executed under tracing (GH-12790)
by Xtreak
· 6 years ago
fde9b33
bpo-36427: Document that PyEval_RestoreThread and PyGILState_Ensure can terminate the calling thread (GH-12541)
by Pablo Galindo
· 6 years ago
46544f6
Skip test_preadv_flags if RWF_HIPRI is not supported by the system (GH-12762)
by Pablo Galindo
· 6 years ago
f2cf1e3
bpo-36623: Clean parser headers and include files (GH-12253)
by Pablo Galindo
· 6 years ago
f8716c8
bpo-18610: Update wsgiref.validate docstring for wsgi.input read() (GH-11663)
by Cheryl Sabella
· 6 years ago
e59ec1b
bpo-35734: ipaddress: remove unused methods (GH-11591)
by Rémi Lapeyre
· 6 years ago
c88fece
Doc: define PY_SSIZE_T_CLEAN always (GH-12794)
by Inada Naoki
· 6 years ago
a304b13
bpo-36618: Don't add -fmax-type-align flag to old clang (GH-12811)
by Victor Stinner
· 6 years ago
1e82954
bpo-35581: Document @typing.type_check_only (GH-11312)
by Sebastian Rittau
· 6 years ago
1e2ad6c
bpo-33922: Adding documentation for new "-64" suffix of Python launcher (GH-7849)
by mrh1997
· 6 years ago
472f794
bpo-18748: test_io: silence destructor errors (GH-12805)
by Victor Stinner
· 6 years ago
e8f9acf
bpo-36611: Disable serialno field of debug memory allocators (#12796)
by Victor Stinner
· 6 years ago
0fc91ee
bpo-36389: Add _PyObject_CheckConsistency() function (GH-12803)
by Victor Stinner
· 6 years ago
23a683a
bpo-36618: Add -fmax-type-align=8 flag for clang (GH-12809)
by Victor Stinner
· 6 years ago
606c66a
Allow Windows layout builds to fully skip code signing (GH-12808)
by Steve Dower
· 6 years ago
f4e5661
bpo-36509: Add iot layout for Windows IoT containers (GH-12663)
by Paul Monson
· 6 years ago
aa25d5d
Enable building nuget packages for ARM32 (GH-12669)
by Paul Monson
· 6 years ago
b75b1a35
bpo-33608: Revert "Factor out a private, per-interpreter _Py_AddPendingCall()." (gh-12806)
by Eric Snow
· 6 years ago
f938d8b
Correct grammar in concurrent/futures/process.py docstring (GH-12761)
by Thomas Grainger
· 6 years ago
b13552c
Indicate that seek and tell are mandatory on BufferedRandom. (GH-11216)
by Christopher Head
· 6 years ago
b015fc8
bpo-36549: str.capitalize now titlecases the first character instead of uppercasing it (GH-12804)
by Kingsley M
· 6 years ago
f13c5c8
bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-12360)
by Eric Snow
· 6 years ago
4423504
bpo-18748: io.IOBase destructor now logs close() errors in dev mode (GH-12786)
by Victor Stinner
· 6 years ago
9d949f7
bpo-36588: On AIX, remove major version from sys.platform (GH-12787)
by Michael Felt
· 6 years ago
9b8314c
bpo-36611: Fix test_sys.test_getallocatedblocks() (GH-12797)
by Victor Stinner
· 6 years ago
9e4f2f3
bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792)
by Inada Naoki
· 6 years ago
3993ccb
bpo-20582: add link for manpage for flags on getnameinfo() (GH-11977)
by Emmanuel Arias
· 6 years ago
21a74a9
bpo-36605: make tags: parse Modules/_io directory (GH-12789)
by Victor Stinner
· 6 years ago
4c409be
bpo-36389: Change PyMem_SetupDebugHooks() constants (GH-12782)
by Victor Stinner
· 6 years ago
536a35b
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
by Inada Naoki
· 6 years ago
b3c92c6
bpo-36597: fix weakref example code (GH-12779)
by Inada Naoki
· 6 years ago
2b00db6
bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770)
by Victor Stinner
· 6 years ago
57b1a28
bpo-36597: fix random doctest failure (GH-12776)
by Inada Naoki
· 6 years ago
adff01e
bpo-36597: Disable Travis CI doctest job (GH-12775)
by Victor Stinner
· 6 years ago
efc4870
bpo-36416: Correct bytes.rpartition documentation (GH-12543)
by pewscorner
· 6 years ago
5410d3d
better __init__.py explanation in tutorial (#12763)
by Inada Naoki
· 6 years ago
b5e2959
Doc: fix typo in IncrementalDecoder.setstate (GH-12724)
by Christopher Thorne
· 6 years ago
a9bd892
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12764)
by Victor Stinner
· 6 years ago
42f55ee
fix typo in doc (#12686)
by Caleb Marchent
· 6 years ago
d914596
bpo-36559: random module: optimize sha512 import (GH-12742)
by Christian Heimes
· 6 years ago
6955d44
bpo-34144: Fix of venv acvtivate.bat for win 10 (GH-8321)
by Lorenz Mende
· 6 years ago
2fb2bc8
bpo-14826: document that URLopener quotes fullurl. (GH-12758)
by Gregory P. Smith
· 6 years ago
750d74f
bpo-12910: update and correct quote docstring (#2568)
by Jörn Hees
· 6 years ago
63b5fc5
Fix typos in compile.c comments (GH-12752)
by Simeon
· 6 years ago
0e10766
bpo-31512: Add non-elevated symlink support for Windows (GH-3652)
by Vidar Tonaas Fauske
· 6 years ago
8709490
bpo-34373: Fix time.mktime() on AIX (GH-12726)
by Victor Stinner
· 6 years ago
8abc3f4
bpo-36577: setup.py reports missing OpenSSL again (GH-12746)
by Christian Heimes
· 6 years ago
bb44478
bpo-36560: regrtest: don't collect the GC twice (GH-12747)
by Victor Stinner
· 6 years ago
e65f01f
bpo-36508: python-config don't export LINKFORSHARED (GH-12661)
by Victor Stinner
· 6 years ago
2ee077f
bpo-36544 : Fix regression introduced in bpo-36146 (GH-12708)
by xdegaye
· 6 years ago
56065d4
bpo-34139: Remove unix datagram socket from FS before binding (GH-8323)
by Quentin Dawans
· 6 years ago
5aaac94
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
by Victor Stinner
· 6 years ago
e16467a
bpo-34060: Report system load when running test suite for Windows (GH-8357)
by Ammar Askar
· 6 years ago
c324c74
bpo-33456: site module documentation - fix wrong default for key in pyvenv.cfg (GH-6755)
by Lukas Waymann
· 6 years ago
a8abe09
bpo-33461: emit DeprecationWarning when json.loads(encoding=...) is used (GH-6762)
by Matthias Bussonnier
· 6 years ago
5909ad1
fix code styling (GH-12737)
by Inada Naoki
· 6 years ago
7b97ab3
closes bpo-35848: Move all documentation regarding the readinto out of IOBase. (GH-11893)
by Steve Palmer
· 6 years ago
8702b67
BPO-17561: set create_server backlog default to None (GH-12735)
by Giampaolo Rodola
· 6 years ago
79b5d29
bpo-36565: Fix libregrtest for Python without builtin _abc (GH-12733)
by Victor Stinner
· 6 years ago
eb7e29f
bpo-35934: Add socket.create_server() utility function (GH-11784)
by Giampaolo Rodola
· 6 years ago
58721a9
bpo-35416: fix potential resource warnings in distutils (GH-10918)
by Mickaël Schoentgen
· 6 years ago
7a0630c
Add a What's New entry for bpo-35459. (GH-12706)
by Serhiy Storchaka
· 6 years ago
f4efa31
Correct "inplace" with "in-place" (GH-10480)
by Andre Delfino
· 6 years ago
96be340
remove duplicate code in biscet (GH-1270)
by Chillar Anand
· 6 years ago
b7eec94
bpo-36503: remove references to 'aix3' and 'aix4' (GH-12658)
by Michael Felt
· 6 years ago
6463ba3
bpo-27181: Add statistics.geometric_mean() (GH-12638)
by Raymond Hettinger
· 6 years ago
9d7b2c0
bpo-35936: Updates to modulefinder (GH-11787)
by Brandt Bucher
· 6 years ago
2dad960
bpo-35726: Add test for QueueHandler with multiple handlers (GH-11659)
by Xtreak
· 6 years ago
89a8944
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
by CAM Gerlach
· 6 years ago
2ea8099
bpo-9883: Update list of unimplemented interfaces in minidom. (GH-12677)
by Stefan Behnel
· 6 years ago
d6bf6f2
bpo-36050: optimize HTTPResponse.read() (GH-12698)
by Inada Naoki
· 6 years ago
a0da131
bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688)
by Dmitry Marakasov
· 6 years ago
1328375
Fix doc for create_subprocess_exec (GH-12598)
by Dima Tisnek
· 6 years ago
50866e9
bpo-25451: Add transparency methods to tkinter.PhotoImage. (GH-10406)
by Zackery Spytz
· 6 years ago
f66e336
bpo-29202: improve dict iteration (GH-11900)
by Cheryl Sabella
· 6 years ago
6a8c313
bpo-36301: Fix _PyPreConfig_Read() compiler warning (GH-12695)
by Victor Stinner
· 6 years ago
176d263
bpo-36404: recommend DeprecationWarning over PendingDeprecationWarning (GH-12505)
by Inada Naoki
· 6 years ago
2a4ce43
Tools/importbench: Fix a misplaced stderr= (GH-12690)
by Anthony Sottile
· 6 years ago
ded4737
Fix duplicated test case for re. (GH-12662)
by MakDon
· 6 years ago
461c416
bpo-36522: Print all values for headers with multiple values. (GH-12681)
by Matt Houglum
· 6 years ago
Next »