1. d7e4c08 Merged revisions 65745 via svnmerge from by Hirokazu Yamamoto · 16 years ago
  2. 423be95 Merged revisions 65654 via svnmerge from by Martin v. Löwis · 16 years ago
  3. 4cc0f24 Rename PyUnicode_AsString -> _PyUnicode_AsString and by Marc-André Lemburg · 16 years ago
  4. 3dbca81 Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from by Georg Brandl · 16 years ago
  5. a05ada3 Merged revisions 65174 via svnmerge from by Amaury Forgeot d'Arc · 16 years ago
  6. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 16 years ago
  7. dcf97b9 Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,64461,64464,64466,64468 via svnmerge from by Benjamin Peterson · 16 years ago
  8. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  9. 72b710a Renamed PyString to PyBytes by Christian Heimes · 16 years ago
  10. 38feaf0 #2879: rename _winreg to winreg. by Georg Brandl · 16 years ago
  11. bee3253 Merged revisions 63361-63373,63375,63377-63380 via svnmerge from by Alexandre Vassalotti · 16 years ago
  12. d238cb8 Removed unused variable. by Alexandre Vassalotti · 16 years ago
  13. d5e2b6f Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,61580-61582,61586,61591,61593,61595,61605-61606,61613-61616,61618,61621-61623,61625,61627,61631-61634 via svnmerge from by Christian Heimes · 17 years ago
  14. ada8c3b Merged revisions 61520,61523-61528,61532 via svnmerge from by Christian Heimes · 17 years ago
  15. 68f5fbe Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60766,60769-60786 via svnmerge from by Christian Heimes · 17 years ago
  16. 15ebc88 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552-60567 via svnmerge from by Christian Heimes · 17 years ago
  17. 292d351 Merged revisions 60481,60485,60489-60520,60523-60527,60530-60533,60535-60538,60540-60551 via svnmerge from by Christian Heimes · 17 years ago
  18. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  19. fdab48e Merged revisions 60094-60123 via svnmerge from by Christian Heimes · 17 years ago
  20. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  21. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  22. b00324f Merged revisions 59304-59312 via svnmerge from by Guido van Rossum · 17 years ago
  23. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  24. 4e30a84 Merged revisions 59239-59244 via svnmerge from by Christian Heimes · 17 years ago
  25. 0d3fb8a Merged revisions 59107-59186 via svnmerge from by Guido van Rossum · 17 years ago
  26. 830a4bc os.environ contains PyUnicode instances and not PyString instances by Christian Heimes · 17 years ago
  27. 1898084 More PyBytes -> PyString. by Guido van Rossum · 17 years ago
  28. f9e443c Make os.read() return bytes, not bytearray. by Guido van Rossum · 17 years ago
  29. 90ebd3e os.system: on Windows, avoid encoding the command and use the "wide" function: _wsystem by Amaury Forgeot d'Arc · 17 years ago
  30. f78f12a Issue 1406: use widechar api for os.environ, on Windows. by Thomas Heller · 17 years ago
  31. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  32. 687b9c0 Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(), by Guido van Rossum · 17 years ago
  33. 40d20bc Issue 1267, continued. by Guido van Rossum · 17 years ago
  34. 00bc0e0 Patch #1272, by Christian Heimes and Alexandre Vassalotti. by Guido van Rossum · 17 years ago
  35. 6c91378 Fix some more memory leaks (in error conditions) introduced in r58455. by Neal Norwitz · 17 years ago
  36. 4167ebc Fix the memory leak introduced in r58455. The buffer reference by Alexandre Vassalotti · 17 years ago
  37. 70a2371 Remove the buffer API from PyUnicode as specified by PEP 3137. Also, by Alexandre Vassalotti · 17 years ago
  38. 89d996e Merged revisions 57778-58052 via svnmerge from by Thomas Wouters · 17 years ago
  39. 8b7a957 Insert "startfile" into posix_methods again; it was accidentially by Thomas Heller · 17 years ago
  40. 6790d60 Forbid an empty argument list in execv call. by Thomas Heller · 17 years ago
  41. 7d5baac posix.confname(): enforce that names as str instances. by Guido van Rossum · 17 years ago
  42. 93c5682 Use unicode (and bytes as appropriate) by Neal Norwitz · 17 years ago
  43. cda5c06 Fix memory leak in an error condition by Neal Norwitz · 17 years ago
  44. fca7005 Fix memory leak by Neal Norwitz · 17 years ago
  45. 46fc337 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 by Skip Montanaro · 17 years ago
  46. d1cd4d4 Set sys.stdout.encoding properly. by Martin v. Löwis · 17 years ago
  47. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  48. c2f93dc Remove native popen() and fdopen(), replacing them with subprocess calls. by Guido van Rossum · 17 years ago
  49. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  50. bce56a6 Fix some miscellaneous places that incorrectly insisted on str8. by Guido van Rossum · 17 years ago
  51. 8d30cc0 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). by Guido van Rossum · 17 years ago
  52. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  53. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  54. cf297e4 Merged revisions 53623-53858 via svnmerge from by Thomas Wouters · 18 years ago
  55. 9fe394c Merged revisions 53538-53622 via svnmerge from by Thomas Wouters · 18 years ago
  56. ddefaf3 Merged the int/long unification branch, by very crude means (sorry Thomas!). by Guido van Rossum · 18 years ago
  57. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  58. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  59. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  60. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  61. 477c8d5 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. by Thomas Wouters · 18 years ago
  62. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  63. e920f0d Reformulate 42903 using an if statement. by Martin v. Löwis · 19 years ago
  64. 516999e Fix bug introduced in rev. 42884. by Georg Brandl · 19 years ago
  65. 622927b Bug #1432525: os.listdir now releases the GIL while calling readdir(). by Georg Brandl · 19 years ago
  66. 725507b Change int to Py_ssize_t in several places. by Martin v. Löwis · 19 years ago
  67. 67d70eb Repair mangled code in the Windows flavor of posix__getfullpathname(). by Tim Peters · 19 years ago
  68. 68bc4f9 Py_ssize_t-ify. by Thomas Wouters · 19 years ago
  69. d69e034 Fix a build problem introduced by r42230. by Hye-Shik Chang · 19 years ago
  70. f4f4415 Patch #1393157: os.startfile() now has an optional argument to specify by Georg Brandl · 19 years ago
  71. 18e1655 Merge ssize_t branch. by Martin v. Löwis · 19 years ago
  72. 1469466 Drop C library for stat/fstat on Windows. by Martin v. Löwis · 19 years ago
  73. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  74. 30b5c5d Fix SF bug #1072182, problems with signed characters. by Neal Norwitz · 19 years ago
  75. a13c244 Bug #869197: setgroups rejects long integer argument by Georg Brandl · 19 years ago
  76. e9f8ec9 Commit memory leaking fix. by Georg Brandl · 19 years ago
  77. 3efd0a1 Remove unnecessary/extra parens when returning a value. by Neal Norwitz · 19 years ago
  78. 24b3c22 Forward port fixes for problems reported by valgrind by Neal Norwitz · 19 years ago
  79. 402b53d bug [ 1007046 ] os.startfile() doesn't accept Unicode filenames by Georg Brandl · 19 years ago
  80. f09582e Correct definition of ST_GEN_IDX. by Martin v. Löwis · 19 years ago
  81. ebd9d5b Patch #1180695: Implement nanosecond stat resolution on FreeBSD, by Martin v. Löwis · 19 years ago
  82. b896381 Fix bug by Michael W. Hudson · 19 years ago
  83. 5f937a7 Patch #1212117: Add optional attribute st_flags to os.stat_result by Hye-Shik Chang · 19 years ago
  84. 5ff1492 Add O_SHLOCK & O_EXLOCK. Closes patch #1103951. by Skip Montanaro · 19 years ago
  85. b60ae99 Convert file names of posix.access according to the file system encoding. by Martin v. Löwis · 20 years ago
  86. 9867ced Fix by Michael W. Hudson · 20 years ago
  87. fe33d0b Default stat_float_times to true. by Martin v. Löwis · 20 years ago
  88. a3be258 fix unterminated comment by Andrew MacIntyre · 20 years ago
  89. a4a8afb OS/2 specific fixes related to SF bug # 1003471. by Andrew MacIntyre · 20 years ago
  90. 8a560de Patch 977343, Solaris likes sys/loadavg.h. Added support for sys/loadavg.h by Anthony Baxter · 20 years ago
  91. 9ceaa72 Patch #975056 - fixes for restartable signals on *BSD. In addition, by Anthony Baxter · 20 years ago
  92. b6aa856 Patch #1009075, bug #952953: allow execve with empty 2nd argument by Armin Rigo · 20 years ago
  93. d311538 win32_urandom(): There's no need to copy the generated byte string, so don't. by Tim Peters · 20 years ago
  94. 9b279a8 win32_urandom(): pass the function name to PyArg_ParseTuple, for better by Tim Peters · 20 years ago
  95. 51eba61 win32_urandom(): Raise ValueError if the argument is negative. by Tim Peters · 20 years ago
  96. 4ad8217 win32_urandom(): Rewrite to Python C standards (hard tabs, function name by Tim Peters · 20 years ago
  97. dc3883f Patch #934711: Expose platform-specific entropy. by Martin v. Löwis · 20 years ago
  98. 969297f Return unicode strings from _getfullpathname even on W9X. Fixes #924703 . by Martin v. Löwis · 20 years ago
  99. 2adf210 Ensure path is initialized to prevent freeing random memory by Neal Norwitz · 20 years ago
  100. 9665271 Plug a few memory leaks in utime(). path is allocated from within by Neal Norwitz · 20 years ago