1. 05351c1 Revert "bpo-30860: Consolidate stateful runtime globals." (#3379) by Eric Snow · 7 years ago
  2. 76d5abc bpo-30860: Consolidate stateful runtime globals. (#2594) by Eric Snow · 7 years ago
  3. 0ee32c1 bpo-30745: Fix compiler warnings introduced in bpo-30730. (#2376) by Serhiy Storchaka · 7 years ago
  4. d174d24 bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325) by Serhiy Storchaka · 7 years ago
  5. bf623ae bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) by Serhiy Storchaka · 7 years ago
  6. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  7. 202fda5 bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) by Serhiy Storchaka · 7 years ago
  8. 70214ad Issue #17599: Use unique _Py_REPARSE_DATA_BUFFER etc names to avoid conflict by Martin Panter · 8 years ago
  9. 2954f83 - Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  10. 1a2b24f Issue #27332: Fixed the type of the first argument of module-level functions by Serhiy Storchaka · 8 years ago
  11. 5dee655 Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7. by Serhiy Storchaka · 8 years ago
  12. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  13. 77772c0 Issue #20172: Update clinicizations to current clinic. by Zachary Ware · 9 years ago
  14. f2244ea Issue #20172: Convert the _winapi module to Argument Clinic. by Zachary Ware · 9 years ago
  15. 3e96f32 Issue #23451: Update pyconfig.h for Windows to require Vista headers and remove unnecessary version checks. by Steve Dower · 9 years ago
  16. 5ef01e9 merge 3.4 (#23361) by Benjamin Peterson · 9 years ago
  17. 22ef9f7 merge 3.3 (#23361) by Benjamin Peterson · 9 years ago
  18. 8ce6806 add overflow checking (closes #23361) by Benjamin Peterson · 9 years ago
  19. 0321cf2 Issue18314 Allow unlink to remove junctions. Includes support for creating junctions. Patch by Kim Gräsman by Tim Golden · 10 years ago
  20. fbf963c Backed out changeset: 17df50df62c7 by Tim Golden · 10 years ago
  21. 4675d79 Issue #18314 os.unlink will now remove junction points on Windows. Patch by Kim Gräsman. by Tim Golden · 10 years ago
  22. 373f0a9 Isuse #12328, #20978: Add _winapi.WAIT_ABANDONED_0 symbol, needed by by Victor Stinner · 10 years ago
  23. 633db6f Issue #19565: Prevent warnings at shutdown about pending overlapped ops. by Richard Oudkerk · 11 years ago
  24. a7e7497 #18466: merge with 3.3. by Ezio Melotti · 11 years ago
  25. 85a8629 #18466: fix more typos. Patch by Févry Thibault. by Ezio Melotti · 11 years ago
  26. 7176577 Issue #9566: _winapi.WriteFile() now truncates length to DWORD_MAX (4294967295) by Victor Stinner · 11 years ago
  27. 6733927 Fix typo in error handling for WaitForMultipleObjects() by Richard Oudkerk · 12 years ago
  28. fdb8dcf Fix for Issue 14725 for 3.3 branch. by Richard Oudkerk · 12 years ago
  29. 5438ed1 Issue #4892: multiprocessing Connections can now be transferred over multiprocessing Connections. by Antoine Pitrou · 12 years ago
  30. 23bba4c Issue #11750: The Windows API functions scattered in the _subprocess and by Antoine Pitrou · 12 years ago