index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SF bug #443600:
Guido van Rossum
2001-08-18
1
-15/+46
*
Fix for bug [#452230] future division isn't propagated.
Tim Peters
2001-08-17
1
-1/+8
*
A fiddled version of the rest of Michael Hudson's SF patch
Tim Peters
2001-08-17
1
-8/+26
*
ceval, PyEval_MergeCompilerFlags: wasn't merging in the
Tim Peters
2001-08-17
1
-6/+3
*
Patch #445762: Support --disable-unicode
Martin v. Löwis
2001-08-17
7
-14/+80
*
Patch #427190: Implement and use METH_NOARGS and METH_O.
Martin v. Löwis
2001-08-16
3
-168/+138
*
Oops. Two fixes for SF bug #422004 are not needed. :-)
Guido van Rossum
2001-08-16
1
-1/+0
*
Bunchathings:
Guido van Rossum
2001-08-16
1
-5/+6
*
Fix SF bug [ #450909 ] __future__.division fails at prompt
Jeremy Hylton
2001-08-14
1
-2/+6
*
Fixed typo in comment leading up to _PyImport_FixupExtension().
Barry Warsaw
2001-08-13
1
-1/+1
*
Py_Initialize(): Apply patch by Jürgen Hermann to call
Barry Warsaw
2001-08-13
1
-0/+1
*
Remove much dead code from ceval.c
Jeremy Hylton
2001-08-12
1
-220/+18
*
SF Patch [ 429024 ] deal with some unary ops at compile time
Jeremy Hylton
2001-08-12
1
-3/+66
*
Patch by Jonathan Wight (slightly reformatted) to forestall loading the
Jack Jansen
2001-08-11
1
-3/+7
*
Remove st_nested_scopes from struct symtable,
Jeremy Hylton
2001-08-11
1
-130/+46
*
st_nested_scopes was uninitialized trash. Jeremy should fix in a better
Tim Peters
2001-08-11
1
-0/+6
*
Refactor future feature handling
Jeremy Hylton
2001-08-10
4
-52/+17
*
Apply SF patch #424554: check for PYTHONDUMPREFS to be set instead of
Guido van Rossum
2001-08-09
1
-5/+1
*
Got rid of unused includes.
Jack Jansen
2001-08-08
1
-22/+2
*
Split macglue.c into two: a new mactoolboxglue.c (in ./Python)
Jack Jansen
2001-08-08
1
-0/+430
*
Put conditional S_IFMT definition into pyport.h.
Martin v. Löwis
2001-08-08
1
-5/+0
*
Put conditional S_ISDIR definition(s) into pyport.h.
Martin v. Löwis
2001-08-08
2
-5/+1
*
Repair the Windows build (S_ISDIR() macro doesn't exist).
Tim Peters
2001-08-08
1
-1/+1
*
Patch #448227: Raise an exception when a directory is passed to execfile.
Martin v. Löwis
2001-08-08
1
-4/+23
*
Implement PEP 238 in its (almost) full glory.
Guido van Rossum
2001-08-08
4
-196/+264
*
- Rename PyType_InitDict() to PyType_Ready().
Guido van Rossum
2001-08-07
1
-1/+4
*
Another bug fix for recent import * warning (caught by Thomas Wouters)
Jeremy Hylton
2001-08-06
1
-3/+3
*
Fix error message for import * in function/class scope
Jeremy Hylton
2001-08-06
1
-1/+1
*
Fix SF bug [ #445474 ] warn about import * inside functions
Jeremy Hylton
2001-08-06
1
-0/+5
*
Derived from SF patch #446899 Permit import of .pyw under Windows, from
Tim Peters
2001-08-04
1
-5/+14
*
Plug a memory leak in Py_InitModule4(): when PyDict_SetItemString() failed,
Fred Drake
2001-08-04
1
-2/+6
*
Merge of descr-branch back into trunk.
Tim Peters
2001-08-02
5
-563/+128
*
Add mysnprintf.c to Windows build, + squash compiler wngs in mysnprintf.c.
Tim Peters
2001-07-31
1
-2/+3
*
This patch turns the Python API mismatch notice into a standard
Marc-André Lemburg
2001-07-31
2
-5/+107
*
Do for hasattr() what was done for getattr()
Jeremy Hylton
2001-07-30
1
-0/+11
*
Fix for SF byg [ #420304 ] getattr function w/ default
Jeremy Hylton
2001-07-30
1
-0/+11
*
Add _PyUnicode_AsDefaultEncodedString to unicodeobject.h.
Jeremy Hylton
2001-07-30
1
-5/+0
*
Fix for SF bug [ #443866 ] Evaluating func_code causing core dump
Jeremy Hylton
2001-07-30
1
-1/+7
*
Repair more now-obsolete references to config.h.
Tim Peters
2001-07-26
1
-1/+1
*
Undoing the UCS-4 patch addition which caused unichr() to return
Marc-André Lemburg
2001-07-26
1
-1/+11
*
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Martin v. Löwis
2001-07-26
7
-7/+7
*
Add -E command line switch (ignore environment variables like PYTHONHOME
Neil Schemenauer
2001-07-23
3
-12/+13
*
Patch number #422106 by Greg Ball, to fix segmentation
Moshe Zadka
2001-07-23
1
-0/+5
*
SF Patch #441791, with changes: when "import foo.bar" fails with an
Guido van Rossum
2001-07-23
1
-4/+16
*
Add a low-level API to access interpreters, for David Beazley.
Guido van Rossum
2001-07-19
1
-0/+25
*
Patch #412229: Add functions sys.getdlopenflags and sys.setdlopenflags.
Martin v. Löwis
2001-07-18
3
-13/+76
*
Deleting zombies
Guido van Rossum
2001-07-17
1
-211/+0
*
jcompile(): inherit the CO_GENERATOR_ALLOWED flag from the 'base'
Guido van Rossum
2001-07-16
1
-0/+1
*
PyRun_StringFlags(): forgot to pass the flags on to
Guido van Rossum
2001-07-16
1
-1/+4
*
Ugly. A pile of new xxxFlags() functions, to communicate to the parser
Tim Peters
2001-07-16
1
-9/+30
[next]