- 06 Mar, 2014 10 commits
-
-
Zachary Ware authored
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu. Merge with 3.3.
-
Zachary Ware authored
pylauncher.vcxproj already has the same dependency, and adding it to the pywlauncher project eliminates the possibility of the pywlauncher build failing when building the solution in parallel. In particular, pywlauncher may fail to build when doing a "Rebuild Solution" from the VS Build menu.
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
-
R David Murray authored
Also tweaked the docs a bit and added the missing entry for the ipv6 is_global.
-
R David Murray authored
Original patch by Varun Sharma.
-
Victor Stinner authored
-
Victor Stinner authored
-
Serhiy Storchaka authored
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
- 05 Mar, 2014 2 commits
-
-
R David Murray authored
-
Kristján Valur Jónsson authored
index. This avoids the possibility of setting an iterator to an invalid state.
-
- 04 Mar, 2014 1 commit
-
-
Kristján Valur Jónsson authored
to the exhausted state.
-
- 03 Mar, 2014 3 commits
-
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
R David Murray authored
I had missed that there was already an entry for the Frozen package change, so I combined mine with the existing one. Also added the info about the reload change to the entry for the other changes to reload, but I'm missing an issue number for the rest of the attribute behavior changes so I left myself an XXX as a reminder to find it.
-
R David Murray authored
-
- 06 Mar, 2014 2 commits
-
-
Serhiy Storchaka authored
as documented. The pattern and source keyword parameters are left as deprecated aliases.
-
Victor Stinner authored
not reliable
-
- 05 Mar, 2014 2 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.
-
- 04 Mar, 2014 3 commits
-
-
Kristján Valur Jónsson authored
-
Victor Stinner authored
exception is raised. self is set to None to break a reference cycle.
-
Nick Coghlan authored
-
- 03 Mar, 2014 4 commits
-
-
Ethan Furman authored
-
Ethan Furman authored
-
Serhiy Storchaka authored
Thanks Vajrasky Kok and Zachary Ware.
-
Victor Stinner authored
-
- 02 Mar, 2014 13 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
-