Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
d500e5307aec9c5d535f66d567fadb9c587a9a36
d500e53
bpo-34403: On HP-UX, force ASCII for C locale (GH-8969)
by Victor Stinner
· 6 years ago
5cb2589
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
by Victor Stinner
· 6 years ago
d658dea
bpo-21145: Add cached_property decorator in functools (#6982)
by Carl Meyer
· 6 years ago
216b745
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
by Przemysław Spodymek
· 6 years ago
7ef1697
bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)
by Michael Felt
· 6 years ago
3fe89da
bpo-34434: Update doc for bool(), float() and int() arguments (GH-8834)
by Louis Sautier
· 6 years ago
7d81e8f
bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)
by Serhiy Storchaka
· 6 years ago
b44a1d4
bpo-34171: Fix test_trace. (GH-8940)
by Serhiy Storchaka
· 6 years ago
393f1ff
bpo-32968: Make modulo and floor division involving Fraction and float consistent with other operations (#5956)
by Elias Zamaria
· 6 years ago
74734f7
Fast path for exact floats in math.hypot() and math.dist() (GH-8949)
by Raymond Hettinger
· 6 years ago
89d79b1
Remove AIX workaround test_subprocess (GH-8939)
by Michael Felt
· 6 years ago
a2eefa6
bpo-34503: Fix refleak in PyErr_SetObject() (GH-8934)
by Alexey Izbyshev
· 6 years ago
b57b4ac
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
by Alexey Izbyshev
· 6 years ago
5f79b50
closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferencing it. (GH-8930)
by Alexey Izbyshev
· 6 years ago
44838be
closes bpo-34502: Remove a note about utf8_mode from sys.exit() docs. (GH-8928)
by Alexey Izbyshev
· 6 years ago
1871a4a
Remove unneeded PyErr_Clear() in _winapi_SetNamedPipeHandleState_impl() (GH-8281)
by Zackery Spytz
· 6 years ago
2e5d2ea
Fix markup in stdtypes documentation (GH-8905)
by Andrés Delfino
· 6 years ago
90555ec
bpo-34395: Don't free allocated memory on realloc fail in load_mark() in _pickle.c. (GH-8788)
by Sergey Fedoseev
· 6 years ago
86b8991
Fix upsizing of marks stack in pickle module. (GH-8860)
by Sergey Fedoseev
· 6 years ago
c406d5c
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
by Serhiy Storchaka
· 6 years ago
8fdd331
closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_origin() (GH-8911)
by Alexey Izbyshev
· 6 years ago
416cbce
Fixed typo with asynccontextmanager code example (GH-8845)
by Alexander Vasin
· 6 years ago
09efe49
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
by Danish Prakash
· 6 years ago
76be0ff
bpo-13312: Avoid int underflow in time year. (GH-8912)
by Gregory P. Smith
· 6 years ago
eb746db
bpo-34492: Python/coreconfig.c: Fix _Py_wstrlist_copy() (GH-8910)
by Alexey Izbyshev
· 6 years ago
3738fad
bpo-34448: Improve output of usable wchar_t check (GH-8846)
by Michael Osipov
· 6 years ago
4988453
closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869)
by Alexey Izbyshev
· 6 years ago
91cb298
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
by Vladimir Matveev
· 6 years ago
075b3c3
Fix typo in the dataclasses's doc (GH-8896)
by Daniel Dương
· 6 years ago
7ecae3c
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in range_repr() (GH-8880)
by Alexey Izbyshev
· 6 years ago
2b824b2
closes bpo-34474: Python/bltinmodule.c: Add missing NULL check in builtin_sum_impl() (GH-8872)
by Alexey Izbyshev
· 6 years ago
f6247aa
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init() (GH-8876)
by Alexey Izbyshev
· 6 years ago
cc18258
Fix doc for `add_subparsers` arguments (GH-8884)
by Anthony Sottile
· 6 years ago
b8a181f
Fix typo in asyncio.BoundedSemaphore docs (GH-8882)
by Jelle Zijlstra
· 6 years ago
096329f
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862)
by Paul Ganssle
· 6 years ago
c33bb5d
Make it more clear that setUpClass runs before each class, not "class run" (GH-8844)
by Ville Skyttä
· 6 years ago
48ce489
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
by Michael Osipov
· 6 years ago
89487f5
bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868)
by Victor Stinner
· 6 years ago
ccd9975
bpo-34436: Fix check that disables overallocation for the last fmt specifier (GH-8826)
by Alexey Izbyshev
· 6 years ago
65bef36
Remove superseded line from argparse.HelpFormatter() (GH-8839)
by Grant Jenks
· 6 years ago
c583919
bpo-34462: Add missing NULL check to _copy_raw_string() (GH-8863)
by Alexey Izbyshev
· 6 years ago
e7d4b2f
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
by Berker Peksag
· 6 years ago
28853a2
bpo-34457: Python/ast.c: Add missing NULL check to alias_for_import_name(). (GH-8852)
by Alexey Izbyshev
· 6 years ago
f8c06b0
bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851)
by Alexey Izbyshev
· 6 years ago
ef8861c
Fix Doc/whatsnew/3.8.rst (GH-8848)
by Berker Peksag
· 6 years ago
3e26e42
bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833)
by Zackery Spytz
· 6 years ago
cdbf50c
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
by Alexey Izbyshev
· 6 years ago
4c85557
bpo-30411: Use --git-dir instead of -C to make git work under version below 1.8.5. (GH-8744)
by Xiang Zhang
· 6 years ago
74a307d
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
by Alexey Izbyshev
· 6 years ago
225b055
bpo-22057: Clarify eval() documentation (GH-8812)
by Berker Peksag
· 6 years ago
77d5781
bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-8623)
by Serhiy Storchaka
· 6 years ago
e349bf2
bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences starting with "+". (GH-8741)
by Zackery Spytz
· 6 years ago
d3d3171
bpo-34415: Updated logging.Formatter docstring. (GH-8811)
by Vinay Sajip
· 6 years ago
93b5655
bpo-34432: doc Mention complex and decimal.Decimal on str.format not about locales (GH-8808)
by Andrés Delfino
· 6 years ago
cae8ff9
bpo-34381: refer to 'Running & Writing Tests' in README.rst (GH-8797)
by Michael Osipov
· 6 years ago
2b32da2
Improve error message when mock.assert_has_calls fails (GH-8205)
by davidair
· 6 years ago
a251073
Warn not to set SIGPIPE to SIG_DFL (#6773)
by Alfred Perlstein
· 6 years ago
0e6e7a1
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)
by Michael Osipov
· 6 years ago
c53aaec
bpo-34418: Fix HTTPErrorProcessor documentation (GH-8793)
by Sebastian Rittau
· 6 years ago
1590c39
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
by Christian Heimes
· 6 years ago
e6a4755
bpo-34217: Use lowercase for windows headers (GH-8472)
by Erik Janssens
· 6 years ago
67b9cc8
bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756)
by Sergey Fedoseev
· 6 years ago
864a892
bpo-34405: Updated to OpenSSL 1.1.0i for Windows builds. (GH-8775)
by Steve Dower
· 6 years ago
e0b5b20
bpo-34384: Fix os.readlink() on Windows (GH-8740)
by Berker Peksag
· 6 years ago
7c4ab2a
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
by Zackery Spytz
· 6 years ago
88bfd0b
bpo-34399: 2048 bits RSA keys and DH params (#8762)
by Christian Heimes
· 6 years ago
aa4e4a4
Make regular expressions in test_tasks.py raw strings. (GH-8759)
by Benjamin Peterson
· 6 years ago
da12063
smtplib documentation fixes (GH-8708)
by Ville Skyttä
· 6 years ago
10b59f1
Fix misindented yaml in logging how to example (GH-8604)
by Rémy HUBSCHER
· 6 years ago
a47f394
Minor code clean-up. Don't alter the input vector. Use variables instead. GH-8748
by Raymond Hettinger
· 6 years ago
0041459
Add more tests and assertions for math.hypot() and math.dist() (GH-8747)
by Raymond Hettinger
· 6 years ago
4d12e4d
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
by Vadim Pushtaev
· 6 years ago
65b5ef0
Fix the versionadded indentation in exec_module doc (GH-8719)
by Andrés Delfino
· 6 years ago
c630e10
Factor-out common code. Also, optimize common cases by preallocating space on the stack. GH-8738
by Raymond Hettinger
· 6 years ago
1399074
Replace straight addition with Kahan summation and move max to the end (GH-8727)
by Raymond Hettinger
· 6 years ago
2fc4697
bpo-34151: Improve performance of some list operations (GH-8332)
by Sergey Fedoseev
· 6 years ago
9e84084
bpo-34379: Doc: Move note for json.dump (GH-8730)
by Evan Allrich
· 6 years ago
db6075a
closes bpo-34377: Update Valgrind suppressions. (GH-8729)
by Paul Price
· 6 years ago
c8b0dbc
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
by Berker Peksag
· 6 years ago
84a13fb
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
by Berker Peksag
· 6 years ago
423d05f
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
by Berker Peksag
· 6 years ago
077059e
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
by Tal Einat
· 6 years ago
b92c526
closes bpo-34353: Add sockets to stat.filemode fallback python implementation. (GH-8703)
by GPery
· 6 years ago
a754823
Fixed inconsistency in string handling in the Task C implementation (GH-8717)
by Alex Grönholm
· 6 years ago
22d131a
Doc: add missing capture_output arg to subprocess.run() signature (#8374)
by Andriy Maletsky
· 6 years ago
cf2c5e8
Improve grammar of asynchronous iterator glossary entry (GH-8657)
by Andrés Delfino
· 6 years ago
599bfa1
bpo-34324: Doc README wrong directory name for venv (GH-8650)
by Stéphane Wirtel
· 6 years ago
cca4eec
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
by Alex Grönholm
· 6 years ago
52dee68
Assume the raw environ is always declared. (GH-8707)
by Benjamin Peterson
· 6 years ago
db8707c
Make code examples in Functional Programming HOWTO to be PEP 8 compliant. (GH-8646)
by Sergey Fedoseev
· 6 years ago
d2ac400
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
by Mikhail Terekhov
· 6 years ago
b221c93
VSTS: Skip build steps when only docs have changed (GH-8546)
by Steve Dower
· 6 years ago
8b58468
Remove unneeded PyErr_Clear() calls after PyErr_Print(). (GH-8699)
by Zackery Spytz
· 6 years ago
e4dcbbd
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
by Berker Peksag
· 6 years ago
3c1b590
Fix HTML formatting in datamodel.rst (GH-8693)
by Berker Peksag
· 6 years ago
5b2657f
bpo-34319: Clarify file handler closure in pathlib.read_text (GH-8645)
by Xtreak
· 6 years ago
8f7bb10
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567)
by Serhiy Storchaka
· 6 years ago
28c7f8c
bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (#8673)
by Terry Jan Reedy
· 6 years ago
b249966
bpo-19891: Ignore error while writing history file (GH-8483)
by Anthony Sottile
· 6 years ago
336c945
bpo-34336: Don't promote possibility to leave out typing.Optional (#8677)
by Ville Skyttä
· 6 years ago
Next »