aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/errors.c
Commit message (Expand)AuthorAge
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-27
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-26
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-09
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svnThomas Wouters2006-06-08
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-21
* Fix (and add test for) missing check for BaseException subclasses in the CThomas Wouters2006-04-20
* Checkpoint. 218 tests are okay; 53 are failing. Done so far:Guido van Rossum2006-03-15
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-01
* Updates to the with-statement:Guido van Rossum2006-02-28
* PyErr_ProgramText(): Grrrrrr.Tim Peters2006-02-27
* Use Py_ssize_t to count theMartin v. Löwis2006-02-16
* -X died some time ago; remove a tiny bit of associated cruft.Michael W. Hudson2005-01-18
* Changed random calls to PyThreadState_Get() to use the macroNicholas Bastin2004-03-24
* Getting rid of all the code inside #ifdef macintosh too.Jack Jansen2003-11-20
* Made function declaration a proper C prototypeArmin Rigo2003-10-25
* Simplify and speedup uses of Py_BuildValue():Raymond Hettinger2003-10-12
* Fix [ 771097 ] frozen programs fail due to implicit import of "warnings".Mark Hammond2003-07-15
* PyErr_NormalizeException(): in the type==NULL test, we should simplyGuido van Rossum2003-04-10
* Fix bug 683658 - PyErr_Warn may cause import deadlock.Mark Hammond2003-02-19
* Constify filenames and scripts. Fixes #651362.Martin v. Löwis2002-12-11
* Fix [ 616716 ] Bug in PyErr_SetExcFromWindowsMark Hammond2002-10-04
* Fix errors to pep277 checkin identified by Neal Norwitz.Mark Hammond2002-10-04
* Patch 594001: PEP 277 - Unicode file name support for Windows NT.Mark Hammond2002-10-03
* New functions for extension writers on Windows:Thomas Heller2002-07-29
* Patch #569753: Remove support for WIN16.Martin v. Löwis2002-06-30
* Mass checkin of universal newline support.Jack Jansen2002-04-14
* Patch #494045: patches errno and stat to cope on plan9.Martin v. Löwis2002-03-09
* Patch #50002: Display line information for bad \x escapes:Martin v. Löwis2002-03-03
* SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.Tim Peters2001-10-02
* PyErr_NormalizeException()Jeremy Hylton2001-09-26
* PyErr_Format(): Factor out most of this code intoBarry Warsaw2001-08-24
* PyErr_Occurred(): Use PyThreadState_GET(), which saves a tiny function callTim Peters2001-05-30
* Use Py_CHARMASK for ctype macros. Fixes bug #232787.Martin v. Löwis2001-03-06
* Add PyErr_WarnExplicit(), which calls warnings.warn_explicit(), withGuido van Rossum2001-02-28
* Improve SyntaxErrors for bad future statements. Set file and locationJeremy Hylton2001-02-28
* Add PyErr_Warn().Guido van Rossum2000-12-15
* Ka-Ping Yee <ping@lfw.org>:Fred Drake2000-10-24
* Avoid a couple of "value computed is not used" warnings from gcc -Wall;Fred Drake2000-10-10
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-01
* code part of patch #100895 by Fredrik LundhJeremy Hylton2000-09-01
* refactor __del__ exception handler into PyErr_WriteUnraisableJeremy Hylton2000-09-01
* Improve the exceptions raised by PyErr_BadInternalCall(); adding theFred Drake2000-08-24
* Do not set a MemoryError exception over another MemoryError exception,Vladimir Marangozov2000-08-18
* Avoid dumping core when PyErr_NormalizeException() is called withoutGuido van Rossum2000-08-07
* Mass ANSIfication of function definitions. Doesn't cover all 'extern'Thomas Wouters2000-07-22
* delete obsolete SYMANTEC__CFM68K__ #ifdefsSkip Montanaro2000-07-12
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-09