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-33748: fix tests altering sys.path and sys.modules (GH-7433)
Tal Einat
2018-06-10
1
-19/+20
*
bpo-33770: improve base64 exception message for encoded inputs of invalid len...
Tal Einat
2018-06-10
1
-0/+28
*
bpo-33810 Remove unused code from datetime.py. (GH-7549)
Alexander Belopolsky
2018-06-08
1
-11/+4
*
Datetime test coverage (#7544)
Alexander Belopolsky
2018-06-08
1
-3/+9
*
bpo-30805: Avoid race condition with debug logging (GH-7545)
Yury Selivanov
2018-06-08
1
-2/+4
*
bpo-33375: Get filename for warnings from frame.f_code.co_filename (GH-6622)
Thomas Kluyver
2018-06-08
2
-89/+11
*
bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)
Ćukasz Langa
2018-06-08
2
-2/+53
*
bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)
wim glenn
2018-06-08
2
-10/+38
*
bpo-33694: Fix typo in helper function name (GH-7522)
Victor Stinner
2018-06-08
4
-9/+9
*
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)
Victor Stinner
2018-06-08
2
-7/+44
*
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
Terry Jan Reedy
2018-06-08
1
-0/+27
*
bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...
Cheryl Sabella
2018-06-08
2
-0/+49
*
bpo-33197: Add description property for _ParameterKind. (GH-7206)
Dong-hee Na
2018-06-08
1
-6/+7
*
bpo-33792: Add selector and proactor windows policies (GH-7487)
Yury Selivanov
2018-06-08
2
-3/+39
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
3
-1/+79
*
bpo-33615: Skip test__xxsubinterpreters (GH-7503)
Victor Stinner
2018-06-08
1
-0/+2
*
bpo-33694: Fix race condition in asyncio proactor (GH-7498)
Victor Stinner
2018-06-07
5
-151/+84
*
bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)
Eric V. Smith
2018-06-07
2
-86/+125
*
bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-...
Zackery Spytz
2018-06-07
1
-1/+1
*
bpo-33274: Compliance with DOM L1: return removed attribute (#7465)
arikrupnik
2018-06-07
2
-1/+2
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)
Benjamin Peterson
2018-06-07
1
-2/+2
*
bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)
Victor Stinner
2018-06-06
1
-1/+5
*
bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)
Victor Stinner
2018-06-06
1
-1/+2
*
bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)
Victor Stinner
2018-06-06
2
-2/+12
*
bpo-28240: timeit: Update repeat() doc (GH-7419)
Victor Stinner
2018-06-06
1
-2/+2
*
bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)
Victor Stinner
2018-06-06
2
-8/+21
*
test.support.SaveSignals: fix typo (GH-7448)
Victor Stinner
2018-06-06
1
-1/+1
*
bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449)
Victor Stinner
2018-06-06
1
-5/+0
*
bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)
John Reese
2018-06-05
2
-2/+3
*
Improve the subprocess restore_signals=True test. (GH-7414)
Gregory P. Smith
2018-06-05
1
-6/+22
*
bpo-12486: Document tokenize.generate_tokens() as public API (#6957)
Thomas Kluyver
2018-06-05
2
-5/+21
*
bpo-33751: Fix test_file. (GH-7378)
Serhiy Storchaka
2018-06-05
1
-84/+78
*
bpo-33755: Fix importlib.resources isolation tests (#7412)
Barry Warsaw
2018-06-05
2
-1/+9
*
bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)
Vinay Sajip
2018-06-05
2
-3/+41
*
bpo-33752: Fix a file leak in test_dbm. (GH-7376)
Serhiy Storchaka
2018-06-05
1
-4/+2
*
bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)
Yury Selivanov
2018-06-05
2
-3/+6
*
bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)
Zackery Spytz
2018-06-05
1
-0/+7
*
bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)
Serhiy Storchaka
2018-06-05
1
-148/+101
*
bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)
Steve Dower
2018-06-04
1
-1/+4
*
bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)
Cheryl Sabella
2018-06-04
2
-52/+56
*
bpo-33664: Scroll IDLE editor text by lines (GH-7351)
Cheryl Sabella
2018-06-04
1
-2/+27
*
bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)
Yury Selivanov
2018-06-04
6
-68/+253
*
bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)
Victor Stinner
2018-06-04
1
-0/+2
*
bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362)
Serhiy Storchaka
2018-06-04
1
-1/+3
*
bpo-33760: Fix file leaks in test_io. (GH-7361)
Serhiy Storchaka
2018-06-04
1
-0/+4
*
bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)
Serhiy Storchaka
2018-06-03
1
-3/+5
*
bpo-33750: Reset thread-local context precision in test_round(). (#7355)
Stefan Krah
2018-06-03
1
-11/+11
*
bpo-27485: Change urlparse tests to use private methods. (GH-7070)
Cheryl Sabella
2018-06-03
1
-12/+12
*
bpo-33744: Fix test_uu. (GH-7350)
Serhiy Storchaka
2018-06-03
1
-78/+26
*
Docs: fix some wrong words (GH-6987)
Eitan Adler
2018-06-02
1
-1/+1
[next]