- 31 Oct, 2013 9 commits
-
-
Eli Bendersky authored
It affects docs of 3.3 in a way that was fixed differently in 3.4
-
Eli Bendersky authored
In 3.3 iterparse accepts a tuple in events (the C accelerator enforces this). This limitation was lifted in Python 3.4
-
Victor Stinner authored
exception set
-
Victor Stinner authored
-
Tim Golden authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 30 Oct, 2013 15 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk).
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Charles-François Natali authored
-
Victor Stinner authored
The bug was introduced with the select.epoll module! So it's 5 years old :-)
-
Victor Stinner authored
-
Victor Stinner authored
memcmp() just takes raw pointers
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 29 Oct, 2013 16 commits
-
-
Victor Stinner authored
Warnings may be emitted during Python shutdown, like "unclosed file XXX". During shutdown, globals()['__main__'] may be None.
-
Victor Stinner authored
"\xe9\u20ac" characters
-
Victor Stinner authored
characters.
-
Victor Stinner authored
Use fast memcmp() instead of a loop using the slow PyUnicode_READ() macro. strlen() is still necessary to check Unicode string containing null bytes.
-
Ned Deily authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Tim Golden authored
-
Tim Golden authored
-
Antoine Pitrou authored
-
Christian Heimes authored
-
Christian Heimes authored
It is causing trouble like e.g. hanging processes.
-
Christian Heimes authored
-
Christian Heimes authored
It is causing trouble like e.g. hanging processes.
-
Victor Stinner authored
failure (memory allocation failure): raise a MemoryError exception
-