Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e9ba3705de656215d52b8f8f4a2e7ad60190e944
/
Lib
e9ba370
bpo-33083 - Make math.factorial reject arguments that are not int-like (GH-6149)
by Pablo Galindo
· 6 years ago
65fc98e
bpo-26901: Fix the Argument Clinic test suite (GH-8879)
by Victor Stinner
· 6 years ago
2094c2b
bpo-34567: pythoninfo gets coreconfig (GH-9043)
by Victor Stinner
· 6 years ago
5265b3a
Fix typo in typing.py module docstring (#9014)
by Tim McNamara
· 6 years ago
172a71f
bpo-34558: Add missing parentheses in _aix.py (GH-9017)
by Michael Felt
· 6 years ago
f2ef51f
bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9018)
by Pablo Galindo
· 6 years ago
77b112c
bpo-34097: Polish API design (GH-8725)
by Marcel Plch
· 6 years ago
1b5f9c9
bpo-34427: Fix infinite loop when calling MutableSequence.extend() on self (GH-8813)
by Naris R
· 6 years ago
e6dac00
bpo-34542: Update test certs and keys (GH-8997)
by Christian Heimes
· 6 years ago
0382406
Fix TestPosixSpawn.test_close_file() (GH-8992)
by Victor Stinner
· 6 years ago
3d4226a
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
by Victor Stinner
· 6 years ago
c5989cd
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
by Victor Stinner
· 6 years ago
b2457ef
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
by Victor Stinner
· 6 years ago
dfe0dc7
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
by Victor Stinner
· 6 years ago
315877d
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
by Victor Stinner
· 6 years ago
9e4994d
bpo-34485: Enhance init_sys_streams() (GH-8978)
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
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
89d79b1
Remove AIX workaround test_subprocess (GH-8939)
by Michael Felt
· 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
76be0ff
bpo-13312: Avoid int underflow in time year. (GH-8912)
by Gregory P. Smith
· 6 years ago
91cb298
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
by Vladimir Matveev
· 6 years ago
096329f
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862)
by Paul Ganssle
· 6 years ago
48ce489
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
by Michael Osipov
· 6 years ago
65bef36
Remove superseded line from argparse.HelpFormatter() (GH-8839)
by Grant Jenks
· 6 years ago
e7d4b2f
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
by Berker Peksag
· 6 years ago
cdbf50c
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835)
by Alexey Izbyshev
· 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
2b32da2
Improve error message when mock.assert_has_calls fails (GH-8205)
by davidair
· 6 years ago
1590c39
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
by Christian Heimes
· 6 years ago
e0b5b20
bpo-34384: Fix os.readlink() on Windows (GH-8740)
by Berker Peksag
· 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
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
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
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
e4dcbbd
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
by Berker Peksag
· 6 years ago
8f7bb10
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567)
by Serhiy Storchaka
· 6 years ago
b249966
bpo-19891: Ignore error while writing history file (GH-8483)
by Anthony Sottile
· 6 years ago
87e59ac
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683)
by Tal Einat
· 6 years ago
46dc4e3
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
by Stefan Otte
· 6 years ago
7b41dba
bpo-34325: Skip zipfile test for large timestamps when filesystem don't support them. (GH-8656)
by Marcel Plch
· 6 years ago
2ebd381
Fix docstring of Profiler class (GH-8651)
by INADA Naoki
· 6 years ago
9beaef6
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
by Terry Jan Reedy
· 6 years ago
5640d03
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
by Victor Stinner
· 6 years ago
f394ee5
bpo-27910: Update documentation of traceback module (GH-6116)
by torsava
· 6 years ago
a2fe1e5
bpo-34097: Add support for zipping files older than 1980-01-01 (GH-8270)
by Marcel Plch
· 6 years ago
dd74369
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
by Tal Einat
· 6 years ago
10ea940
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
by Tal Einat
· 6 years ago
ea68d83
bpo-34170: _PyCoreConfig_Read() defaults to argc=0 (GH-8595)
by Victor Stinner
· 6 years ago
9851227
bpo-34170: Rename _PyCoreConfig.unbuffered_stdip (GH-8594)
by Victor Stinner
· 6 years ago
b75d7e2
bpo-34170: Add _PyCoreConfig._frozen parameter (GH-8591)
by Victor Stinner
· 6 years ago
8ed317f
bpo-34113: Fix a crash when using LLTRACE is on (GH-8517)
by costypetrisor
· 6 years ago
944451c
bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532)
by MartinAltmayer
· 6 years ago
9c18b1a
bpo-33089: Add math.dist() for computing the Euclidean distance between two points (GH-8561)
by Raymond Hettinger
· 6 years ago
9d57273
bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931)
by Serhiy Storchaka
· 6 years ago
f1d36d8
bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346)
by Serhiy Storchaka
· 6 years ago
4b8a7f5
Revert "closes bpo-27494: Fix 2to3 handling of trailing comma after a generator expression (GH-3771)" (#8241)
by Serhiy Storchaka
· 6 years ago
ac20e0f
bpo-1617161: Make the hash and equality of methods not depending on the value of self. (GH-7848)
by Serhiy Storchaka
· 6 years ago
9045199
bpo-33833: Fix ProactorSocketTransport AssertionError (#7893)
by twisteroid ambassador
· 6 years ago
22d2508
bpo-34075: Deprecate non-ThreadPoolExecutor in loop.set_default_executor() (GH-8533)
by Elvis Pranskevichus
· 6 years ago
4e11c46
bpo-34182: Fix test_pydoc running as a script. (GH-8389)
by Bo Bayles
· 6 years ago
3f8c691
bpo-34035: Fix several AttributeError in zipfile seek() methods. (GH-8527)
by Mickaël Schoentgen
· 6 years ago
d2e902e
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
by Franz Wöllert
· 6 years ago
11eb1a9
bpo-34251: Restore msilib.Win64 to preserve compatibility (GH-8510)
by Berker Peksag
· 6 years ago
1561703
bpo-42349: Switch to test.support.unlink per review by Serhiy Storchaka (GH-8529)
by Tim Golden
· 6 years ago
c6dabe3
bpo-33089: Multidimensional math.hypot() (GH-8474)
by Raymond Hettinger
· 6 years ago
8fe9eed
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
by Dong-hee Na
· 6 years ago
6a62e1d
bpo-34239: Convert test_bz2 to use tempfile (#8485)
by Tim Golden
· 6 years ago
56b29b6
bpo-34170, test_embed: write Py_Initialize() tests (GH-8484)
by Victor Stinner
· 6 years ago
3b5342c
bpo-34201: Tweak test_buffer. (GH-8481)
by Serhiy Storchaka
· 6 years ago
5473f06
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464)
by Steve Dower
· 6 years ago
e0d67f1
bpo-34201: Make ndarray.readonly a bool and use stricter tests in test_buffer. (GH-8414)
by Serhiy Storchaka
· 6 years ago
7cb7bcf
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
by Serhiy Storchaka
· 6 years ago
323748a
bpo-34197: Make _csv.Dialect attributes booleans. (GH-8440)
by Serhiy Storchaka
· 6 years ago
ecf411c
bpo-34170: Enhance _PyCoreConfig_Read() (GH-8468)
by Victor Stinner
· 6 years ago
48ed88a
bpo-32663 Make SMTPUTF8SimTests run (#5314)
by chason
· 6 years ago
60b04c9
bpo-34228: Allow PYTHONTRACEMALLOC=0 (GH-8467)
by Victor Stinner
· 6 years ago
96d1e69
bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385)
by Ammar Askar
· 6 years ago
74102c9
bpo-13041: Use shutil.get_terminal_size() in argparse.HelpFormatter (GH-8459)
by Berker Peksag
· 6 years ago
ff64add
bpo-34195: Fix case-sensitive comparison in test_nt_helpers (GH-8448)
by Tim Golden
· 6 years ago
53b7d4e
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
by Victor Stinner
· 6 years ago
c206f0d
bpo-34136: Make test_do_not_recreate_annotations more lenient. (GH-8437)
by Serhiy Storchaka
· 6 years ago
ac0b3c2
bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351)
by Serhiy Storchaka
· 6 years ago
02ec92f
bpo-29209: Remove old-deprecated features in ElementTree. (GH-6769)
by Serhiy Storchaka
· 6 years ago
e22072f
bpo-34149: Behavior of the min/max with key=None (GH-8328)
by Alexander Marshalov
· 6 years ago
Next »