- 05 Mar, 2014 3 commits
-
-
Victor Stinner authored
* Issue #159: Fix windows_utils.socketpair() - Use "127.0.0.1" (IPv4) or "::1" (IPv6) host instead of "localhost", because "localhost" may be a different IP address - Reject also invalid arguments: only AF_INET/AF_INET6 with SOCK_STREAM (and proto=0) are supported * Reject add/remove reader/writer when event loop is closed. * Fix ResourceWarning warnings
-
Kristján Valur Jónsson authored
index. This avoids the possibility of setting an iterator to an invalid state.
-
Kristján Valur Jónsson authored
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 4 commits
-
-
Kristján Valur Jónsson authored
-
Kristján Valur Jónsson authored
to the exhausted state.
-
Victor Stinner authored
exception is raised. self is set to None to break a reference cycle.
-
Nick Coghlan authored
-
- 03 Mar, 2014 5 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
Victor Stinner authored
-
- 02 Mar, 2014 16 commits
-
-
R David Murray authored
Add issue number to tick_counter, PyOS_ReadlineFunctionPointer, marshal optimizations (add Antoine's contribution to the entry under the marshal module), and absolute paths in __file__.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
the uninstaller anymore.
-
Martin v. Löwis authored
-
Yury Selivanov authored
-
Terry Jan Reedy authored
noticed by Claudiu Popa.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 01 Mar, 2014 6 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
R David Murray authored
-
R David Murray authored
I also added the docs that never got committed, editing the patch provided by Claudiu. I collapsed the now three versionchanged directives for discovery into one. I tried several different styles for this. The most obvious is a bulleted list, but currently the only way I could find to produce that is to have *something* appear on the versionchanged line after the colon, which combined with the blank space before the bulleted list just looks wrong. I also tried the current single-line-three-sentences version with bullet characters before each sentence, and I almost went with that as it made it clear that the three sentences are independent. But I decided to just go with the sentences for simplicity reasons.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 28 Feb, 2014 4 commits
-
-
R David Murray authored
-
Brett Cannon authored
Bug filed and initial attempt at a patch by Bohuslav Kabrda.
-
Martin v. Löwis authored
are opened in text mode. Patch by Serhiy Storchaka.
-
R David Murray authored
-
- 27 Feb, 2014 2 commits
-
-
R David Murray authored
-
Terry Jan Reedy authored
Code patch by Serhiy Storchaka
-