- 24 Jan, 2012 1 commit
-
-
Victor Stinner authored
Move wallclock() at the end.
-
- 23 Jan, 2012 5 commits
-
-
Victor Stinner authored
may return the same time.
-
Amaury Forgeot d'Arc authored
-
Amaury Forgeot d'Arc authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 22 Jan, 2012 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Benjamin Peterson authored
I had to move the static identifier code from unicodeobject.h to object.h in order for this to work.
-
Sandro Tosi authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
have it as a library function.
-
Gregory P. Smith authored
an actual function.
-
- 21 Jan, 2012 17 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
"oops" while rearranging the #defines.
-
Gregory P. Smith authored
Many lack readdir64, use readdir. Only use readdir64 on solaris where it is required to work around a solaris bug.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are.
-
Gregory P. Smith authored
suboptimal by closing all possible file descriptors rather than just the open ones in the child process before exec(). It now closes only the open fds when it is possible to safely determine what those are.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Antoine Pitrou authored
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
-
Antoine Pitrou authored
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
-
Victor Stinner authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Senthil Kumaran authored
-
Senthil Kumaran authored
-
- 20 Jan, 2012 7 commits
-
-
Benjamin Peterson authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Łukasz Langa authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-