- 26 Eki, 2013 15 kayıt (commit)
-
-
Nick Coghlan yazdı
- cross-references and attributions for inspect changes - note improvements to inspect and pydoc handling of metaclasses and dynamic attributes (courtesy of the enum PEP) - group all CPython implementation specific changes into a common section - add see also links for most of the PEPs - fix the see also link for the release PEP - add suitable caveats on Argument Clinic inclusion - clarify the change to __wrapped__ handling
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
Make it easier for users to make use of the backup _tkinter linked with the third-party Tcl and Tk frameworks in /Library/Frameworks. The two tkinter variants are now installed in separate directories under a new lib-tkinter. This allows per-user selection by manipulating sys.path, directly or with PYTHONPATH. If this proves useful, we can supply a more convenient user interface to supply the paths. For now, this remains somewhat experimental.
-
Ned Deily yazdı
Make it easier for users to make use of the backup _tkinter linked with the third-party Tcl and Tk frameworks in /Library/Frameworks. The two tkinter variants are now installed in separate directories under a new lib-tkinter. This allows per-user selection by manipulating sys.path, directly or with PYTHONPATH. If this proves useful, we can supply a more convenient user interface to supply the paths. For now, this remains somewhat experimental.
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
- added test cases to ensure docstrings are reasonable - also updates various comments in contextlib for accuracy - identifed #19404 as an issue making it difficult to provide good help output on generator based context manager instances
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
available to compute timeout.
-
Victor Stinner yazdı
compute timeout.
-
Nick Coghlan yazdı
-
Tim Peters yazdı
-
Tim Peters yazdı
Change Thread.join() with a negative timeout to just return. The behavior isn't documented then, but this restores previous behavior.
-
- 25 Eki, 2013 25 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
10.8+ when using a universal Python that included a PPC architecture, such as with a python.org 32-bit-only binary installer.
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
are individually controlled by #ifdef statements in the extension code.
-
Antoine Pitrou yazdı
Issue #19375: The site module adding a "site-python" directory to sys.path, if it exists, is now deprecated.
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
bquinlan yazdı
-
bquinlan yazdı
Issue #11161: Update the documentation for ProcessPoolExecutor to note that it will not work in the interactive shell.
-
Brett Cannon yazdı
-
Brett Cannon yazdı
being defined on top of __name__.
-
Brett Cannon yazdı
source importlib.
-
Brett Cannon yazdı
unittest.TestCase in prep of running tests under frozen and source importlib.
-
Charles-François Natali yazdı
-
Charles-François Natali yazdı
retry on EINTR).
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
of OPT for special build options. By setting OPT, some compiler-specific options like -fwrapv were overridden and thus not used, which could result in broken interpreters when building with clang.
-