Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aeb1be5868623c9cd9cf6d7de3015a43fb005815
aeb1be5
bpo-34751: improved hash function for tuples (GH-9471)
by jdemeyer
· 6 years ago
53125a5
bpo-35067: Remove _distutils_findvs and use vswhere.exe instead. (GH-10095)
by Steve Dower
· 6 years ago
d855f2f
unittest documentation: Spell pytest without the dot (GH-9820)
by Andreas Pelme
· 6 years ago
40bf6cf
Fix typo in zipfile documentation. (GH-10151)
by nsrip
· 6 years ago
fec35c9
bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139)
by Serhiy Storchaka
· 6 years ago
d9bff4e
bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144)
by Terry Jan Reedy
· 6 years ago
12e696b
bpo-35042: Use the :pep: role where a PEP is specified (#10036)
by Stéphane Wirtel
· 6 years ago
9e14e49
bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998)
by Quentin Agren
· 6 years ago
4e3a53b
Fix a typo in asyncio-dev.rst. (GH-10133)
by Benjamin Peterson
· 6 years ago
50fe3f8
bpo-9263: _PyXXX_CheckConsistency() use _PyObject_ASSERT() (GH-10108)
by Victor Stinner
· 6 years ago
0862505
bpo-9263: Use _PyObject_ASSERT() in typeobject.c (GH-10111)
by Victor Stinner
· 6 years ago
a4b2bc7
bpo-9263: Use _PyObject_ASSERT() in gcmodule.c (GH-10112)
by Victor Stinner
· 6 years ago
2470204
bpo-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
by Victor Stinner
· 6 years ago
3b1cba3
bpo-35059, libmpdec: Add missing EXTINLINE in mpdecimal.h (GH-10128)
by Victor Stinner
· 6 years ago
a6dc531
bpo-34789: make xml.sax.make_parser accept iterables of all types (GH-9576)
by Andrés Delfino
· 6 years ago
10cb376
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
by Denis Ledoux
· 6 years ago
25a525b
Simplify the warning for http.server. (#10116)
by Senthil Kumaran
· 6 years ago
a05bef4
bpo-35059, PCbuild: Expand inline funcs in Debug (GH-10094)
by Victor Stinner
· 6 years ago
b4435e2
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
by Victor Stinner
· 6 years ago
7cd2543
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903)
by Pablo Galindo
· 6 years ago
e483f02
bpo-35044, doc: Use the :exc: role for the exceptions (GH-10037)
by Stéphane Wirtel
· 6 years ago
ddb961d
bpo-35054: Add more index entries for symbols. (GH-10064)
by Serhiy Storchaka
· 6 years ago
3ec9af7
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
by Victor Stinner
· 6 years ago
c89a932
bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107)
by Victor Stinner
· 6 years ago
6c83d9f
bpo-35022: unittest.mock.MagicMock now also supports __fspath__ (GH-9960)
by Max Bélanger
· 6 years ago
1770d1c
bpo-35038: AttributeError: 'frame' object has no attribute 'f_restricted'. (GH-10098)
by Stéphane Wirtel
· 6 years ago
9e95eb0
Fix grammar in using/unix build instruction docs (GH-10009)
by Stéphane Wirtel
· 6 years ago
626bff8
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
by Victor Stinner
· 6 years ago
18618e65
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
by Victor Stinner
· 6 years ago
d03b775
bpo-31047: Fix ntpath.abspath to trim ending separator (GH-10082)
by Tim Graham
· 6 years ago
e25d5fc
bpo-32321: Add pure Python fallback for functools.reduce (GH-8548)
by madman-bob
· 6 years ago
6279c1c
bpo-35053: Add Include/tracemalloc.h (GH-10091)
by Victor Stinner
· 6 years ago
9e00e80
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
by Victor Stinner
· 6 years ago
d7c3e5f
importlib: Fix typo in SourceLoader.path_stats docstring (GH-10052)
by Quentin
· 6 years ago
5ad36f9
bpo-28015: Support LTO build with clang (GH-9908)
by serge-sans-paille
· 6 years ago
890423f
configparser doc: Properly label ConfigParser attributes (GH-9930)
by Ned Batchelder
· 6 years ago
78401f7
importlib doc: Fix approximated import_module() code (GH-9945)
by orlnub123
· 6 years ago
e80e77a
bpo-35027, distutils doc: Correct note on setup.py change in Python 3.7 (GH-10032)
by TilmanK
· 6 years ago
9f270a2
turtledemo/penrose.py: remove unused clock() calls (GH-10033)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
9f43fbb
Use f-strings in asyncio-task code examples (GH-10035)
by Mariatta
· 6 years ago
057f407
bpo-32797: improve documentation of linecache.getline (GH-9540)
by jdemeyer
· 6 years ago
dfba1f6
bpo-33899: Mention tokenize behavior change in What's New (GH-10073)
by Tal Einat
· 6 years ago
c46db92
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (GH-2599)
by Serhiy Storchaka
· 6 years ago
df13df4
bpo-34794: Fix a leak in Tkinter. (GH-10025)
by Serhiy Storchaka
· 6 years ago
9f3ed3e
Fix error handling bugs in _elementtree.c. (GH-10060)
by Zackery Spytz
· 6 years ago
82af0b6
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
by Victor Stinner
· 6 years ago
96f2c73
Add macos-team as a code owner (GH-10045)
by Ned Deily
· 6 years ago
fa53294
bpo-34980: P/Invoke QueryFullProcessImageName to get process names (GH-9901)
by Jeremy Kloth
· 6 years ago
4f399be
bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523)
by Zsolt Cserna
· 6 years ago
b79b5c0
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)
by matthewbelisle-wf
· 6 years ago
b7d6205
bpo-35046: do only one system call per line (logging.StreamHandler) (GH-10042)
by Josh Snyder
· 6 years ago
3b0047d
bpo-34482: test datetime classes' handling of non-UTF-8-encodable strings (GH-8878)
by Alexey Izbyshev
· 6 years ago
83a0765
bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809)
by Andrei Petre
· 6 years ago
3df8540
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
by Paul Ganssle
· 6 years ago
5a95ba2
Fix issue 34551 - remove redundant store (#9009)
by Eric Lippert
· 6 years ago
2447773
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
by Tal Einat
· 6 years ago
121eb16
bpo-34081: Fix wrong example link that was linking to distutils (GH-8248)
by Xtreak
· 6 years ago
c3f52a5
bpo-35036: Remove empty log line in the suspicious.py tool (GH-10024)
by Xtreak
· 6 years ago
2c2044e
bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9874)
by Serhiy Storchaka
· 6 years ago
914f9a0
bpo-34973: Fix crash in bytes constructor. (GH-9841)
by Serhiy Storchaka
· 6 years ago
a323cdc
bpo-8525: help() on a type now shows builtin subclasses (GH-5066)
by Sanyam Khurana
· 6 years ago
d31e773
bpo-35029: Replace the SyntaxWarning exception with a SyntaxError. (GH-9999)
by Serhiy Storchaka
· 6 years ago
2f73ed6
Update codeowners to match experts list change (#10022)
by Nick Coghlan
· 6 years ago
9445118
closes bpo-35025: Properly guard the `CLOCK_GETTIME` et al macros in timemodule.c. (GH-9961)
by Max Bélanger
· 6 years ago
12d0ff1
Remove ">>>" from testsetup. (GH-10017)
by Benjamin Peterson
· 6 years ago
890a4b9
bpo-35020: Link to sorting examples from list.sort() (GH-9931)
by Xtreak
· 6 years ago
eeab510
bpo-34576 - Fix the formatting for security considerations in http.server.rst (#10005)
by Senthil Kumaran
· 6 years ago
0bd4826
Encrypt Zulip webhook address (GH-10010)
by Zachary Ware
· 6 years ago
d262250
bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004)
by Stéphane Wirtel
· 6 years ago
0522fd8
bpo-34839: Add a 'before 3.6' in the section 'warnings' of doctest (GH-9736)
by Stéphane Wirtel
· 6 years ago
a5259fb
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
by Sergey Fedoseev
· 6 years ago
8c9fd9c
bpo-34909: NEWS entry (GH-9995)
by Ned Deily
· 6 years ago
aa95bfb
bpo-32256: Make patchcheck.py work for out-of-tree builds (GH-4760)
by Alexey Izbyshev
· 6 years ago
d5b4f1b
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
by Pablo Galindo
· 6 years ago
6395844
bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050)
by Sergey Fedoseev
· 6 years ago
027664a
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621)
by Pablo Galindo
· 6 years ago
13ae4d4
bpo-21196: Clarify name mangling rules in tutorial (GH-5667)
by Berker Peksag
· 6 years ago
8346031
bpo-32890, os: Use errno instead of GetLastError() in execve() and truncate() (GH-5784)
by Alexey Izbyshev
· 6 years ago
a267056
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
by Alexey Izbyshev
· 6 years ago
4acf6c9
bpo-34536: Cleanup test_enum imports (GH-9979)
by Victor Stinner
· 6 years ago
ded87d8
bpo-33594: Add deprecation info in inspect.py module (GH-7036)
by Matthias Bussonnier
· 6 years ago
0f14fc1
bpo-33726, doc: Add short descriptions to PEP references in seealso (GH-7294)
by Andrés Delfino
· 6 years ago
6f17e51
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
by Serhiy Storchaka
· 6 years ago
d6a61f2
Elaborate datetime.timedelta docstring (GH-7458)
by Chris Barker
· 6 years ago
8deab96
bpo-34070: open() only checks for isatty if buffering < 0 (GH-8187)
by David Herberth
· 6 years ago
acef690
queue doc: Clarify that the simple FIFO queue is SimpleQueue (GH-8372)
by Julien Palard
· 6 years ago
96200eb
unittest.mock doc: Fix references to recursive seal of Mocks (GH-9028)
by Mario Corchero
· 6 years ago
5a30620
bpo-25750: Add test on bad descriptor __get__() (GH-9084)
by jdemeyer
· 6 years ago
b2e2025
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)
by Serhiy Storchaka
· 6 years ago
b981fec
Use dict unpacking in functools.partial() docs (GH-9412)
by Sergey Fedoseev
· 6 years ago
3bd0d62
Fix typos in comments (GH-9905)
by Quan Tian
· 6 years ago
f192aeb
bpo-20216: Correct docstrings of digest() methods in hashlib. (GH-9873)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
dd13c88
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 6 years ago
55f8249
bpo-34741: Get rid of tp_getattro and tp_setattro in pyexpat.xmlparser. (GH-9422)
by Serhiy Storchaka
· 6 years ago
6543912
bpo-32912: Replace a DeprecationWarning with a SyntaxWarning (GH-9652)
by Serhiy Storchaka
· 6 years ago
2091448
bpo-34866: Adding max_num_fields to cgi.FieldStorage (GH-9660)
by matthewbelisle-wf
· 6 years ago
f081fd8
bpo-35013: Add more type checks for children of Element. (GH-9944)
by Serhiy Storchaka
· 6 years ago
68def05
Fix several reference counting bugs in pyexpat.c. (GH-9955)
by Zackery Spytz
· 6 years ago
d16f012
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)
by Cheryl Sabella
· 6 years ago
5be0024
bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods (#9865)
by Braden Groom
· 6 years ago
Next »