- 15 Mar, 2006 1 commit
-
-
Guido van Rossum authored
- all classes are new-style (but ripping out classobject.[ch] isn't done) - int/int -> float - all exceptions must derive from BaseException - absolute import - 'as' and 'with' are keywords
-
- 09 Mar, 2006 1 commit
-
-
Tim Peters authored
-
- 05 Mar, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 20 Feb, 2006 3 commits
-
-
Tim Peters authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 08 Jan, 2006 1 commit
-
-
Martin v. Löwis authored
-
- 26 Aug, 2005 1 commit
-
-
Tim Peters authored
-
- 24 Aug, 2005 1 commit
-
-
Martin v. Löwis authored
Will backport to 2.4.
-
- 07 Aug, 2005 1 commit
-
-
Martin v. Löwis authored
Backported to 2.4.
-
- 07 Jul, 2005 1 commit
-
-
Phillip J. Eby authored
binary file, use 'rb'!
-
- 18 May, 2005 1 commit
-
-
Tim Peters authored
-
- 25 Apr, 2005 1 commit
-
-
Martin v. Löwis authored
defined in the makefile. Get CFLAGS from the Makefile, instead of getting OPT, BASE_CFLAGS and EXTRA_CFLAGS individually.
-
- 24 Apr, 2005 1 commit
-
-
Brett Cannon authored
to be used for flags that change binary compatibility. Distutils was tweaked to also use the variable if used during compilation of the interpreter.
-
- 15 Apr, 2005 1 commit
-
-
Anthony Baxter authored
-
- 31 Mar, 2005 1 commit
-
-
Walter Dörwald authored
properly encoded and include the encoding in the Content-Type header.
-
- 28 Mar, 2005 2 commits
-
-
Tim Peters authored
-
Tim Peters authored
work (SyntaxErrors at compile time). I slammed in what looked like the obvious fixes, but someone who understands this file should check my work.
-
- 24 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
-
Fred Drake authored
-
- 23 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
so that bdist_wininst can specify 'any'.
-
- 22 Mar, 2005 5 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Fred Drake authored
-
- 21 Mar, 2005 3 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
outputs with the distribution object.
-
Fred Drake authored
- fix indentation to conform to the Python style guide - add more tests and documentation
-
- 20 Mar, 2005 2 commits
-
-
Fred Drake authored
added support for the provides, requires, and obsoletes metadata fields
-
Fred Drake authored
-
- 12 Mar, 2005 1 commit
-
-
Tim Peters authored
Bug #1160802: Can't build Zope on Windows w/ 2.4.1c1. MSVCCompiler.initialize(): set self.initialized to True, as suggested by AMK. Else we keep growing the PATH endlessly, with each new C extension built, until putenv() complains. No change to NEWS because the patch that created this bug is also new for 2.5a1 (so there's no change here to any code yet released from HEAD).
-
- 05 Mar, 2005 2 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
- 04 Mar, 2005 1 commit
-
-
Martin v. Löwis authored
to build. Will backport to 2.4
-
- 03 Mar, 2005 2 commits
-
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
- 03 Feb, 2005 1 commit
-
-
Thomas Heller authored
-
- 20 Jan, 2005 1 commit
-
-
Thomas Heller authored
Will backport myself.
-