- 12 Eki, 2013 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
- 10 Eki, 2013 1 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
- 09 Eki, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 30 Eyl, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 16 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 10 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 08 Agu, 2013 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 07 Agu, 2013 1 kayıt (commit)
-
-
Eli Bendersky yazdı
-
- 01 Agu, 2013 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
- 04 May, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 14 Nis, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
PyErr_SetFromWindowsErrWithFilenameObject, and PyErr_SetExcFromWindowsErrWithFilenameObject. Note that PyErr_SetExcFromWindowsErrWithFilenameObjectAndSomeOtherParametersSoThatTheNameGetsSoLongThatNobodyIsEverGonnaUseThisStrangeFunctionForAnything is still undocumented.
-
- 28 Mar, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
-
- 22 Mar, 2013 1 kayıt (commit)
-
-
Gregory P. Smith yazdı
-
- 16 Mar, 2013 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 11 Mar, 2013 2 kayıt (commit)
-
-
Terry Jan Reedy yazdı
found by Serhiy Storchaka and Matthew Barnett
-
Terry Jan Reedy yazdı
found by Serhiy Storchaka and Matthew Barnett
-
- 07 Mar, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das.
-
- 06 Mar, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 29 Kas, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 28 Kas, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
Patch by Berker Peksag.
-
Chris Jerdonek yazdı
This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards.
-
- 21 Kas, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 31 Eki, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
Thanks to Daniel Müllner from docs@
-
- 28 Eki, 2012 2 kayıt (commit)
-
-
Chris Jerdonek yazdı
-
Chris Jerdonek yazdı
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 20 Eyl, 2012 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 11 Agu, 2012 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Serhiy Storchaka.
-
- 10 Agu, 2012 1 kayıt (commit)
-
-
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.
-
- 09 Agu, 2012 2 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
Andrew Svetlov yazdı
-
- 13 Tem, 2012 1 kayıt (commit)
-
-
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.
-
- 09 Tem, 2012 2 kayıt (commit)
-
-
Brett Cannon yazdı
Lib/imp.py.
-
Brett Cannon yazdı
defined in sysmodule.c instead of straight out of a Unicode object. Thanks to Amaury Forgeot d'Arc for noticing the bug and Eric Snow for writing the patch.
-
- 24 Haz, 2012 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 23 Haz, 2012 3 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Mark Dickinson yazdı
-