Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
aeb1be5868623c9cd9cf6d7de3015a43fb005815
/
Lib
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
fec35c9
bpo-33710: Deprecate l*gettext() and related functions in the gettext module. (GH-10139)
by Serhiy Storchaka
· 6 years ago
9e14e49
bpo-35024: Remove redundant and possibly incorrect verbose message after writing '.pyc' (GH-9998)
by Quentin Agren
· 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
7cd2543
bpo-34890: Make iscoroutinefunction, isgeneratorfunction and isasyncgenfunction work with functools.partial (GH-9903)
by Pablo Galindo
· 6 years ago
3ec9af7
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
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
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
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
9f270a2
turtledemo/penrose.py: remove unused clock() calls (GH-10033)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 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
3df8540
bpo-34454: Clean up datetime.fromisoformat surrogate handling (GH-8959)
by Paul Ganssle
· 6 years ago
2447773
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
by Tal Einat
· 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
a5259fb
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH-9051)
by Sergey Fedoseev
· 6 years ago
d5b4f1b
bpo-34983: Expose symtable.Symbol.is_nonlocal() in the symtable module (GH-9872)
by Pablo Galindo
· 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
6f17e51
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
by Serhiy Storchaka
· 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
dd13c88
bpo-33947: dataclasses no longer can raise RecursionError in repr (GF9916)
by Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
· 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
d16f012
bpo-31522: mailbox.get_string: pass `from_` parameter to `get_bytes` (#9857)
by Cheryl Sabella
· 6 years ago
1deea5e
bpo-34936: Fix TclError in tkinter.Spinbox.selection_element(). (GH-9760)
by Juliette Monsel
· 6 years ago
6f906b3
bpo-35008: Fix possible leaks in Element.__setstate__(). (GH-9924)
by Serhiy Storchaka
· 6 years ago
74a8b6e
bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705)
by Stéphane Wirtel
· 6 years ago
fcd5e84
bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925)
by Stéphane Wirtel
· 6 years ago
137b063
bpo-34997: Fix test_logging.ConfigDictTest.test_out_of_order (GH-9913)
by Pablo Galindo
· 6 years ago
ea75187
bpo-34783: Fix test_nonexisting_script() (GH-9896)
by Victor Stinner
· 6 years ago
18fb1fb
bpo-34844: logging.Formatter enhancement - Ensure style and format string matches in logging.Formatter (GH-9703)
by BNMetrics
· 6 years ago
e890421
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9852)
by Serhiy Storchaka
· 6 years ago
de2aea0
bpo-34939: Allow annotated global names in module namespace (GH-9844)
by Pablo Galindo
· 6 years ago
b11c566
bpo-34941: Fix searching Element subclasses. (GH-9766)
by Serhiy Storchaka
· 6 years ago
d274afb
bpo-33656: Move pyshell ctypes import inside try block. (GH-9858)
by Terry Jan Reedy
· 6 years ago
97cf082
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
by Andrew Svetlov
· 6 years ago
1a997eb
Add new tests for bytes and bytearray constructors. (GH-9843)
by Serhiy Storchaka
· 6 years ago
d4d6013
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
by Zackery Spytz
· 6 years ago
0461704
bpo-22872: multiprocessing.Queue's put() and get() now raise ValueError if the queue is closed. (GH-9010)
by Zackery Spytz
· 6 years ago
f6c29a6
bpo-34783: Disable test_nonexisting_script for macOS framework builds (GH-9831)
by Ned Deily
· 6 years ago
bf03471
bpo-23831: Add moveto method to the tkinter.Canvas widget. (GH-9768)
by Juliette Monsel
· 6 years ago
dc0d571
bpo-34964: Make Tkinter sources more readable by adding blank lines. (GH-9822)
by Serhiy Storchaka
· 6 years ago
da2bf9f
bpo-34900: Make TestCase.debug() work with subtests (GH-9707)
by Bruno Oliveira
· 6 years ago
65d2f8c
bpo-31516: Skip test_main_thread_during_shutdown() with COUNT_ALLOCS builds. (GH-8052)
by Zackery Spytz
· 6 years ago
9b8c2e7
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751)
by Serhiy Storchaka
· 6 years ago
a6b3ec5
bpo-34022: Stop forcing of hash-based invalidation with SOURCE_DATE_EPOCH (GH-9607)
by Elvis Pranskevichus
· 6 years ago
7e18dee
bpo-34926: Make mimetypes.guess_type accept os.PathLike objects (GH-9777)
by Mayank Asthana
· 6 years ago
3058b7d
bpo-33613: Fix test_semaphore_tracker signal tests when using -Werror (GH-9778)
by Pablo Galindo
· 6 years ago
e8bbc52
bpo-23596: Use argparse for the command line of gzip (GH-9781)
by Stéphane Wirtel
· 6 years ago
84eec11
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
by Stéphane Wirtel
· 6 years ago
c880ffe
bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716)
by twisteroid ambassador
· 6 years ago
79d2133
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656)
by Victor Stinner
· 6 years ago
7b31397
bpo-32680 add default "sock" on SMTP objects (#5345)
by Romuald Brunet
· 6 years ago
2b2758d
Extract sendfile tests into a separate test file (#9757)
by Andrew Svetlov
· 6 years ago
199a280
bpo-34758: add .wasm to recognized file extensions in mimetypes module (GH-9464)
by travisoneill
· 6 years ago
60d230c
Extract tests for sock_*() functions into a separate file (GH-9761)
by Andrew Svetlov
· 6 years ago
0854b92
bpo-31715 Add mimetype for extension .mjs (#3908)
by Bradley Meck
· 6 years ago
5eea0ad
bpo-34921: Allow escaped NoReturn in get_type_hints (GH-9750)
by Noah Wood
· 6 years ago
4c33997
bpo-34911: Added support for secure websocket cookies (GH-9734)
by Paul Bailey
· 6 years ago
af5658a
bpo-34829: Add missing selection_ methods to the Tkinter Spinbox. (GH-9617)
by Juliette Monsel
· 6 years ago
683281f
bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 6 years ago
cd45385
bpo-34909: keep searching mixins until base class is found (GH-9737)
by Ethan Furman
· 6 years ago
4642d5f
Use assertEqual() instead of assertEquals(). (GH-9721)
by Serhiy Storchaka
· 6 years ago
4919747
Simplify flags checks in sre_compile.py. (GH-9718)
by Serhiy Storchaka
· 6 years ago
07fbbfd
bpo-34906: Doc: Fix typos (GH-9712)
by Stéphane Wirtel
· 6 years ago
fc7d1b3
Fix a typo ssl.py docstring (GH-9697)
by Matt Eaton
· 6 years ago
6f85b82
bpo-34871: inspect: Don't pollute sys.modules (GH-9696)
by INADA Naoki
· 6 years ago
c57eb9a
bpo-34871: Fix two typos in test_inspect.py (GH-9698)
by Chih-Hsuan Yen
· 6 years ago
0c797a6
bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679)
by Elvis Pranskevichus
· 6 years ago
97bfe8d
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450)
by tzickel
· 6 years ago
9012a0f
bpo-34728: Fix asyncio tests to run under "-Werror" (GH-9661)
by Yury Selivanov
· 6 years ago
cbda8fc
closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666)
by Benjamin Peterson
· 6 years ago
d4c76d9
bpo-30167: Add test for module.__cached__ is None (GH-7617)
by INADA Naoki
· 6 years ago
5fa247d
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
by Terry Jan Reedy
· 6 years ago
2a2940e
bpo-34854: Fix compiling string annotations containing lambdas. (GH-9645)
by Serhiy Storchaka
· 6 years ago
d5bd036
bpo-34849: Don't log wating for selector.select in asyncio loop iteration (GH-9641)
by Andrew Svetlov
· 6 years ago
e45473e
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
by Zackery Spytz
· 6 years ago
eef0596
bpo-31370: Remove references to threadless builds (#8805)
by Zackery Spytz
· 6 years ago
077061a
bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613)
by Pablo Galindo
· 6 years ago
1fba2ff
bpo-34736: improve error message for invalid length b64decode inputs (GH-9563)
by Tal Einat
· 6 years ago
9df346b
bpo-34248: Add filename to error raised in {gnu,ndbm}.open() (GH-8590)
by Zsolt Cserna
· 6 years ago
3f22811
bpo-32892: Use ast.Constant instead of specific constant AST types. (GH-9445)
by Serhiy Storchaka
· 6 years ago
a94ee12
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599)
by orlnub123
· 6 years ago
Next »