Commits
User selector
Commit History
Commits on Oct 7, 2004
Commits on Aug 19, 2004
Commits on Aug 9, 2004
Patch #1006003: Cygwin standard module build problems
Show description for 0d2a75ccommitted
Commits on Feb 13, 2003
- Finally fixed the bug in compile() and exec where a string ending
Show description for 4b499ddcommitted
Commits on Feb 10, 2003
patch #683515: "Add unicode support to compile(), eval() and exec"
Show description for 3aaf42ccommitted
Commits on Jan 1, 2003
Move _PyInt_Init() into pythonrun.h, since all the other _Init()
Show description for dc392e3committed
Commits on Dec 31, 2002
Commits on Dec 30, 2002
SF #561244, Micro optimizations
Show description for c91ed40committedPEP 302 + zipimport:
Show description for 52e14d6committed
Commits on Dec 11, 2002
Commits on Oct 26, 2002
Commits on Aug 12, 2002
- committed
Excise DL_EXPORT from Include.
Show description for 91a681dcommitted
Commits on Aug 2, 2002
Excise DL_EXPORT/DL_IMPORT from Modules/*. Required adding a prototype
Show description for fe51c6dcommitted
Commits on Jul 29, 2002
Excise DL_IMPORT/EXPORT from object.h, and related files. This patch
Show description for a290527committed
Commits on Jul 9, 2002
- committed
Thomas Heller
Commits on Apr 12, 2002
Commits on Aug 31, 2001
Add warning mode for classic division, almost exactly as specified in
Show description for 393661dcommitted
Commits on Aug 17, 2001
ceval, PyEval_MergeCompilerFlags: wasn't merging in the
Show description for e2c18e9committed
Commits on Aug 10, 2001
Refactor future feature handling
Show description for fdd12f6committed
Commits on Aug 8, 2001
Implement PEP 238 in its (almost) full glory.
Show description for 4668b00committed
Commits on Aug 2, 2001
Commits on Jul 16, 2001
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
Show description for fe2127dcommittedPart way to allowing "from __future__ import generators" to communicate
Show description for 5ba5866committed
Commits on Mar 23, 2001
Add sys.excepthook.
Show description for b5c5132committed
Commits on Mar 22, 2001
Extend support for from __future__ import nested_scopes
Show description for bc32024committed
Commits on Mar 1, 2001
Useful future statement support for the interactive interpreter
Show description for 9f324e9committed
Commits on Feb 2, 2001
Move a bunch of definitions that were internal to compile.c to
Show description for 4b38da6committed
Commits on Oct 11, 2000
Use suggested workaround for PyOS_CheckStack causing failure of test_[s]re.py
Show description for 0a7af40committed
Trent Mick
Commits on Sep 16, 2000
Add typedef PyOS_sighandler_t and prototypes for PyOS_getsig() and
Show description for c7247cecommitted
Commits on Sep 1, 2000
REMOVED all CWI, CNRI and BeOpen copyright markings.
Show description for 8586991committed
Commits on Aug 27, 2000
Add three new APIs: PyRun_AnyFileEx(), PyRun_SimpleFileEx(),
Show description for 0df002ccommittedimplements PyOS_CheckStack for Windows and MSVC. this fixes a
Show description for 2f15b25committed
Fredrik Lundh