- 18 Eyl, 2017 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
* Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module
-
- 20 Nis, 2017 1 kayıt (commit)
-
-
Mariatta yazdı
Skip the file if it has bad encoding.
-
- 04 Nis, 2017 1 kayıt (commit)
-
-
Victor Stinner yazdı
* bpo-29972: Fix test_eintr on AIX On AIX, sigtimedwait(0.2) sleeps 199.8 ms, whereas the test expects 200 ms or longer. * bpo-29972: Skip some inet_pton() tests on AIX Skip some inet_pton() tests of test_socket on AIX. inet_pton() on AIX is less strict than on Linux and doesn't reject some invalid IP addresses. The unit tests test more the libc than Python itself. * bpo-29972: Skip tests known to fail on AIX * test_locale.test_strcoll_with_diacritic() * test_locale.test_strxfrm_with_diacritic() * test_strptime.test_week_of_year_and_day_of_week_calculation() * test_tools.test_POT_Creation_Date()
-
- 13 Eyl, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
-
- 11 Eyl, 2016 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 10 Eyl, 2016 1 kayıt (commit)
-
-
Eric V. Smith yazdı
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
-
- 09 Eyl, 2016 3 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Guido van Rossum yazdı
Development is moving to https://github.com/ilevkivskyi/com2ann
-
Yury Selivanov yazdı
Patch by Ivan Levkivskyi.
-
- 05 Eyl, 2016 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 03 Eyl, 2016 2 kayıt (commit)
-
-
Eric V. Smith yazdı
Issue 27921: Remove backslash from another f-string. I'll revert this change before beta 2. I also need to look in to why test_tools/test_unparse fails with the files that are now being skipped.
-
Eric V. Smith yazdı
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts.
-
- 30 Agu, 2016 1 kayıt (commit)
-
-
Zachary Ware yazdı
-
- 24 Nis, 2016 4 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
Patch by Jon Dufresne.
-
- 17 Nis, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 06 Mar, 2016 1 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Guo Ci Teo.
-
- 20 Eyl, 2015 1 kayıt (commit)
-
-
Eric V. Smith yazdı
-
- 19 Eyl, 2015 1 kayıt (commit)
-
-
Eric V. Smith yazdı
Temporary hack for issue #25180: exclude test_fstring.py from the unparse round-tripping, while I figure out how to properly fix it.
-
- 06 May, 2015 2 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Christie Wilson.
-
- 16 Nis, 2015 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Michael McFadden, with a few small style tweaks.
-
- 23 Tem, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
Adds `load_package_tests` function to test.support, uses it in test_asyncio, test_email, test_json, test_tools, test_importlib and all test_importlib sub-packages to implement test discovery.
-
- 16 Tem, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
-