- 08 Şub, 2016 1 kayıt (commit)
-
-
Victor Stinner yazdı
* Constant statements will be ignored and the compiler will emit a SyntaxWarning. * Replace constant statement (ex: "1") with an expression statement (ex: "x=1"). * test_traceback: use context manager on the file. Issue #26204.
-
- 24 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
-
- 14 Kas, 2015 1 kayıt (commit)
-
-
Martin Panter yazdı
Patches by Jacek Kołodziej.
-
- 14 Nis, 2015 2 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
compare the public APIs of two modules or classes.
-
- 05 Eki, 2014 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 23 Tem, 2014 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 12 Mar, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Sean Rodman.
-
- 16 Ock, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
requires them. Disable executable bits and shebang lines in test and benchmark files in order to prevent using a random system python, and in source files of modules which don't provide command line interface. Fixed shebang line to use python3 executable in the unittestgui script.
-
- 08 Eki, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppression, and use it in more tests. Patch by Valerie Lambert and Zachary Ware.
-
- 06 Eyl, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Valerie Lambert.
-
- 28 Tem, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Patch by Chris Jerdonek
-
- 11 Tem, 2013 1 kayıt (commit)
-
-
R David Murray yazdı
Patch by Dmi Baranov.
-
- 20 Mar, 2013 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
-
- 19 Mar, 2013 1 kayıt (commit)
-
-
Kristján Valur Jónsson yazdı
using the same sys.flags as the current process. Backport from default branch.
-
- 13 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
with size >= 2**31), instead of producing illegal marshal data.
-
- 12 Şub, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
the disk is full. Original patch by Amir Szekely.
-
- 27 Ock, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
--without-doc-strings option.
-
- 26 Ock, 2013 1 kayıt (commit)
-
-
Stefan Krah yazdı
-
- 13 Agu, 2012 1 kayıt (commit)
-
-
Brian Curtin yazdı
Fix #15496. Add directory removal helpers to make Windows tests more reliable. Patch by Jeremy Kloth
-
- 29 Tem, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
- 25 Haz, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 20 May, 2012 1 kayıt (commit)
-
-
Martin v. Löwis yazdı
Original patch by Stefano Taschini.
-
- 14 Nis, 2012 1 kayıt (commit)
-
-
Brett Cannon yazdı
importlib._bootstrap is now frozen into Python/importlib.h and stored as _frozen_importlib in sys.modules. Py_Initialize() loads the frozen code along with sys and imp and then uses _frozen_importlib._install() to set builtins.__import__() w/ _frozen_importlib.__import__().
-
- 21 Şub, 2012 1 kayıt (commit)
-
-
Barry Warsaw yazdı
environment variable, to provide an opt-in way to protect against denial of service attacks due to hash collisions within the dict and set types. Patch by David Malcolm, based on work by Victor Stinner.
-
- 10 Ara, 2011 1 kayıt (commit)
-
-
Charles-François Natali yazdı
-
- 03 Agu, 2011 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 02 Agu, 2011 1 kayıt (commit)
-
-
Eli Bendersky yazdı
Issue #11049: fix test_forget to work on installed Python, by using a temporary module for import/forget
-
- 23 Tem, 2011 3 kayıt (commit)
-
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
Based on original patch by Giampaolo Rodola with contributions from R. David Murray
-
- 09 Tem, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
failure in name resolution. Should fix a buildbot failure.
-
- 31 May, 2011 1 kayıt (commit)
-
-
Victor Stinner yazdı
Replace support by test_support, and add captured_stderr() function.
-
- 14 May, 2011 3 kayıt (commit)
-
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 09 May, 2011 1 kayıt (commit)
-
-
Ezio Melotti yazdı
#11910: change import_fresh_module to return None when one of the "fresh" modules can not be imported.
-
- 08 May, 2011 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 08 Ock, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87861 | antoine.pitrou | 2011-01-08 11:23:29 +0100 (sam., 08 janv. 2011) | 3 lines Fix test_ssl after r87849 ........ r87863 | antoine.pitrou | 2011-01-08 11:28:11 +0100 (sam., 08 janv. 2011) | 3 lines Add EHOSTUNREACH ('No route to host') to the errnos trapped by transient_internet(). ........
-
- 03 Ock, 2011 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87695 | antoine.pitrou | 2011-01-03 19:23:55 +0100 (lun., 03 janv. 2011) | 5 lines Issue #10806, issue #9905: Fix subprocess pipes when some of the standard file descriptors (0, 1, 2) are closed in the parent process. Initial patch by Ross Lagerwall. ........
-