1. bce56a6 Fix some miscellaneous places that incorrectly insisted on str8. by Guido van Rossum · 17 years ago
  2. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  3. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  4. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  5. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  6. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  7. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  8. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  9. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  10. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  11. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  12. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  14. e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 18 years ago
  15. 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 18 years ago
  16. 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 18 years ago
  17. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 18 years ago
  18. 67d70eb Repair mangled code in the Windows flavor of posix__getfullpathname(). by Tim Peters · 18 years ago
  19. 68bc4f9 Py_ssize_t-ify. by Thomas Wouters · 18 years ago
  20. d69e034 Fix a build problem introduced by r42230. by Hye-Shik Chang · 19 years ago
  21. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
  22. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  23. 1469466 Drop C library for stat/fstat on Windows. by Martin v. Löwis · 19 years ago
  24. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  25. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  26. a13c244 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 19 years ago
  27. e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
  28. 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
  29. 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
  30. 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
  31. f09582e Correct definition of ST_GEN_IDX. by Martin v. Löwis · 19 years ago
  32. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  33. b896381 Fix bug by Michael W. Hudson · 19 years ago
  34. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  35. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  36. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 19 years ago
  37. 9867ced Fix by Michael W. Hudson · 20 years ago
  38. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  39. a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
  40. a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
  41. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  42. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  43. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 20 years ago
  44. d311538 win32_urandom(): There's no need to copy the generated byte string, so don't. by Tim Peters · 20 years ago
  45. 9b279a8 win32_urandom(): pass the function name to PyArg_ParseTuple, for better by Tim Peters · 20 years ago
  46. 51eba61 win32_urandom(): Raise ValueError if the argument is negative. by Tim Peters · 20 years ago
  47. 4ad8217 win32_urandom(): Rewrite to Python C standards (hard tabs, function name by Tim Peters · 20 years ago
  48. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  49. 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
  50. 2adf210 Ensure path is initialized to prevent freeing random memory by Neal Norwitz · 20 years ago
  51. 9665271 Plug a few memory leaks in utime(). path is allocated from within by Neal Norwitz · 20 years ago
  52. d894872 Patch #954115: Fix os.stat handling of UNC roots. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  53. 2d5914b Fix [ 947405 ] os.utime() raises bad exception for unicode filenames by Mark Hammond · 20 years ago
  54. 69e18c9 OS/2 has support for spawnvp() and spawnvpe() in the C libraries supplied by Andrew MacIntyre · 20 years ago
  55. da4d6cb OS/2 VACPP build updates/fixes by Andrew MacIntyre · 20 years ago
  56. 94f1d71 Fix docstrings to mention the correct function by Neal Norwitz · 21 years ago
  57. 7befb99 remove support for missing ANSI C header files (limits.h, stddef.h, etc). by Skip Montanaro · 21 years ago
  58. ce59c04 Remove support for SunOS 4. by Skip Montanaro · 21 years ago
  59. 8135fd5 Make parameter names in docstring more mnemonic by Andrew M. Kuchling · 21 years ago
  60. 2b2c973 FIx unicodefilename support of posix.uname(). This fixes test_unicode_file by Hye-Shik Chang · 21 years ago
  61. 817c929 Fix [ 846133 ] os.chmod/os.utime/shutil do not work with unicode filenames by Mark Hammond · 21 years ago
  62. 49ee14d Patch #839038: Add getsid(2). by Martin v. Löwis · 21 years ago
  63. 9ad853b Patch #788404: ignore "b" and "t" mode modifiers in posix_popen. by Martin v. Löwis · 21 years ago
  64. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  65. 8ae4689 Simplify and speedup uses of Py_BuildValue(): by Raymond Hettinger · 21 years ago
  66. 212ede6 Patch #730597: Disable POPEN for RTEMS. by Martin v. Löwis · 21 years ago
  67. 1b699a5 Patch #790000: Allow os.access to handle Unicode file name. by Martin v. Löwis · 21 years ago
  68. b5cb665 SF patch #798534: Windows os.popen needlessly gets a reference to tuple () by Raymond Hettinger · 21 years ago
  69. 7edd0a9 Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 21 years ago
  70. 807413d Clarify docstring for symlink. by Brett Cannon · 21 years ago
  71. c16f3bd Patch #708495: Port more stuff to OpenVMS. by Martin v. Löwis · 21 years ago
  72. 11b2306 Enable os.fsync() for Windows, mapping it to MS's _commit() there. The by Tim Peters · 21 years ago
  73. baf25b0 apply Mark Hammond's PEP 311 changes to the EMX ripoff of the Windows by Andrew MacIntyre · 21 years ago
  74. 75e0145 - DosSetExtLIBPATH objects to a NULL pointer, but a pointer to a NULL by Andrew MacIntyre · 21 years ago
  75. 8d98d2c New PyGILState_ API - implements pep 311, from patch 684256. by Mark Hammond · 21 years ago
  76. b9a0f91 Rename LONG_LONG to PY_LONG_LONG. Fixes #710285. by Martin v. Löwis · 21 years ago
  77. 2deaddb Get rid of warning on IRIX by Neal Norwitz · 21 years ago
  78. b59798b Add support for os.openpty() on AIX which uses /dev/ptc instead of /dev/ptmx. by Neal Norwitz · 21 years ago
  79. 7a924e6 Patch #696645: Remove VMS code with uncertain authorship. by Martin v. Löwis · 21 years ago
  80. 6a42183 os.listdir(): Fall back to the original byte string if conversion to unicode by Just van Rossum · 21 years ago
  81. 2fe07fd plugged leak noted by nnorwitz: the 'et' format returns allocated memory by Just van Rossum · 21 years ago
  82. 96b1c90 Patch #683592 revisited, after discussions with MvL: by Just van Rossum · 21 years ago
  83. 46c9784 Patch #683592: unicode support for os.listdir() by Just van Rossum · 22 years ago
  84. 05107b6 os.mkdir() would crash with a Unicode filename and mode param. by Mark Hammond · 22 years ago
  85. e241ce8 Added test_posix (hopefully it works on Windows). by Neal Norwitz · 22 years ago
  86. ec74f2f Add more missing PyErr_NoMemory() after failled memory allocs by Neal Norwitz · 22 years ago
  87. 4adc9ab Fix memory leak of newstr when putenv() fails by Neal Norwitz · 22 years ago
  88. 8e914d9 Get rid of compiler warnings by Neal Norwitz · 22 years ago
  89. 5676bd1 all_ins(): EX_OK and friends, constants from sysexits.h by Barry Warsaw · 22 years ago
  90. 14e73b1 Expose I_ constants. Auto-detect stropts.h. Properly configure the slave terminal. by Martin v. Löwis · 22 years ago
  91. 6700e47 Fix compilation errors on HPUX11 by Neal Norwitz · 22 years ago
  92. c8b2e77 Restore signalhandler in case of error. Fix type of signal handler. by Martin v. Löwis · 22 years ago
  93. 24a880b Patch #656590: /dev/ptmx support for ptys. by Martin v. Löwis · 22 years ago
  94. 438b534 Patch #657889: Implement posix.getloadavg. by Martin v. Löwis · 22 years ago
  95. 0847c5c execve(), spawnve(): add some extra sanity checking to env; by Guido van Rossum · 22 years ago
  96. 79acb9e Patch #614055: Support OpenVMS. by Martin v. Löwis · 22 years ago
  97. 0073f2e Fix --disable-unicode compilation problems. by Martin v. Löwis · 22 years ago
  98. 3b918c3 Comment out the getcwdu implementation for --disable-unicode builds by Walter Dörwald · 22 years ago
  99. 1f043e2 Enforce valid filemode. Fixes SF Bug #623464. by Thomas Heller · 22 years ago
  100. d631ebe Remove extra argument in mknod. Fixes #632628. by Martin v. Löwis · 22 years ago