- 04 Eki, 2014 2 kayıt (commit)
-
-
Serhiy Storchaka yazdı
more helpful error message for unsupported or mismatched types of arguments.
-
Serhiy Storchaka yazdı
(including empty directories) in ZIP file.
-
- 03 Eki, 2014 6 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Christian Heimes and Alex Gaynor.
-
R David Murray yazdı
A debian code search (by Tshepang Lekhonkhobe) turned up only one package checking email.__version__...and it was the 2.7-only mailman package. Since Barry approves this change, it seems safe enough to make it...
-
R David Murray yazdı
The test needs to be skipped if unicodedata is either part of the main binary (a repackaging of cpython on Windows?) or has python source (pypy?). PEP 3147 makes __file__ point to the .py source, so we need to change the extension check from looking for the old .pyc/.pyo to just looking for .py. Note that this skip should never trigger on CPython itself, so one could argue it should be dropped instead. But since it exists, why risk breaking someone else's python.
-
Antoine Pitrou yazdı
-
R David Murray yazdı
Python3 does not have the bug covered by the issue.
-
- 02 Eki, 2014 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
derived from sr_rs@latin.
-
doko@ubuntu.com yazdı
-
- 01 Eki, 2014 6 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
The makelocalealias.py script now can parse the SUPPORTED file from glibc sources and supports command line options for source paths.
-
Georg Brandl yazdı
write_bytes to pathlib.Path objects. Thanks to Christopher Welborn and Ram Rachum for original patches.
-
Terry Jan Reedy yazdı
-
R David Murray yazdı
Patch by Francis MB.
-
- 30 Eyl, 2014 9 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Check if the sporadic failure is related to a timeout. The test just failed on the buildbot "x86 Windows7 3.x": 1 thread done / 20 (the 'done' condition was not signaled because 1 < 20).
-
Georg Brandl yazdı
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
-
Georg Brandl yazdı
Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore.
-
Victor Stinner yazdı
calls that were cancelled.
-
Antoine Pitrou yazdı
Remove pointless "vile hack" that can cause the build step to fail when some extension modules can't be imported. See issue #5309 for the build failures, issue #458343 for the original motivation.
-
Victor Stinner yazdı
because _read_null() cannot be used on AIX. On AIX, reading from NULL is allowed: the first page of memory is a mapped read-only on AIX.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
From Robert Collins.
-
- 29 Eyl, 2014 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
limited by 100.
-
R David Murray yazdı
Patch by Claudiu Popa.
-
Serhiy Storchaka yazdı
-
- 28 Eyl, 2014 4 kayıt (commit)
-
-
Alexander Belopolsky yazdı
This patch brings the pure-python datetime more in-line with the C module. Patch contributed by Brian Kearns, a PyPy developer. PyPy project has been running these modifications in PyPy2 stdlib. This commit includes: - General PEP8/cleanups; - Better testing of argument types passed to constructors; - Removal of duplicate operations; - Optimization of timedelta creation; - Caching the result of __hash__ like the C accelerator; - Enhancements/bug fixes in tests.
-
Benjamin Peterson yazdı
Patch by Yongzhi Pan.
-
R David Murray yazdı
Pointed out by Arfrever.
-
Serhiy Storchaka yazdı
-
- 27 Eyl, 2014 2 kayıt (commit)
-
-
R David Murray yazdı
Patch by Ian Cordasco, approved by Éric Araujo.
-
Serhiy Storchaka yazdı
Oleg Oshmyan.
-
- 26 Eyl, 2014 3 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by Claude Paroz.
-
Yury Selivanov yazdı
Issue #1764286. Patch by Claudiu Popa.
-
Antoine Pitrou yazdı
option to enable parallel building of extension modules.
-