- 08 Ara, 2014 9 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Closes issue #23009.
-
Yury Selivanov yazdı
Closes issue #23009.
-
- 07 Ara, 2014 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
HTTPSConnection: prefer the context's check_hostname attribute over the constructor parameter (#22959)
-
Antoine Pitrou yazdı
-
- 06 Ara, 2014 12 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Kurt Roeckx.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
information.
-
Benjamin Peterson yazdı
-
- 05 Ara, 2014 12 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Victor Stinner yazdı
same length.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Brett Cannon yazdı
This will create a venv using the interpreter specified by the PYTHON variable for the Makefile that also install Sphinx. Typical usage is expected to be: cd Doc make venv PYTHON=../python make html PYTHON=venv/bin/python3
-
Brett Cannon yazdı
-
Brett Cannon yazdı
automated process.
-
Victor Stinner yazdı
Python finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning.
-
Victor Stinner yazdı
finalization. Before the module kept a reference to the builtins module, but the module attributes are cleared during Python finalization. Instead, keep directly a reference to the open() function. This enhancement is not perfect, calling tokenize.open() can still fail if called very late during Python finalization. Usually, the function is called by the linecache module which is called to display a traceback or emit a warning.
-
Terry Jan Reedy yazdı
-