- 11 Sep, 2011 1 commit
-
-
Benjamin Peterson authored
Thanks July Tikhonov.
-
- 10 Sep, 2011 7 commits
-
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 09 Sep, 2011 11 commits
-
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Jesus Cea authored
-
Éric Araujo authored
-
Éric Araujo authored
Also fix some markup and typos.
-
Larry Hastings authored
atime and mtime with nanosecond precision on modern POSIX platforms.
-
- 07 Sep, 2011 4 commits
-
-
Victor Stinner authored
configure.in: Set _POSIX_C_SOURCE to 200809L, instead of 200112L, to activate features from IEEE Stds 1003.1-2008.
-
Victor Stinner authored
configure: Set _XOPEN_SOURCE to 700, instead of 600, to get POSIX 2008 functions on OpenBSD (e.g. fdopendir).
-
Nadeem Vawda authored
PyLong_AsDouble() and PyLong_AsUnsignedLongLong() now raise TypeError (rather than SystemError) when passed a non-integer argument, matching the behavior of all the other PyLong_As*() functions.
-
Victor Stinner authored
instead of void*
-
- 06 Sep, 2011 12 commits
-
-
Charles-François Natali authored
<sched.h> is available (most notably on OpenBSD when built without pthread): add an explicit configure check.
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Victor Stinner authored
Skip the test if the function is missing. Use U+0061 (a) instead of U+00E9 (é) because U+00E9 raises a _curses.error('unget_wch() returned ERR') on some buildbots. It's maybe because of the locale encoding.
-
Brett Cannon authored
-
Victor Stinner authored
- Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character - Fix spelling of the null character
-
Victor Stinner authored
Fix also spelling of the null character.
-
- 05 Sep, 2011 5 commits
-
-
Victor Stinner authored
Push a character so the next get_wch() will return it.
-
Victor Stinner authored
instead of the locale encoding
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
instead of the locale encoding.
-
Victor Stinner authored
-