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
*
Revert compile.c changes that shouldn't have been included in previous checkin
Nick Coghlan
2007-08-25
1
-7/+2
*
Revert misguided attempt at fixing incompatibility between -m and -i switches...
Nick Coghlan
2007-08-25
1
-2/+7
*
Second half of #1752175: #ifdef out references to PyImport_DynLoadFiletab if ...
Georg Brandl
2007-08-23
1
-1/+5
*
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
Alex Martelli
2007-08-22
1
-1/+14
*
Revert accidental checkins from last commit.
Georg Brandl
2007-08-21
1
-10/+0
*
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
Georg Brandl
2007-08-21
1
-0/+10
*
Place #ifdef Py_USING_UNICODE around decode_unicode().
Georg Brandl
2007-08-06
1
-0/+2
*
Handle errors when generating a warning.
Neal Norwitz
2007-08-05
1
-30/+31
*
PEP 3123: Provide forward compatibility with Python 3.0, while keeping
Martin v. Löwis
2007-07-21
4
-7/+4
*
SF patch# 1755885 by Kurt Kaiser: show location of Unicode escape errors.
Guido van Rossum
2007-07-18
1
-2/+19
*
Add T_PYSSIZET in structmember.h: This can be used for
Walter Dörwald
2007-06-13
1
-0/+10
*
Patch #1733960: Allow T_LONGLONG to accept ints.
Martin v. Löwis
2007-06-09
1
-24/+18
*
Use macro version of GET_SIZE to avoid Coverity warning (#150) about a possib...
Neal Norwitz
2007-06-09
1
-1/+1
*
Disallow function calls like foo(None=1).
Georg Brandl
2007-06-07
1
-0/+4
*
Bug #1722484: remove docstrings again when running with -OO.
Georg Brandl
2007-06-01
1
-1/+2
*
Fix indentation (whitespace only).
Neal Norwitz
2007-05-30
1
-2/+2
*
Include <windows.h> after python.h, so that WINNT is properly set before wind...
Kristján Valur Jónsson
2007-05-26
1
-1/+1
*
Add a bunch more deprecation warnings for builtins that are going away in 3.0
Neal Norwitz
2007-05-23
1
-0/+24
*
Add -3 option to the interpreter to warn about features that are
Neal Norwitz
2007-05-23
1
-0/+5
*
Patch #1686487: you can now pass any mapping after '**' in function calls.
Georg Brandl
2007-05-21
1
-10/+29
*
Backport PEP 3110's new 'except' syntax to 2.6.
Collin Winter
2007-05-18
2
-3/+4
*
Last try for tweaking the max stack depth. 5000 was the original value,
Neal Norwitz
2007-05-17
1
-1/+1
*
Set the depth to something very small to try to determine if the
Neal Norwitz
2007-05-17
1
-1/+1
*
Reduce the max stack depth to see if this fixes the segfaults on
Neal Norwitz
2007-05-17
1
-1/+1
*
Fix bug in marshal where bad data would cause a segfault due to
Neal Norwitz
2007-05-16
1
-69/+156
*
Remove an XXX that is unnecessary.
Georg Brandl
2007-05-11
1
-1/+0
*
Fix problems in x64 build that were discovered by the testsuite:
Kristján Valur Jónsson
2007-05-03
1
-58/+5
*
Handle a couple of uncaught errors. This should be backported
Neal Norwitz
2007-05-03
1
-0/+4
*
Actually raise an exception before calling ast_error_finish.
Georg Brandl
2007-05-02
1
-0/+2
*
Remove obsolete comment. Importing of .dll files has been discontinued, only ...
Kristján Valur Jónsson
2007-04-25
1
-8/+0
*
Make pythoncore compile cleanly with VisualStudio 2005. Used an explicit typ...
Kristján Valur Jónsson
2007-04-25
2
-0/+2
*
Merge change 54909 from release25-maint: Fix several minor issues discovered...
Kristján Valur Jónsson
2007-04-25
1
-3/+3
*
SF #1701207, Fix bogus assertion (and test it!)
Neal Norwitz
2007-04-16
1
-2/+2
*
Fix a bug when using the __lltrace__ opcode tracer, and a problem sith signed...
Kristján Valur Jónsson
2007-04-13
1
-1/+1
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
1
-5/+3
*
Remove unused file spotted by Paul Hankin
Neal Norwitz
2007-03-21
1
-27/+0
*
Clean up formatting of this file.
Jeremy Hylton
2007-03-16
1
-2029/+2048
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-14/+26
*
Inline PyImport_GetModulesReloading().
Collin Winter
2007-03-13
1
-11/+8
*
Patch #1444529: the builtin compile() now accepts keyword arguments.
Georg Brandl
2007-03-13
1
-4/+7
*
Typo and grammar fixes.
Georg Brandl
2007-03-13
1
-1/+1
*
Fix some style nits:
Neal Norwitz
2007-03-13
1
-13/+15
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
3
-2/+41
*
Bug #1678647: write a newline after printing an exception in any
Georg Brandl
2007-03-12
1
-2/+2
*
Backport from Py3k branch:
Georg Brandl
2007-03-12
1
-9/+10
*
Typos.
Georg Brandl
2007-03-10
1
-1/+1
*
Patch #703779: unset __file__ in __main__ after running a file. This
Georg Brandl
2007-03-07
1
-3/+11
*
Variant of patch #697613: don't exit the interpreter on a SystemExit
Georg Brandl
2007-03-07
1
-0/+6
*
Bug #1674503: close the file opened by execfile() in an error condition.
Georg Brandl
2007-03-06
1
-2/+2
*
Patch #1674228: when assigning a slice (old-style), check for the
Georg Brandl
2007-03-05
1
-1/+1
[next]