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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix SF bug 1441486: bad unary minus folding in compiler.
Neil Schemenauer
2006-07-09
3
-20/+60
*
Fix AST compiler bug #1501934: incorrect LOAD/STORE_GLOBAL generation.
Neil Schemenauer
2006-07-09
5
-4/+20
*
Whitespace normalization.
Tim Peters
2006-07-08
1
-2/+2
*
Add an additional test for bug #1519018.
Georg Brandl
2006-07-08
1
-0/+2
*
Fix SF bug #1519018: 'as' is now validated properly in import statements
Neal Norwitz
2006-07-08
3
-1/+18
*
Fix RFC number.
Georg Brandl
2006-07-07
1
-1/+1
*
Restore rev 47014:
Neal Norwitz
2006-07-07
4
-5/+32
*
Properly generate logical file ids. Fixes #1515998.
Martin v. Löwis
2006-07-06
2
-4/+8
*
Test using all CJK encodings for the testcases which don't require
Hye-Shik Chang
2006-07-06
1
-6/+26
*
Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().
Hye-Shik Chang
2006-07-06
1
-1/+9
*
Document the correct return type of PyLong_AsUnsignedLongLongMask.
Thomas Heller
2006-07-06
1
-1/+1
*
ImportWarning is now silent by default
Andrew M. Kuchling
2006-07-06
1
-12/+5
*
Add NEWS entries for the ImportWarning change and documentation update
Nick Coghlan
2006-07-06
1
-0/+5
*
Cover ImportWarning, PendingDeprecationWarning and simplefilter() in the warn...
Nick Coghlan
2006-07-06
1
-5/+33
*
Ignore ImportWarning by default
Nick Coghlan
2006-07-06
1
-0/+1
*
Update the tutorial section on relative imports
Nick Coghlan
2006-07-06
1
-8/+25
*
Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...
Nick Coghlan
2006-07-06
3
-47/+26
*
added XMLParser alias for cElementTree compatibility
Fredrik Lundh
2006-07-06
1
-1/+4
*
NEWS entry for r47267: fixing configure's zlib probing.
Thomas Wouters
2006-07-06
1
-0/+4
*
This patch solves the problem Skip was seeing with zlib, this patch ensures that
Ronald Oussoren
2006-07-06
2
-4/+46
*
Document the changes in svn revision 47263, from patch #1517790.
Thomas Heller
2006-07-06
1
-0/+6
*
Document the Struture and Union constructors.
Thomas Heller
2006-07-06
1
-0/+7
*
Patch #1517790: It is now possible to use custom objects in the ctypes
Thomas Heller
2006-07-06
3
-3/+41
*
The test that calls a function with invalid arguments and catches the
Thomas Heller
2006-07-06
1
-9/+5
*
A couple of examples about how to attack the fact that _PyType_Lookup()
Armin Rigo
2006-07-06
2
-0/+67
*
Revert the change done in svn revision 47206:
Thomas Heller
2006-07-06
2
-19/+9
*
Properly quote compileall and Lib paths in case TARGETDIR has a space.
Martin v. Löwis
2006-07-06
2
-1/+4
*
Add sqlite3.dll to the DLLs component, not to the TkDLLs component.
Martin v. Löwis
2006-07-06
2
-8/+11
*
Add a NEWS entry for a recent pyexpat fix
Neal Norwitz
2006-07-06
1
-0/+3
*
- back out Expat change; the final fix to Expat will be different
Fred Drake
2006-07-06
2
-3/+31
*
Fix refleaks reported by Shane Hathaway in SF patch #1515361. This change
Neal Norwitz
2006-07-06
1
-2/+4
*
no need to elaborate "string".
Georg Brandl
2006-07-05
1
-1/+1
*
Patch #1517490: fix glitches in filter() docs.
Georg Brandl
2006-07-05
1
-4/+4
*
Fix bug in passing tuples to string.Template. All other values (with working
Thomas Wouters
2006-07-05
3
-3/+14
*
Fix the bitfield test when _ctypes is compiled with MingW. Structures
Thomas Heller
2006-07-05
1
-2/+2
*
Remove remaining references to OverflowWarning.
Georg Brandl
2006-07-05
2
-2/+1
*
Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number
Ronald Oussoren
2006-07-04
2
-84/+116
*
Fix build problems with the platform SDK on windows. It is not sufficient to...
Kristján Valur Jónsson
2006-07-03
3
-5/+5
*
[Bug #1511911] Clarify description of optional arguments to sorted()
Andrew M. Kuchling
2006-07-03
1
-2/+24
*
[Bug #1515932] Clarify description of slice assignment
Andrew M. Kuchling
2006-07-03
1
-1/+2
*
Put method-wrappers into trashcan. Fixes #927248.
Martin v. Löwis
2006-07-03
3
-1/+14
*
Patch #825417: Fix timeout processing in expect,
Martin v. Löwis
2006-07-03
2
-1/+18
*
Bug #1267547: Put proper recursive setup.py call into the
Martin v. Löwis
2006-07-03
2
-3/+7
*
Bug #1417699: Reject locale-specific decimal point in float()
Martin v. Löwis
2006-07-03
4
-3/+27
*
Document functions added in 2.3 and 2.5.
Martin v. Löwis
2006-07-03
1
-4/+75
*
Bug #1514693: Update turtle's heading when switching between
Martin v. Löwis
2006-07-03
2
-2/+10
*
Reimplement turtle.circle using a polyline, to allow correct
Martin v. Löwis
2006-07-03
2
-48/+17
*
Only setup canvas when it is first created.
Martin v. Löwis
2006-07-03
2
-1/+4
*
Whitespace normalization.
Tim Peters
2006-07-03
1
-1/+1
*
Add a new function uses_seh() to the _ctypes extension module. This
Thomas Heller
2006-07-03
2
-9/+19
[next]