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
*
avoid C++ name mangling for the _Py.*SizeT functions
Anthony Baxter
2006-04-12
1
-0/+6
*
Make symtable.c safe for C++ compilers. Changed macros in the same way as
Anthony Baxter
2006-04-12
1
-11/+13
*
per Jeremy's email, remove the _WITH_CAST versions of macros. g++
Anthony Baxter
2006-04-12
1
-46/+24
*
Part two of the fix for SF bug #1466641: Regenerate graminit.c and add test
Thomas Wouters
2006-04-12
1
-2/+2
*
Some more changes to make code compile under a C++ compiler.
Anthony Baxter
2006-04-11
1
-1/+1
*
more low-hanging fruit to make code compile under a C++ compiler. Not
Anthony Baxter
2006-04-11
4
-68/+100
*
Convert 0 to their respective enum types. Convert
Martin v. Löwis
2006-04-11
1
-11/+11
*
Regenerate.
Martin v. Löwis
2006-04-11
1
-2/+0
*
Make _kind types global for C++ compilation.
Martin v. Löwis
2006-04-11
1
-1/+1
*
low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations
Anthony Baxter
2006-04-11
4
-22/+24
*
SF Patch #1463867: Improved generator finalization to allow generators
Phillip J. Eby
2006-04-10
1
-0/+3
*
Use PyObject_* allocator since FutureFeatures is small
Neal Norwitz
2006-04-10
2
-3/+3
*
Fix some warnings on HP-UX when using cc/aCC
Neal Norwitz
2006-04-10
1
-4/+7
*
Regenerate.
Martin v. Löwis
2006-04-07
1
-1/+1
*
Fix refleak in __import__("") (probably the cause of the 2 refleaks in
Thomas Wouters
2006-04-05
1
-0/+2
*
Fix __import__("") to raise ValueError rather than return None.
Thomas Wouters
2006-04-04
1
-1/+10
*
Generate line number table entries for except handlers.
Jeremy Hylton
2006-04-04
1
-0/+2
*
Disable .DLL as an extension for extension modules.
Martin v. Löwis
2006-04-04
1
-0/+6
*
Add lineno, col_offset to excephandler to enable future fix for
Jeremy Hylton
2006-04-04
2
-31/+66
*
Bug #1421664: Set sys.stderr.encoding
Martin v. Löwis
2006-04-03
2
-0/+15
*
Don't abbreviate ABS, use long name ABSOLUTE.
Neal Norwitz
2006-04-03
2
-4/+4
*
* Fix a refleak of *_attributes.
Neal Norwitz
2006-04-03
1
-144/+146
*
Accept keyword arguments for __import__ and doc the addition of the level par...
Neal Norwitz
2006-04-03
1
-6/+11
*
Expand comments on line numbers and blocks.
Jeremy Hylton
2006-04-01
1
-6/+21
*
Patch #1460496: round() now accepts keyword arguments.
Georg Brandl
2006-03-31
1
-13/+15
*
Expand comments.
Jeremy Hylton
2006-03-31
1
-0/+27
*
In format strings slinging Py_ssize_t, unconditionally
Tim Peters
2006-03-28
1
-9/+6
*
answer a question from a comment
Armin Rigo
2006-03-28
1
-3/+3
*
Fix SF bug #1458903 with AST compiler.
Neal Norwitz
2006-03-27
1
-4/+11
*
Years in the making.
Tim Peters
2006-03-26
1
-1/+1
*
Found this in an old email message from Hartmut Goebel.
Skip Montanaro
2006-03-25
1
-0/+1
*
Patch #1396919: Reenable the system scope threads on FreeBSD 5.4
Hye-Shik Chang
2006-03-23
1
-1/+11
*
Fix a ssize_t issue
Neal Norwitz
2006-03-23
1
-1/+1
*
Forward port MvL's fix in 43227:
Neal Norwitz
2006-03-23
1
-0/+4
*
Use macro versions instead of function versions when we already know the type.
Neal Norwitz
2006-03-20
2
-3/+3
*
Release codecs variable earlier.
Walter Dörwald
2006-03-18
1
-4/+2
*
Fix some missing checks after PyTuple_New, PyList_New, PyDict_New
Georg Brandl
2006-03-17
1
-1/+3
*
Fix bug 1441408 where a double colon didn't trigger extended slice semantics ...
Nick Coghlan
2006-03-17
1
-8/+12
*
Fix wrong argument format in PyCodec_IncrementalEncoder() and
Walter Dörwald
2006-03-16
1
-96/+57
*
Make mktuple consistent with mklist to get rid of Coverity warnings. Also us...
Neal Norwitz
2006-03-16
1
-10/+10
*
Patch #1436130: codecs.lookup() now returns a CodecInfo object (a subclass
Walter Dörwald
2006-03-15
1
-0/+50
*
Fix SF bug #1448804 and ad a test to ensure that all subscript operations con...
Nick Coghlan
2006-03-13
1
-24/+29
*
Um, I thought I'd already checked this in.
Guido van Rossum
2006-03-10
3
-25/+27
*
Try to be a bit more consistent on all platforms:
Neal Norwitz
2006-03-09
1
-1/+4
*
Checking in the code for PEP 357.
Guido van Rossum
2006-03-07
1
-46/+22
*
Address an coverity issue. Coverity was complaining about a line that's fine,
Guido van Rossum
2006-03-07
1
-1/+2
*
SF #1444030: Fix several potential defects found by Coverity.
Hye-Shik Chang
2006-03-07
3
-2/+11
*
Change int to Py_ssize_t in several places.
Martin v. Löwis
2006-03-07
5
-18/+34
*
Fix warnings on x86 (32-bit).
Neal Norwitz
2006-03-06
1
-1/+2
*
Try to cleanup the error handling a bit so there aren't false positives
Neal Norwitz
2006-03-06
1
-8/+12
[next]