~therve/python/issue2982

  • Committer: martin.v.loewis
  • Date: 2008-05-10 13:24:09 UTC
  • Revision ID: svn-v3-trunk1:6015fed2-1504-0410-9fe1-9d1591cc4771:python%2Ftrunk:62992
Explicitly refer to current hhp file (2.6a3)
Filename Latest Rev Last Changed Committer Comment Size
..
_warnings.c 39108 16 years ago benjamin.peterson Fix logic error in Python/_warnings.c and add a te 25.9 KB Diff Download File
asdl.c 33972 18 years ago martin.v.loewis Fix type errors. 661 bytes Diff Download File
ast.c 39076 16 years ago benjamin.peterson The compiling struct is now passed around to all A 100 KB Diff Download File
atof.c 18511 23 years ago loewis Patch #411138: Rename config.h to pyconfig.h. Clo 815 bytes Diff Download File
bltinmodule.c 39056 16 years ago georg.brandl #2719: backport next() from 3k. 69.1 KB Diff Download File
ceval.c 39035 16 years ago benjamin.peterson A little reformating of Py3k warnings 107 KB Diff Download File
codecs.c 35057 18 years ago hyeshik.chang Bug #1511381: codec_getstreamcodec() in codec.c is 20.1 KB Diff Download File
compile.c 38802 16 years ago georg.brandl Patch #2511: Give the "excepthandler" AST item pro 93.5 KB Diff Download File
dup2.c 13627 24 years ago twouters Mass ANSIfication of function definitions. Doesn' 685 bytes Diff Download File
dynload_aix.c 32700 18 years ago neal.norwitz Fix SF bug #1072182, problems with signed characte 4.8 KB Diff Download File
dynload_atheos.c 22687 22 years ago loewis Patch #488073: AtheOS port. 1 KB Diff Download File
dynload_beos.c 21274 22 years ago mwh Fix for [ #496154 ] Typos in dynload_beos.c as s 6.2 KB Diff Download File
dynload_dl.c 20698 22 years ago jhylton Use PyOS_snprintf instead of sprintf. 561 bytes Diff Download File
dynload_hpux.c 34412 18 years ago neal.norwitz Oops, I forgot to include this file in the last co 1.3 KB Diff Download File
dynload_next.c 30098 20 years ago jackjansen Fix for 838140: don't call NSUnlinkModule when we 3.4 KB Diff Download File
dynload_os2.c 20698 22 years ago jhylton Use PyOS_snprintf instead of sprintf. 1020 bytes Diff Download File
dynload_shlib.c 32778 18 years ago hyeshik.chang Fix a warning from gcc by adding a missed const qu 3.2 KB Diff Download File
dynload_stub.c 14344 24 years ago gvanrossum REMOVED all CWI, CNRI and BeOpen copyright marking 202 bytes Diff Download File
dynload_win.c 37946 16 years ago christian.heimes Applied #1069410 The "can't load dll" message box 7.4 KB Diff Download File
errors.c 38914 16 years ago brett.cannon Re-implement the 'warnings' module in C. This allo 17.4 KB Diff Download File
formatter_string.c 38252 16 years ago eric.smith Backport of PEP 3101, Advanced String Formatting, 587 bytes Diff Download File
formatter_unicode.c 38252 16 years ago eric.smith Backport of PEP 3101, Advanced String Formatting, 483 bytes Diff Download File
frozen.c 23619 22 years ago mwh This is my patch [ 587993 ] SET_LINENO killer Re 1.2 KB Diff Download File
frozenmain.c 22922 22 years ago loewis Patch #569753: Remove support for WIN16. Rename al 1.2 KB Diff Download File
future.c 38738 16 years ago christian.heimes Patch #2477: Added from __future__ import unicode_ 3.5 KB Diff Download File
getargs.c 38357 16 years ago christian.heimes Patch #1691070 from Roger Upole: Speed up PyArg_Pa 40.7 KB Diff Download File
getcompiler.c 14379 24 years ago gvanrossum The GCC version is loooooooooong; put it on a new 366 bytes Diff Download File
getcopyright.c 38393 16 years ago barry.warsaw More copyright year and version number bumps 503 bytes Diff Download File
getcwd.c 34207 18 years ago thomas.wouters Define MAXPATHLEN to be at least PATH_MAX, if tha 1.3 KB Diff Download File
getmtime.c 33940 18 years ago anthony.baxter spread the extern "C" { } magic pixie dust around. 388 bytes Diff Download File
getopt.c 38932 16 years ago georg.brandl Improve -X error message. 2.9 KB Diff Download File
getplatform.c 14344 24 years ago gvanrossum REMOVED all CWI, CNRI and BeOpen copyright marking 130 bytes Diff Download File
getversion.c 20698 22 years ago jhylton Use PyOS_snprintf instead of sprintf. 290 bytes Diff Download File
graminit.c 38930 16 years ago benjamin.peterson #2627 Let it be known what pgen generates 37.6 KB Diff Download File
import.c 38755 16 years ago christian.heimes Build bots are working again - removing the hack 81.4 KB Diff Download File
importdl.c 28313 21 years ago loewis Patch #794826: Add __file__ in dynamically loaded 1.9 KB Diff Download File
importdl.h 25279 21 years ago jvr PEP 302 + zipimport: - new import hooks in import. 990 bytes Diff Download File
mactoolboxglue.c 37620 16 years ago christian.heimes Modified PyImport_Import and PyImport_ImportModule 13 KB Diff Download File
marshal.c 38070 16 years ago neal.norwitz Fix refleak 25.8 KB Diff Download File
modsupport.c 37858 16 years ago georg.brandl #1782: don't leak in error case in PyModule_AddXxx 13.2 KB Diff Download File
mysnprintf.c 21101 22 years ago bwarsaw PyOS_vsnprintf(): Change PyMem_Malloc() call to Py 2.6 KB Diff Download File
mystrtoul.c 38764 16 years ago neal.norwitz Revert r61969 which added casts to Py_CHARMASK to 6.3 KB Diff Download File
peephole.c 38702 16 years ago neal.norwitz Try to fix a bunch of compiler warnings on Win64. 17 KB Diff Download File
pyarena.c 35255 18 years ago neal.norwitz Fix more memory allocation issues found with failm 5.8 KB Diff Download File
pyfpe.c 18511 23 years ago loewis Patch #411138: Rename config.h to pyconfig.h. Clo 623 bytes Diff Download File
pymath.c 38958 16 years ago christian.heimes I finally got the time to update and merge Mark's 5.2 KB Diff Download File
pystate.c 37901 16 years ago gregory.p.smith Provide a sanity check during PyThreadState_Delete 17 KB Diff Download File
pystrcmp.c 38680 16 years ago neal.norwitz Remove compiler warnings (on Alpha at least) about 562 bytes Diff Download File
pystrtod.c 39053 16 years ago eric.smith Issue 2526, float.__format__ 'n' specifier does no 14.7 KB Diff Download File
Python-ast.c 38810 16 years ago georg.brandl Make AST nodes pickleable. 237 KB Diff Download File
pythonrun.c 39110 16 years ago christian.heimes Implemented PEP 370 45 KB Diff Download File
sigcheck.c 14344 24 years ago gvanrossum REMOVED all CWI, CNRI and BeOpen copyright marking 529 bytes Diff Download File
strdup.c 13627 24 years ago twouters Mass ANSIfication of function definitions. Doesn' 256 bytes Diff Download File
strtod.c 38151 16 years ago brett.cannon Remove unnecessary curly braces around an int lite 5 KB Diff Download File
structmember.c 37927 16 years ago georg.brandl Patch #1720595: add T_BOOL to the range of structm 8.1 KB Diff Download File
symtable.c 38802 16 years ago georg.brandl Patch #2511: Give the "excepthandler" AST item pro 37 KB Diff Download File
sysmodule.c 39133 16 years ago brett.cannon Fix sys.flags to properly expose bytes_warning. C 42.4 KB Diff Download File
thread.c 37703 16 years ago georg.brandl patch #1668: clarify envvar docs; rename THREADDEB 9.5 KB Diff Download File
thread_atheos.h 22687 22 years ago loewis Patch #488073: AtheOS port. 5.9 KB Diff Download File
thread_beos.h 21252 22 years ago fdrake Remove the unused & broken PyThread_*_sema() funct 6 KB Diff Download File
thread_cthread.h 21252 22 years ago fdrake Remove the unused & broken PyThread_*_sema() funct 2.7 KB Diff Download File
thread_foobar.h 21252 22 years ago fdrake Remove the unused & broken PyThread_*_sema() funct 1.8 KB Diff Download File
thread_lwp.h 21252 22 years ago fdrake Remove the unused & broken PyThread_*_sema() funct 3.1 KB Diff Download File
thread_nt.h 36621 17 years ago kristjan.jonsson Fix problems in x64 build that were discovered by 6.6 KB Diff Download File
thread_os2.h 35269 18 years ago andrew.macintyre bugfix: PyThread_start_new_thread() returns the th 5.5 KB Diff Download File
thread_pth.h 28406 21 years ago loewis Patch #805613: Fix usage of the PTH library. 5.1 KB Diff Download File
thread_pthread.h 34940 18 years ago andrew.macintyre Patch #1454481: Make thread stack size runtime tu 12 KB Diff Download File
thread_sgi.h 29025 20 years ago montanaro Remove support for DYNIX, IRIX 4, --with-sgi-dl, - 9.3 KB Diff Download File
thread_solaris.h 26952 21 years ago loewis Patch #716969: Detect thread creation failure. Wil 3 KB Diff Download File
thread_wince.h 32076 19 years ago birkenfeld bug 1234979 addition 3.9 KB Diff Download File
traceback.c 39045 16 years ago brett.cannon Fix a bug introduced by the warnings rewrite where 6.5 KB Diff Download File