1. 12 Eki, 2013 2 kayıt (commit)
  2. 10 Eki, 2013 1 kayıt (commit)
  3. 09 Eki, 2013 1 kayıt (commit)
  4. 30 Eyl, 2013 1 kayıt (commit)
  5. 16 Agu, 2013 1 kayıt (commit)
  6. 10 Agu, 2013 1 kayıt (commit)
  7. 08 Agu, 2013 1 kayıt (commit)
  8. 07 Agu, 2013 1 kayıt (commit)
  9. 01 Agu, 2013 1 kayıt (commit)
  10. 04 May, 2013 1 kayıt (commit)
  11. 14 Nis, 2013 1 kayıt (commit)
    • Georg Brandl's avatar
      Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, · 991fc573
      Georg Brandl yazdı
      PyErr_SetFromWindowsErrWithFilenameObject, and
      PyErr_SetExcFromWindowsErrWithFilenameObject.
      
      Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
      991fc573
  12. 28 Mar, 2013 1 kayıt (commit)
  13. 22 Mar, 2013 1 kayıt (commit)
  14. 16 Mar, 2013 1 kayıt (commit)
  15. 11 Mar, 2013 2 kayıt (commit)
  16. 07 Mar, 2013 1 kayıt (commit)
  17. 06 Mar, 2013 1 kayıt (commit)
  18. 29 Kas, 2012 1 kayıt (commit)
  19. 28 Kas, 2012 2 kayıt (commit)
  20. 21 Kas, 2012 2 kayıt (commit)
  21. 31 Eki, 2012 1 kayıt (commit)
  22. 28 Eki, 2012 2 kayıt (commit)
  23. 05 Eki, 2012 1 kayıt (commit)
  24. 20 Eyl, 2012 1 kayıt (commit)
  25. 11 Agu, 2012 1 kayıt (commit)
  26. 10 Agu, 2012 1 kayıt (commit)
    • Brett Cannon's avatar
      Issue #15610: The PyImport_ImportModuleEx macro now calls · 522267e7
      Brett Cannon yazdı
      PyImport_ImportModuleLevel() with a 'level' of 0 instead of -1 as the
      latter is no longer a valid value.
      
      Also added a versionchanged note for PyImport_ImportModuleLevel() just
      in case people don't make the connection between changes to
      __import__() and this C function.
      522267e7
  27. 09 Agu, 2012 2 kayıt (commit)
  28. 13 Tem, 2012 1 kayıt (commit)
    • Brett Cannon's avatar
      Issues #15169, #14599: Make PyImport_ExecCodeModuleWithPathnames() use · a6473f9c
      Brett Cannon yazdı
      Lib/imp.py for imp.source_from_cache() instead of its own C version.
      
      Also change PyImport_ExecCodeModuleObject() to not infer the source
      path from the bytecode path like
      PyImport_ExecCodeModuleWithPathnames() does. This makes the function
      less magical.
      
      This also has the side-effect of removing all uses of MAXPATHLEN in
      Python/import.c which can cause failures on really long filenames.
      a6473f9c
  29. 09 Tem, 2012 2 kayıt (commit)
  30. 24 Haz, 2012 1 kayıt (commit)
  31. 23 Haz, 2012 3 kayıt (commit)