- 25 Jan, 2012 5 commits
-
-
Nadeem Vawda authored
-
Nadeem Vawda authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
(rather than `-m test.regrtest`)
-
- 24 Jan, 2012 8 commits
-
-
Antoine Pitrou authored
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Antoine Pitrou authored
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
Antoine Pitrou authored
target's type (file or directory). The detection was buggy and made the call non-atomic (therefore prone to race conditions).
-
Victor Stinner authored
Move wallclock() at the end.
-
- 23 Jan, 2012 7 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
-
Benjamin Peterson authored
-
Benjamin Peterson 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 10 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
-