- 11 Jan, 2010 6 commits
-
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Tarek Ziadé authored
-
Alexandre Vassalotti authored
-
Alexandre Vassalotti authored
-
Mark Dickinson authored
-
- 10 Jan, 2010 7 commits
-
-
Benjamin Peterson authored
-
R. David Murray authored
tree may be mutated when serialized.
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
Martin v. Löwis authored
-
Brett Cannon authored
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 authored
r77400.
-
- 09 Jan, 2010 6 commits
-
-
Alexandre Vassalotti authored
-
Mark Dickinson authored
classes. Patch by Florent Xicluna.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Georg Brandl authored
-
- 08 Jan, 2010 7 commits
-
-
Tarek Ziadé authored
-
Antoine Pitrou authored
Florent Xicluna).
-
Senthil Kumaran authored
-
Antoine Pitrou authored
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 authored
mistake. ( It may come in for sure tough)
-
Senthil Kumaran authored
-
Mark Dickinson authored
-
- 07 Jan, 2010 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Florent Xicluna.
-
Mark Dickinson authored
-
R. David Murray authored
-
R. David Murray authored
information if a failure happens.
-
- 06 Jan, 2010 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
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 authored
Small fixes to test_cmd: fix signature of do_shell, remove duplicate import, add option to run the custom Cmd class.
-
Mark Dickinson authored
-
- 05 Jan, 2010 2 commits
-
-
Georg Brandl authored
-
Benjamin Peterson authored
-