- 16 Şub, 2014 2 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 14 Şub, 2014 2 kayıt (commit)
-
-
Nick Coghlan yazdı
- now also allows POSIX installation with SSL/TLS missing - a goal for pip 1.6 is to allow local use without SSL/TLS
-
Benjamin Peterson yazdı
-
- 13 Şub, 2014 4 kayıt (commit)
-
-
Victor Stinner yazdı
regression: don't clear anymore the state of Python threads early during the Python shutdown.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
the address is not resolved (hostname instead of an IP address) for AF_INET and AF_INET6 address families.
-
Guido van Rossum yazdı
-
- 12 Şub, 2014 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 11 Şub, 2014 10 kayıt (commit)
-
-
Victor Stinner yazdı
FreeBSD 8
-
Victor Stinner yazdı
-
Benjamin Peterson yazdı
-
Victor Stinner yazdı
the list of futures is not a list but a Future, Task or coroutine object
-
Victor Stinner yazdı
parameters
-
Victor Stinner yazdı
call_at() and run_in_executor() now raise a TypeError if the callback is a coroutine function.
-
Victor Stinner yazdı
should be printed
-
Victor Stinner yazdı
than timeout
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
- 10 Şub, 2014 3 kayıt (commit)
-
-
Victor Stinner yazdı
scheduled tasks should be executed or not.
-
Georg Brandl yazdı
-
Victor Stinner yazdı
test more reliable (= fail more often on Windows with HPET enabled).
-
- 21 Şub, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 11 Şub, 2014 1 kayıt (commit)
-
-
Larry Hastings yazdı
-
- 10 Şub, 2014 8 kayıt (commit)
-
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Victor Stinner yazdı
test_timeout_rounding() on Windows XP buildbots.
-
Larry Hastings yazdı
to reflect the fact that they only accept positional-only arguments.
-
Larry Hastings yazdı
now register both filenames in the exception on failure. This required adding new C API functions allowing OSError exceptions to reference two filenames instead of one.
-
- 09 Şub, 2014 8 kayıt (commit)
-
-
Victor Stinner yazdı
-
Eli Bendersky yazdı
Documented the AbstractEventLoopPolicy interface explicitly and explained the relation between the global loop & policy access functions. Added an initial section that explains the connections in general terms. Documented missing XXX methods.
-
Eli Bendersky yazdı
-
Eli Bendersky yazdı
-
Victor Stinner yazdı
The decoder does not support partial decoding yet for this code page.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Larry Hastings yazdı
The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4.
-