- 12 May, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
argument and without current frame (ex: embedded Python).
-
Victor Stinner yazdı
example
-
Victor Stinner yazdı
-
Guido van Rossum yazdı
asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit.
-
Ned Deily yazdı
source directory.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
consolidating and improving human-validated tests of Idle. Change other files as needed to work with htest. Running the module as __main__ runs all tests.
-
- 11 May, 2014 8 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Gregory P. Smith yazdı
more accurate and sounds less like a strange tale of yore.
-
Gregory P. Smith yazdı
a Security Considerations section as preferred by both the devguide and documentation users who do not wish to go insane.
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
- 10 May, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 09 May, 2014 5 kayıt (commit)
-
-
Tim Golden yazdı
-
Tim Golden yazdı
-
Tim Golden yazdı
Issue10752 Be more robust when finding a PERL interpreter to build OpenSSL. Initial patch by Gabi Davar
-
Brett Cannon yazdı
load_module().
-
Brett Cannon yazdı
alternatives.
-
- 08 May, 2014 5 kayıt (commit)
-
-
Tim Peters yazdı
Changed the iteration logic in finalize_garbage() to tolerate objects vanishing from the list as a side effect of executing a finalizer.
-
Antoine Pitrou yazdı
Issue #21396: Fix TextIOWrapper(..., write_through=True) to not force a flush() on the underlying binary stream. Patch by akira.
-
R David Murray yazdı
-
Kristján Valur Jónsson yazdı
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
Kristján Valur Jónsson yazdı
in order to have the same resolution as pthreads condition variables. At the same time, it must be large enough to accept 31 bits of milliseconds, which is the maximum timeout value in the windows API. A PY_LONG_LONG of microseconds fullfills both requirements. This closes issue #20737
-
- 07 May, 2014 3 kayıt (commit)
-
-
doko@ubuntu.com yazdı
-
doko@ubuntu.com yazdı
-
R David Murray yazdı
-
- 06 May, 2014 3 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Zachary Ware yazdı
This makes it match the new example below, and allows Sphinx's "hide the prompts and output" feature to work.
-
Zachary Ware yazdı
overrides a ``return`` in the ``try`` suite.
-
- 05 May, 2014 1 kayıt (commit)
-
-
Guido van Rossum yazdı
-
- 04 May, 2014 4 kayıt (commit)
-
-
Larry Hastings yazdı
In porting to Argument Clinic, the first two arguments were reversed.
-
Ned Deily yazdı
cause GUI tests to segfault in Cocoa Tk when run under regrtest -j (multiple threads running subprocesses).
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
Patch by Diana Clarke.
-
- 03 May, 2014 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 02 May, 2014 1 kayıt (commit)
-
-
Zachary Ware yazdı
test_support._is_gui_available is now defined the same way on every platform, and now includes the Windows-specific check that had been in the Windows version of _is_gui_available and the OSX-specific check that was in tkinter.test.support.check_tk_availability. Also, every platform checks whether Tk can be instantiated (if the platform-specific checks passed).
-