- 22 May, 2018 5 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit ae00fb1d) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Serhiy Storchaka yazdı
Also remove bullet asterisks from IDLE entries. (cherry picked from commit aef639f6)
-
Miss Islington (bot) yazdı
Thread Specific Storage (TSS) API is a public C API (new in 3.7). (cherry picked from commit 55bfe690) Co-authored-by:
Masayuki Yamamoto <ma3yuki.8mamo10@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit f5b11836) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 268cc7c3) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
- 21 May, 2018 4 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 1179f4b4) Co-authored-by:
INADA Naoki <methane@users.noreply.github.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit b7555bab) Co-authored-by:
Andrew Svetlov <andrew.svetlov@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit e2537521) Co-authored-by:
Andrew Svetlov <andrew.svetlov@gmail.com>
-
Miss Islington (bot) yazdı
* bpo-33263 Fix FD leak in _SelectorSocketTransport. (GH-6450) Under particular circumstances _SelectorSocketTransport can try to add a reader even the transport is already being closed. This can lead to FD leak and invalid stated of the following connections. Fixed the SelectorSocketTransport to add the reader only if the trasport is still active. (cherry picked from commit a84d0b36) Co-authored-by:
Vlad Starostin <drtyrsa@yandex.ru>
-
- 20 May, 2018 12 kayıt (commit)
-
-
Miss Islington (bot) yazdı
bpo-33580: Make binary/text file glossary entries follow most common "see also" style. (GH-6991) (GH-7012) (cherry picked from commit 0c4be828) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit dd281873) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
Miss Islington (bot) yazdı
Fix typo from commit 6370f345 (cherry picked from commit d361e998) Co-authored-by:
Christian Heimes <christian@python.org>
-
Miss Islington (bot) yazdı
uuid._ipconfig_getnode did not validate the maximum length of the value, so long as the value had the same type of formatting as a MAC address. This let it select DUIDs as MAC addresses. It now requires an exact length match. (cherry picked from commit c66c342c) Co-authored-by:
CtrlZvi <viz+github@flippedperspective.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 900c48db) Co-authored-by:
Lisa Roach <lisaroach14@gmail.com>
-
Miss Islington (bot) yazdı
CPython 3.5 is old now, and we don't bump this version often, so lets avoid using specific versions. (cherry picked from commit 9572132a) Co-authored-by:
Eitan Adler <grimreaper@users.noreply.github.com>
-
Serhiy Storchaka yazdı
(cherry picked from commit 64fddc42) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
Fix the following bugs in the C implementation: * get_future_loop() silenced all exceptions raised when look up the get_loop attribute, not just an AttributeError. * enter_task() silenced all exceptions raised when look up the current task, not just a KeyError. * repr() was called for a borrowed link in enter_task() and task_step_impl(). * str() was used instead of repr() in formatting one error message (in Python implementation too). * There where few reference leaks in error cases. (cherry picked from commit 6655354a) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
The proactor event loop has a race condition when reading with pausing/resuming. `resume_reading()` unconditionally schedules the read function to read from the current future. If `resume_reading()` was called before the previously scheduled done callback fires, this results in two attempts to get the data from the most recent read and an assertion failure. This commit tracks whether or not `resume_reading` needs to reschedule the callback to restart the loop, preventing a second attempt to read the data. (cherry picked from commit 41510618) Co-authored-by:
CtrlZvi <viz+github@flippedperspective.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 8ae8e6af) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Elvis Pranskevichus yazdı
(cherry picked from commit 63536bd2) Co-authored-by:
Elvis Pranskevichus <elvis@magic.io>
-
Miss Islington (bot) yazdı
(cherry picked from commit 6b0d09b8) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
- 19 May, 2018 3 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit 4857543a) Co-authored-by:
Carl Meyer <carl@oddbird.net>
-
Miss Islington (bot) yazdı
(cherry picked from commit 654038d8) Co-authored-by:
Cheryl Sabella <cheryl.sabella@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit dff46758) Co-authored-by: Gregory P. Smith <greg@krypto.org> Google
-
- 18 May, 2018 5 kayıt (commit)
-
-
Andrés Delfino yazdı
(cherry picked from commit d5f14426) Co-authored-by:
Andrés Delfino <adelfino@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit f65e31fe) Co-authored-by:
Ivan Levkivskyi <levkivskyi@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 5634331a) Co-authored-by:
Skip Montanaro <skip.montanaro@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit bde3e0bf) Co-authored-by:
Serhiy Storchaka <storchaka@gmail.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit d89ca948) Co-authored-by:
Terry Jan Reedy <tjreedy@udel.edu>
-
- 17 May, 2018 11 kayıt (commit)
-
-
Miss Islington (bot) yazdı
(cherry picked from commit fb9dd891) Co-authored-by:
Miro Hrončok <miro@hroncok.cz>
-
Miss Islington (bot) yazdı
(cherry picked from commit c0ee341b) Co-authored-by:
Carl Meyer <carl@oddbird.net>
-
Miss Islington (bot) yazdı
(cherry picked from commit d8d715f5) Co-authored-by:
Yury Selivanov <yury@magic.io>
-
Miss Islington (bot) yazdı
(cherry picked from commit 631753fc) Co-authored-by:
Miro Hrončok <miro@hroncok.cz>
-
Miss Islington (bot) yazdı
(cherry picked from commit 48b1f377) Co-authored-by:
Steve Dower <steve.dower@microsoft.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 273f51f5) Co-authored-by:
Barry Warsaw <barry@python.org>
-
Miss Islington (bot) yazdı
(cherry picked from commit 0ed66df5) Co-authored-by:
Barry Warsaw <barry@python.org>
-
Miss Islington (bot) yazdı
(cherry picked from commit e5f41d2f) Co-authored-by:
Steve Dower <steve.dower@microsoft.com>
-
Miss Islington (bot) yazdı
(cherry picked from commit 74fc9c0c) Co-authored-by:
Thomas Jones <thomas@tomtecsolutions.com>
-
Miss Islington (bot) yazdı
`obj.async` is now a syntax error, so the warning/shim is quasi-unnecessary. (cherry picked from commit f90f5d5c) Co-authored-by:
Matthias Bussonnier <bussonniermatthias@gmail.com>
-
Miss Islington (bot) yazdı
The editline emulation needs to be initialized *after* the name is defined. This fixes the long open issue. (cherry picked from commit c2f082e9) Co-authored-by:
Zvezdan Petkovic <zpetkovic@acm.org>
-