- 11 Ock, 2010 2 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Mark Dickinson yazdı
-
- 10 Ock, 2010 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
R. David Murray yazdı
tree may be mutated when serialized.
-
Senthil Kumaran yazdı
-
Mark Dickinson yazdı
-
Martin v. Löwis yazdı
-
Brett Cannon yazdı
This was originally suggested by Guido, discussed on the stdlib-sig mailing list, and given the OK by Guido directly to me. What this change essentially means is that Python has taken a policy of silencing warnings that are only of interest to developers by default. This should prevent users from seeing warnings which are triggered by an application being run against a new interpreter before the app developer has a chance to update their code. Closes issue #7319. Thanks to Antoine Pitrou, Ezio Melotti, and Brian Curtin for helping with the issue.
-
Brett Cannon yazdı
r77400.
-
- 09 Ock, 2010 6 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
Mark Dickinson yazdı
classes. Patch by Florent Xicluna.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Georg Brandl yazdı
-
- 08 Ock, 2010 7 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
Antoine Pitrou yazdı
Florent Xicluna).
-
Senthil Kumaran yazdı
-
Antoine Pitrou yazdı
renaming of `cPickle` to `pickle`. The warning was annoying since there's no alternative to cPickle if you care about performance. Patch by Florent Xicluna.
-
Senthil Kumaran yazdı
mistake. ( It may come in for sure tough)
-
Senthil Kumaran yazdı
-
Mark Dickinson yazdı
-
- 07 Ock, 2010 8 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Florent Xicluna.
-
Mark Dickinson yazdı
-
R. David Murray yazdı
-
R. David Murray yazdı
information if a failure happens.
-
- 06 Ock, 2010 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
This also simplifies the Cmd.get_names() method implementation; it was written at a time where dir() didn't consider base class attributes.
-
Georg Brandl yazdı
Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
-
Mark Dickinson yazdı
-
- 05 Ock, 2010 2 kayıt (commit)
-
-
Georg Brandl yazdı
-
Benjamin Peterson yazdı
-
- 04 Ock, 2010 4 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
when using the -3 flag. Patch by Florent Xicluna.
-
Ezio Melotti yazdı
-
Mark Dickinson yazdı
-