- 05 Sep, 2010 23 commits
-
-
Georg Brandl authored
-
Éric Araujo authored
-
Ronald Oussoren authored
-
Éric Araujo authored
-
Georg Brandl authored
Fix reST in NEWS, and remove NEWS.help (all committers should now know reST anyway, and for those who do not, there is Documenting Python.)
-
Éric Araujo authored
- The entry about shutil.copytree is just a revert of r84524 which looks like an unfinished edition. - The use of gender-neutral language (s/his/their/) removes the implicit assumption that programmer == male (change agreed by Antoine). - Other changes should be uncontroversial fixes. I haven’t rewrapped under 80 lines to keep the diffs readable; I’ll rewrap later.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Benjamin Peterson authored
-
- 04 Sep, 2010 17 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin v. Löwis authored
-
Antoine Pitrou authored
descriptor is provided. Patch by Pascal Chambon.
-
Antoine Pitrou authored
the memory consumption of said decoded objects when they use the same strings as keys.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
by the new (and simpler) DUP_TOP_TWO. Performance isn't changed, but our bytecode is a bit simplified. Patch by Demur Rumed.
-
Brett Cannon authored
'once_registry'. This is bad as the warnings module had variables named 'defaultaction' and 'onceregistry' which are what people should be looking at (technically those variables shouldn't be mucked with as they are undocumented, but we all know better than to believe that isn't happening). So the variables from _warnings have been renamed to come off as private and to avoid confusion over what variable should be used. Closes issue #9766. Thanks to Antoine Pitrou for the discovery.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Michele Orrù and Björn Lindqvist.
-
Antoine Pitrou authored
(it only runs as root, which is why nobody bothered about the failure)
-
Antoine Pitrou authored
in the posix module. Patch by Marcin Bachry.
-
Antoine Pitrou authored
-
Martin v. Löwis authored
Patch by James Lee and Daniel Stutzbach.
-
Fred Drake authored
configuration parser classes (http://bugs.python.org/issue9421)
-