1. 852823d Cleanup and correct a few ints to be Py_ssize_t. by Brian Curtin · 14 years ago
  2. ad537f2 Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto instead by Tim Golden · 14 years ago
  3. af5ac39 Issue #3210: Ensure stdio handles are closed if CreateProcess fails by Tim Golden · 14 years ago
  4. f95a1b3 Recorded merge of revisions 81029 via svnmerge from by Antoine Pitrou · 14 years ago
  5. 1ce6b58 Merged revisions 80439 via svnmerge from by Brian Curtin · 14 years ago
  6. eb24d74 Port #1220212 (os.kill for Win32) to py3k. by Brian Curtin · 14 years ago
  7. 0c98817 Merged revisions 70137 via svnmerge from by Hirokazu Yamamoto · 15 years ago
  8. e94c679 Issue #1717: rename tp_compare to tp_reserved. I'll change the by Mark Dickinson · 15 years ago
  9. 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
  10. e43d33a #3247 Get rid of Py_FindMethod; use tp_members instead. by Amaury Forgeot d'Arc · 16 years ago
  11. 1a21451 Implement PEP 3121: new module initialization and finalization API. by Martin v. Löwis · 16 years ago
  12. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  13. 217cfd1 Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h by Christian Heimes · 17 years ago
  14. fb67be2 Three patches from issue #1047, by Amaury Forgeot d'Arc: by Guido van Rossum · 17 years ago
  15. 95c95ce Merged revisions 56483-56491 via svnmerge from by Martin v. Löwis · 17 years ago
  16. 73e5a5b Merge the rest of the trunk. by Thomas Wouters · 18 years ago
  17. 4d70c3d Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn by Thomas Wouters · 18 years ago
  18. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  19. 227b533 Finish getting rid of statichere/staticforward by Neal Norwitz · 18 years ago
  20. 1ac754f Check return result from Py_InitModule*(). This API can fail. by Neal Norwitz · 19 years ago
  21. e515293 added TerminateProcess support to _subprocess driver by Fredrik Lundh · 19 years ago
  22. 63168a5 added PSF licensing blurbs to relevant files by Fredrik Lundh · 19 years ago
  23. 3a49e92 r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547 by Fredrik Lundh · 19 years ago
  24. bb4692b r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100 by Fredrik Lundh · 19 years ago
  25. c1d6536 When using shell=True on Windows, don't display a shell window by default. Fixes #1057061. by Peter Astrand · 20 years ago
  26. f3250b0 Before this turns into an unreadable mess, follow PEP 7 by using by Tim Peters · 20 years ago
  27. 5b3687d Added Peter Astrand's subprocess module. by Fredrik Lundh · 20 years ago