- 09 Sep, 2008 6 commits
-
-
Benjamin Peterson authored
Reviewers: Amaury, Antoine, Benjamin
-
Georg Brandl authored
-
Georg Brandl authored
-
Vinay Sajip authored
-
Amaury Forgeot d'Arc authored
the __long__ slot is allowed to return either int or long, but the behaviour of float objects should not change between 2.5 and 2.6. Reviewed by Benjamin Peterson
-
Brett Cannon authored
WarningsRecorder object. This makes the API simpler to use as no special object must be learned. Closes issue 3781. Review by Benjamin Peterson.
-
- 08 Sep, 2008 8 commits
-
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Hirokazu Yamamoto authored
Reviewed by Benjamin Peterson.
-
Bill Janssen authored
-
Martin v. Löwis authored
-
Mark Summerfield authored
-
Martin v. Löwis authored
use the TARGETDIR even for unprivileged users.
-
Martin v. Löwis authored
-
Facundo Batista authored
function. Tests added.
-
- 07 Sep, 2008 7 commits
-
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
that may be required when linking against readline. This fixes issues with x86_64 builds on some platforms (at least a few Linux flavors as well as OpenBSD/amd64).
-
Josiah Carlson authored
-
Josiah Carlson authored
-
- 06 Sep, 2008 11 commits
-
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Andrew M. Kuchling authored
-
Amaury Forgeot d'Arc authored
Reviewed by Benjamin.
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Reviewer: Benjamin
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Benjamin Peterson authored
-
Jesse Noller authored
-
- 05 Sep, 2008 6 commits
-
-
Antoine Pitrou authored
Reviewed by Amaury Forgeot d'Arc.
-
Brett Cannon authored
clashes with what Python's build target did. Rename the target to 'patchcheck' to avoid the culture clash. Closes issue 3758. Reviewed by Benjamin Peterson.
-
Antoine Pitrou authored
Reviewed by Benjamin Peterson on IRC.
-
Brett Cannon authored
Closes issue 3776. Review by Nick Coghlan.
-
Andrew M. Kuchling authored
-
Brett Cannon authored
Make it more obvious that warnings.catch_warnings() and its arguments should be considered keyword-only.
-
- 04 Sep, 2008 2 commits
-
-
Benjamin Peterson authored
-
Hirokazu Yamamoto authored
-