- 25 Haz, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
files closing. Patch by Claudiu Popa.
-
- 10 Haz, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
flag has the value 'n'. Patch by Claudiu Popa.
-
- 28 May, 2014 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
- 26 Nis, 2014 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
Patch by Claudiu Popa.
-
- 17 Kas, 2013 1 kayıt (commit)
-
-
Nick Coghlan yazdı
-
- 07 Tem, 2013 1 kayıt (commit)
-
-
Ezio Melotti yazdı
-
- 25 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 18 Ara, 2012 1 kayıt (commit)
-
-
Andrew Svetlov yazdı
-
- 05 Eki, 2012 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 19 Eyl, 2011 1 kayıt (commit)
-
-
Jesus Cea yazdı
-
- 20 Nis, 2011 1 kayıt (commit)
-
-
Éric Araujo yazdı
-
- 14 Mar, 2011 2 kayıt (commit)
-
-
briancurtin yazdı
the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
-
briancurtin yazdı
the "flag" argument is "n", dbm.error was being raised. As documented, dbm.open(...,flag='n') will now "Always create a new, empty database, open for reading and writing", regardless of a previous file existing.
-
- 04 Ara, 2010 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 29 Tem, 2010 1 kayıt (commit)
-
-
Victor Stinner yazdı
-
- 27 Eki, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Merged revisions 75314 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r75314 | antoine.pitrou | 2009-10-10 23:08:31 +0200 (sam., 10 oct. 2009) | 10 lines Merged revisions 75312 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines Issue #7055: test___all__ now greedily detects all modules which have an __all__ attribute, rather than using a hardcoded and incomplete list. ........ ................
-
- 10 Eki, 2009 2 kayıt (commit)
-
-
Antoine Pitrou yazdı
Redundancy isn't needed here.
-
Antoine Pitrou yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r75312 | antoine.pitrou | 2009-10-10 22:52:11 +0200 (sam., 10 oct. 2009) | 4 lines Issue #7055: test___all__ now greedily detects all modules which have an __all__ attribute, rather than using a hardcoded and incomplete list. ........
-
- 17 May, 2009 1 kayıt (commit)
-
-
Georg Brandl yazdı
-
- 24 Kas, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
at least OS X where the default is macroman. Closes issue #4382.
-
- 21 Kas, 2008 1 kayıt (commit)
-
-
Brett Cannon yazdı
strings. Closes issue #3799.
-
- 25 Eyl, 2008 1 kayıt (commit)
-
-
Amaury Forgeot d'Arc yazdı
Reviewed by Georg Brandl.
-
- 03 Eyl, 2008 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 28 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
Stop dbm from importing every dbm module when imported.
-
- 26 May, 2008 1 kayıt (commit)
-
-
Georg Brandl yazdı
-