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
*
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
Victor Stinner
2017-06-08
1
-6/+8
*
bpo-30486: Allow setting cell value (#1840)
Lisa Roach
2017-06-08
1
-0/+20
*
bpo-30537: use PyNumber in itertools.islice instead of PyLong (#1918)
Will Roberts
2017-06-08
1
-0/+13
*
bpo-30591: Added test for textwrap backtracking. (#1988)
Jonathan Eunice
2017-06-07
1
-0/+11
*
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Erik Bray
2017-06-07
2
-0/+26
*
bpo-30584: Fix test_os fails on non-English Windows (#1980)
Denis Osipov
2017-06-07
1
-1/+3
*
bpo-30177: pathlib: include the full path in resolve(strict=False) (#1893)
Antoine Pietri
2017-06-07
2
-20/+20
*
bpo-30463: Add an empty __slots__ to abc.ABC.
Aaron Hall, MBA
2017-06-06
2
-1/+4
*
bpo-30557: Fix test_faulthandler (#1969)
Victor Stinner
2017-06-06
1
-2/+4
*
bpo-30534: Fixed error messages when pass keyword arguments (#1901)
Serhiy Storchaka
2017-06-06
2
-4/+58
*
bpo-30520: Implemented pickling for loggers. (#1956)
Vinay Sajip
2017-06-06
2
-2/+21
*
bpo-30095: Make CSS classes used by calendar.HTMLCalendar customizable (GH-1439)
Oz N Tiram
2017-06-06
2
-36/+108
*
bpo-30557: faulthandler now correctly filters and displays exception codes on...
Steve Dower
2017-06-05
1
-0/+26
*
Simplify code in warnings modules (#1935)
Alex Gaynor
2017-06-04
1
-3/+7
*
fix comment (#1798)
leodema
2017-06-04
1
-1/+1
*
Fix bpo-30526: Add TextIOWrapper.reconfigure() and a TextIOWrapper.write_thro...
Antoine Pitrou
2017-06-03
2
-1/+73
*
Fix skipping test_UNC_path on AppVeyor due to a different error being raised ...
Segev Finer
2017-06-02
1
-1/+1
*
bpo-30245: Fix possible overflow when organize struct.pack_into error message...
Johan Liu
2017-06-02
1
-0/+10
*
bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1...
Xiang Zhang
2017-06-01
2
-7/+40
*
bpo-25324: copy tok_name before changing it (#1608)
Albert-Jan Nijburg
2017-05-31
3
-20/+32
*
subprocess test_empty_env typo fix. (#1877)
Gregory P. Smith
2017-05-30
1
-3/+3
*
bpo-12383: Refactor subprocess test_empty_env (#1874)
Gregory P. Smith
2017-05-30
1
-12/+20
*
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834)
Gregory P. Smith
2017-05-29
3
-10/+32
*
bpo-16500: Use register_at_fork() in the threading module (#1843)
Antoine Pitrou
2017-05-28
1
-4/+9
*
bpo-30495: IDLE: Modernize textview.py with docstrings and PEP8 names (#1839)
csabella
2017-05-28
3
-42/+62
*
Doc nits for bpo-16500 (#1841)
Antoine Pitrou
2017-05-28
1
-2/+2
*
IDLE test_help_about: edit and add test. (#1838)
terryjreedy
2017-05-28
1
-47/+75
*
bpo-30290: IDLE: Refactor help_about to PEP8 names (#1714)
csabella
2017-05-27
2
-95/+119
*
bpo-16500: Allow registering at-fork handlers (#1715)
Antoine Pitrou
2017-05-27
5
-8/+64
*
bpo-30310: Add a test for non-ascii font family. (#1567) (#1832)
Serhiy Storchaka
2017-05-27
1
-1/+11
*
bpo-30398: Add a docstring for re.error. (#1647)
Serhiy Storchaka
2017-05-27
1
-0/+11
*
bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (#1...
grzgrzgrz3
2017-05-25
2
-12/+24
*
bpo-29104: Fixed parsing backslashes in f-strings. (#490)
Serhiy Storchaka
2017-05-25
1
-0/+14
*
bpo-30447: Fix/skip the subinterpreters test on some platforms. (#1791)
Eric Snow
2017-05-25
1
-43/+42
*
bpo-29851: Have importlib.reload() raise ImportError if the module's spec is ...
Garvit Khatri
2017-05-24
2
-2/+14
*
bpo-30445: Allow appended output in RecursionError message
codedragon
2017-05-24
1
-1/+2
*
bpo-30442: Skips refcount test in test_xml_etree under coverage (#1767)
Kushal Das
2017-05-24
1
-0/+1
*
bpo-30377: Simplify handling of COMMENT and NL in tokenize.py (#1607)
Albert-Jan Nijburg
2017-05-24
2
-12/+12
*
bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandle...
Stéphane Wirtel
2017-05-24
2
-3/+19
*
bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700)
Joel Hillacre
2017-05-24
1
-0/+1
*
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
Serhiy Storchaka
2017-05-24
1
-1/+1
*
Revert an invalid change to a test (from 6b4be19). (#1770)
Eric Snow
2017-05-23
1
-4/+4
*
Improves test_underpth_nosite_file to reveal why it fails. (#1763)
Steve Dower
2017-05-23
1
-6/+10
*
bpo-29335 - apply suggested test_subprocess simplifications from haypo and Za...
Gregory P. Smith
2017-05-23
1
-9/+5
*
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an...
Jani Šumak
2017-05-23
1
-1/+1
*
call remove_done_callback in finally section (#1688)
jimmylai
2017-05-23
1
-1/+2
*
bpo-30432: FileInput doesn't accept PathLike objects for file names (#1732)
Roy Williams
2017-05-23
2
-0/+17
*
bpo-22257: Small changes for PEP 432. (#1728)
Eric Snow
2017-05-23
4
-9/+36
*
bpo-25532: Protect against infinite loops in inspect.unwrap() (#1717)
Thomas Kluyver
2017-05-23
2
-3/+24
*
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Eric Snow
2017-05-23
1
-5/+86
[next]