126 Commits (0cb8e5131d0797d3bdb1494de842e98798174cf2)

Author SHA1 Message Date
Brett Cannon 1e534b5425 Fix a crasher where Python code managed to infinitely recurse in C code without 19 years ago
Collin Winter 231ff0ec11 Fix a compile error on Windows. 19 years ago
Collin Winter 828f04ac3f Issue #1066: implement PEP 3109, 2/3 of PEP 3134. 19 years ago
Neal Norwitz b382b84abe Add const to some strings that are not modified 19 years ago
Travis E. Oliphant b99f762f10 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. 19 years ago
Skip Montanaro 46fc337395 PyErr_Warn is deprecated in 2.5 - goes away for 3.0 19 years ago
Guido van Rossum 7eaf8223a0 Merged revisions 55962-56019 via svnmerge from 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Walter Dörwald 84a3efec37 Add T_PYSSIZET in structmember.h: This can be used for 19 years ago
Walter Dörwald 573c08c1b7 Change PyErr_Format() to generate a unicode string (by using 19 years ago
Guido van Rossum ebe3e16600 Merged revisions 55342-55406 via svnmerge from 19 years ago
Guido van Rossum 8d30cc0144 Get rid of all #ifdef Py_USING_UNICODE (it is always present now). 19 years ago
Thomas Wouters 27d517b21b Merged revisions 53875-53911 via svnmerge from 19 years ago
Neal Norwitz ee3a1b5244 Variation of patch # 1624059 to speed up checking if an object is a subclass 19 years ago
Thomas Wouters 00ee7baf49 Merge current trunk into p3yk. This includes the PyNumber_Index API change, 20 years ago
Marc-André Lemburg 040f76b79c Slightly revised version of patch #1538956: 20 years ago
Thomas Wouters 0e3f591aee Merged revisions 46753-51188 via svnmerge from 20 years ago
Neal Norwitz 07aadb14f3 Add PyErr_WarnEx() so C code can pass the stacklevel to warnings.warn(). 20 years ago
Thomas Wouters 477c8d5e70 Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. 20 years ago
Richard Jones 7b9558d37d Conversion of exceptions over from faked-up classes to new-style C types. 20 years ago
Thomas Wouters 9df4e6f673 - Add new Warning class, ImportWarning 20 years ago
Guido van Rossum 45aecf451a Checkpoint. 218 tests are okay; 53 are failing. Done so far: 20 years ago
Brett Cannon bf36409e2a PEP 352 implementation. Creates a new base class, BaseException, which has an 20 years ago
Martin v. Löwis 18e165558b Merge ssize_t branch. 20 years ago
Raymond Hettinger 5ba0cbe392 * set_new() doesn't need to zero the structure a second time after tp_alloc 21 years ago
Phillip J. Eby 0d6615fd29 PEP 342 implementation. Per Guido's comments, the generator throw() 21 years ago
Tim Peters c885443479 Stop producing or using OverflowWarning. PEP 237 thought this would 22 years ago
Neal Norwitz 21d896cfa1 Use appropriate macros not the deprecated DL_IMPORT/DL_EXPORT macros 23 years ago
Martin v. Löwis 95292d6caa Constify filenames and scripts. Fixes #651362. 24 years ago
Martin v. Löwis 79acb9edfa Patch #614055: Support OpenVMS. 24 years ago
Walter Dörwald bf73db835a Fix PEP 293 related problems with --disable-unicode builds 24 years ago
Mark Hammond c2e85bd4e2 Patch 594001: PEP 277 - Unicode file name support for Windows NT. 24 years ago
Neil Schemenauer 96aa0acef0 Use Py_GCC_ATTRIBUTE instead of __attribute__. Compilers other than GCC 24 years ago
Walter Dörwald 70bb0d4e65 Removed bogus PyUnicodeTranslateError_GetEncoding, as 24 years ago
Walter Dörwald 3aeb632c31 PEP 293 implemention (from SF patch http://www.python.org/sf/432401) 24 years ago
Barry Warsaw 9f00739551 Added a FutureWarning for constructs that will change semantically in 24 years ago
Mark Hammond 91a681debf Excise DL_EXPORT from Include. 24 years ago
Thomas Heller 085358a3e2 New functions for extension writers on Windows: 24 years ago
Neal Norwitz d68f5171eb As discussed on python-dev, add a mechanism to indicate features 24 years ago
Tim Peters faad5ad590 mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to 25 years ago
Tim Peters a437d4594b Removed preprocessor gimmick trying to force use of snprintf emulation 25 years ago
Neil Schemenauer 90b689076a Add function attributes that allow GCC to check the arguments of printf-like 25 years ago
Fred Drake bb9fa21cfe weakref.ReferenceError becomes a built-in exception now that weak ref objects 25 years ago
Guido van Rossum ae347b33be Introduce OverflowWarning -- to be issued when short int operations 25 years ago
Marc-André Lemburg 03d1b1814b Enable PyOS_snprintf() et al. during alpha phase of 2.2.0 and 25 years ago
Marc-André Lemburg cecd9e0af3 va_list is defined in stdarg.h. 25 years ago
Marc-André Lemburg e5006ebc9d This patch turns the Python API mismatch notice into a standard 25 years ago
Guido van Rossum 59d1d2b434 Iterators phase 1. This comprises: 25 years ago
Guido van Rossum 1bcb7e9327 Add declaration for PyErr_WarnExplicit(). 25 years ago
Jeremy Hylton ad3d3f2f3f Improve SyntaxErrors for bad future statements. Set file and location 25 years ago