index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix TestPosixSpawn.test_close_file() (GH-8992)
Victor Stinner
2018-08-29
1
-30/+34
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
1
-5/+113
*
bpo-34523: Py_DecodeLocale() use UTF-8 on Windows (GH-8998)
Victor Stinner
2018-08-29
1
-20/+19
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
2
-2/+49
*
bpo-34485: Add _PyCoreConfig.stdio_encoding (GH-8881)
Victor Stinner
2018-08-29
1
-3/+33
*
bpo-34485: stdout uses surrogateescape on POSIX locale (GH-8986)
Victor Stinner
2018-08-29
1
-9/+15
*
bpo-34485: Enhance init_sys_streams() (GH-8978)
Victor Stinner
2018-08-28
3
-17/+17
*
bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972)
Victor Stinner
2018-08-28
1
-6/+17
*
bpo-21145: Add cached_property decorator in functools (#6982)
Carl Meyer
2018-08-28
2
-0/+221
*
bpo-33635: Handling Bad file descriptor in Path.is_file and related. (GH-8542)
Przemysław Spodymek
2018-08-27
2
-10/+43
*
bpo-34347: Fix test_utf8_mode.test_cmd_line for AIX (GH-8923)
Michael Felt
2018-08-27
1
-0/+2
*
bpo-26544: Get rid of dependence from distutils in platform. (GH-8356)
Serhiy Storchaka
2018-08-27
1
-1/+30
*
bpo-34171: Fix test_trace. (GH-8940)
Serhiy Storchaka
2018-08-27
1
-3/+6
*
bpo-32968: Make modulo and floor division involving Fraction and float consis...
Elias Zamaria
2018-08-27
2
-12/+11
*
Remove AIX workaround test_subprocess (GH-8939)
Michael Felt
2018-08-26
1
-8/+2
*
Fix upsizing of marks stack in pickle module. (GH-8860)
Sergey Fedoseev
2018-08-25
1
-3/+3
*
bpo-34171: Prevent creating Lib/trace.cover when run the trace module. (GH-8841)
Serhiy Storchaka
2018-08-25
2
-10/+9
*
bpo-13312: Avoid int underflow in time year. (GH-8912)
Gregory P. Smith
2018-08-25
1
-6/+5
*
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8...
Vladimir Matveev
2018-08-24
3
-3/+24
*
bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate cod...
Paul Ganssle
2018-08-23
1
-1/+8
*
bpo-34412: Make signal.strsignal() work on HP-UX (GH-8786)
Michael Osipov
2018-08-23
1
-0/+1
*
Remove superseded line from argparse.HelpFormatter() (GH-8839)
Grant Jenks
2018-08-22
1
-1/+0
*
bpo-2122: Make mmap.flush() behave same on all platforms (GH-8692)
Berker Peksag
2018-08-22
1
-5/+14
*
bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclass...
Alexey Izbyshev
2018-08-20
1
-0/+30
*
bpo-34318: Convert deprecation warnings to errors in assertRaises() etc. (GH-...
Serhiy Storchaka
2018-08-19
2
-19/+10
*
bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences s...
Zackery Spytz
2018-08-19
2
-0/+5
*
bpo-34415: Updated logging.Formatter docstring. (GH-8811)
Vinay Sajip
2018-08-19
1
-1/+2
*
Improve error message when mock.assert_has_calls fails (GH-8205)
davidair
2018-08-17
1
-1/+3
*
bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787)
Christian Heimes
2018-08-16
1
-0/+5
*
bpo-34384: Fix os.readlink() on Windows (GH-8740)
Berker Peksag
2018-08-15
1
-0/+47
*
bpo-34399: 2048 bits RSA keys and DH params (#8762)
Christian Heimes
2018-08-14
4
-44/+46
*
Make regular expressions in test_tasks.py raw strings. (GH-8759)
Benjamin Peterson
2018-08-14
1
-2/+2
*
Add more tests and assertions for math.hypot() and math.dist() (GH-8747)
Raymond Hettinger
2018-08-12
1
-5/+12
*
bpo-34213: Allow dataclasses to work with a field named 'object'. (GH-8452)
Vadim Pushtaev
2018-08-12
2
-1/+57
*
bpo-26818: Add a test to make sure the bug is fixed (GH-8664)
Berker Peksag
2018-08-11
1
-0/+22
*
bpo-9372: Deprecate several __getitem__ methods (GH-8609)
Berker Peksag
2018-08-11
7
-0/+63
*
bpo-34333: Fix %-formatting in Path.with_suffix() (GH-8663)
Berker Peksag
2018-08-11
2
-1/+3
*
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
Tal Einat
2018-08-10
1
-6/+17
*
closes bpo-34353: Add sockets to stat.filemode fallback python implementation...
GPery
2018-08-10
2
-0/+10
*
bpo-34270: Make it possible to name asyncio tasks (GH-8547)
Alex Grönholm
2018-08-08
6
-15/+117
*
Assume the raw environ is always declared. (GH-8707)
Benjamin Peterson
2018-08-08
1
-6/+0
*
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
Berker Peksag
2018-08-07
2
-1/+19
*
bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8...
Serhiy Storchaka
2018-08-06
2
-181/+182
*
bpo-19891: Ignore error while writing history file (GH-8483)
Anthony Sottile
2018-08-06
1
-1/+10
*
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-...
Tal Einat
2018-08-05
6
-144/+415
*
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
Stefan Otte
2018-08-03
1
-2/+4
*
bpo-34325: Skip zipfile test for large timestamps when filesystem don't suppo...
Marcel Plch
2018-08-03
1
-1/+5
*
Fix docstring of Profiler class (GH-8651)
INADA Naoki
2018-08-03
1
-2/+2
*
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
Terry Jan Reedy
2018-08-03
1
-0/+1
*
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
Victor Stinner
2018-08-03
1
-3/+4
[next]