| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+2 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -1/+72 |
|
|
* | Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn | Thomas Wouters | 2006-06-08 | 1 | -5/+2 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -188/+465 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -156/+268 |
|
|
* | Reformulate 42903 using an if statement. | Martin v. Löwis | 2006-03-07 | 1 | -35/+31 |
|
|
* | Fix bug introduced in rev. 42884. | Georg Brandl | 2006-03-07 | 1 | -3/+5 |
|
|
* | Bug #1432525: os.listdir now releases the GIL while calling | Georg Brandl | 2006-03-07 | 1 | -3/+15 |
|
|
* | Change int to Py_ssize_t in several places. | Martin v. Löwis | 2006-03-07 | 1 | -4/+4 |
|
|
* | Repair mangled code in the Windows flavor of | Tim Peters | 2006-03-01 | 1 | -2/+1 |
|
|
* | Py_ssize_t-ify. | Thomas Wouters | 2006-03-01 | 1 | -5/+10 |
|
|
* | Fix a build problem introduced by r42230. | Hye-Shik Chang | 2006-02-19 | 1 | -1/+1 |
|
|
* | Patch #1393157: os.startfile() now has an optional argument to specify | Georg Brandl | 2006-02-18 | 1 | -7/+14 |
|
|
* | Merge ssize_t branch. | Martin v. Löwis | 2006-02-15 | 1 | -20/+21 |
|
|
* | Drop C library for stat/fstat on Windows. | Martin v. Löwis | 2006-02-03 | 1 | -117/+246 |
|
|
* | Check return result from Py_InitModule*(). This API can fail. | Neal Norwitz | 2006-01-19 | 1 | -0/+2 |
|
|
* | Fix SF bug #1072182, problems with signed characters. | Neal Norwitz | 2005-12-19 | 1 | -1/+1 |
|
|
* | Bug #869197: setgroups rejects long integer argument | Georg Brandl | 2005-11-22 | 1 | -6/+31 |
|
|
* | Commit memory leaking fix. | Georg Brandl | 2005-09-25 | 1 | -2/+6 |
|
|
* | Remove unnecessary/extra parens when returning a value. | Neal Norwitz | 2005-09-19 | 1 | -6/+6 |
|
|
* | Forward port fixes for problems reported by valgrind | Neal Norwitz | 2005-09-19 | 1 | -1/+2 |
|
|
* | bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames | Georg Brandl | 2005-09-14 | 1 | -1/+2 |
|
|
* | Correct definition of ST_GEN_IDX. | Martin v. Löwis | 2005-08-14 | 1 | -2/+2 |
|
|
* | Patch #1180695: Implement nanosecond stat resolution on FreeBSD, | Martin v. Löwis | 2005-08-09 | 1 | -0/+47 |
|
|
* | Fix bug | Michael W. Hudson | 2005-07-05 | 1 | -0/+2 |
|
|
* | Patch #1212117: Add optional attribute st_flags to os.stat_result | Hye-Shik Chang | 2005-06-02 | 1 | -2/+15 |
|
|
* | Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. | Skip Montanaro | 2005-05-16 | 1 | -0/+6 |
|
|
* | Convert file names of posix.access according to the file system encoding. | Martin v. Löwis | 2005-03-08 | 1 | -1/+2 |
|
|
* | Fix | Michael W. Hudson | 2005-01-31 | 1 | -0/+4 |
|
|
* | Default stat_float_times to true. | Martin v. Löwis | 2005-01-16 | 1 | -1/+1 |
|
|
* | fix unterminated comment | Andrew MacIntyre | 2004-12-18 | 1 | -1/+1 |
|
|
* | OS/2 specific fixes related to SF bug # 1003471. | Andrew MacIntyre | 2004-12-12 | 1 | -68/+67 |
|
|
* | Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h | Anthony Baxter | 2004-10-13 | 1 | -0/+4 |
|
|
* | Patch #975056 - fixes for restartable signals on *BSD. In addition, | Anthony Baxter | 2004-10-13 | 1 | -4/+4 |
|
|
* | Patch #1009075, bug #952953: allow execve with empty 2nd argument | Armin Rigo | 2004-09-27 | 1 | -12/+0 |
|
|
* | win32_urandom(): There's no need to copy the generated byte string, so | Tim Peters | 2004-08-30 | 1 | -17/+11 |
|
|
* | win32_urandom(): pass the function name to PyArg_ParseTuple, for better | Tim Peters | 2004-08-30 | 1 | -1/+1 |
|
|
* | win32_urandom(): Raise ValueError if the argument is negative. | Tim Peters | 2004-08-30 | 1 | -0/+3 |
|
|
* | win32_urandom(): Rewrite to Python C standards (hard tabs, function name | Tim Peters | 2004-08-30 | 1 | -52/+59 |
|
|
* | Patch #934711: Expose platform-specific entropy. | Martin v. Löwis | 2004-08-29 | 1 | -1/+72 |
|
|
* | Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . | Martin v. Löwis | 2004-06-15 | 1 | -0/+4 |
|
|
* | Ensure path is initialized to prevent freeing random memory | Neal Norwitz | 2004-06-09 | 1 | -4/+2 |
|
|
* | Plug a few memory leaks in utime(). path is allocated from within | Neal Norwitz | 2004-06-06 | 1 | -4/+12 |
|
|
* | Patch #954115: Fix os.stat handling of UNC roots. | Martin v. Löwis | 2004-06-02 | 1 | -18/+94 |
|
|
* | Fix [ 947405 ] os.utime() raises bad exception for unicode filenames | Mark Hammond | 2004-05-04 | 1 | -1/+6 |
|
|
* | OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied | Andrew MacIntyre | 2004-04-04 | 1 | -0/+229 |
|
|
* | OS/2 VACPP build updates/fixes | Andrew MacIntyre | 2004-03-29 | 1 | -1/+1 |
|
|
* | Fix docstrings to mention the correct function | Neal Norwitz | 2004-02-16 | 1 | -2/+2 |
|
|
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -2/+0 |
|
|
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -19/+0 |
|
|