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 compiler warning.
Georg Brandl
2006-05-29
1
-1/+1
*
Handle PyMem_Malloc failure in pystrtod.c. Closes #1494671.
Georg Brandl
2006-05-29
1
-0/+7
*
Fix #1494605.
Georg Brandl
2006-05-29
1
-1/+2
*
Convert fmmodule to METH_VARARGS.
Georg Brandl
2006-05-29
1
-11/+11
*
Apply modified version of Collin Winter's patch #1478788
Nick Coghlan
2006-05-29
10
-26/+32
*
Fix refleak in socketmodule. Replace bogus Py_BuildValue calls.
Georg Brandl
2006-05-29
2
-3/+6
*
METH_NOARGS functions do get called with two args.
Georg Brandl
2006-05-28
1
-5/+5
*
Convert audioop over to METH_VARARGS.
Georg Brandl
2006-05-28
1
-60/+66
*
Fix C function calling conventions in _sre module.
Georg Brandl
2006-05-28
1
-38/+18
*
A clearer error message when passing -R to regrtest.py with
Armin Rigo
2006-05-28
1
-0/+3
*
Correct None refcount issue in Mac modules. (Are they
Georg Brandl
2006-05-28
5
-5/+5
*
Fix ref-antileak in _struct.c which eventually lead to deallocating None.
Georg Brandl
2006-05-28
1
-1/+1
*
Make last patch valid C89 so Windows compilers can deal with it.
Thomas Wouters
2006-05-28
1
-1/+2
*
use the UnicodeError traversal and clearing functions in UnicodeError
Michael W. Hudson
2006-05-28
1
-4/+4
*
Fix refleaks in UnicodeError get and set methods.
Georg Brandl
2006-05-28
1
-45/+56
*
Patch #1496206: urllib2 PasswordMgr ./. default ports
Georg Brandl
2006-05-28
3
-18/+82
*
The empty string is a valid import path.
Georg Brandl
2006-05-28
1
-2/+4
*
("Forward-port" of r46506)
Armin Rigo
2006-05-28
8
-16/+24
*
Initial version of systimes - a module to provide platform dependent
Marc-André Lemburg
2006-05-28
1
-0/+197
*
Quality control, meet exceptions.c, round two.
Michael W. Hudson
2006-05-28
1
-222/+165
*
Rest of patch #1490384: Commit icon source, remove
Martin v. Löwis
2006-05-28
3
-4/+609
*
Patch #1080727: add "encoding" parameter to doctest.DocFileSuite
George Yoshida
2006-05-28
5
-10/+99
*
Quality control, meet exceptions.c.
Michael W. Hudson
2006-05-28
1
-128/+105
*
needforspeed: added Py_MEMCPY macro (currently tuned for Visual C only),
Fredrik Lundh
2006-05-28
3
-46/+60
*
PyErr_Display(), PyErr_WriteUnraisable(): Coverity found a cut-and-paste
Tim Peters
2006-05-28
2
-18/+23
*
Added missing svn:eol-style property to text files.
Tim Peters
2006-05-28
30
-10308/+10308
*
fix typo
George Yoshida
2006-05-27
1
-1/+1
*
End of Ch.3 is now about "with statement".
George Yoshida
2006-05-27
1
-3/+3
*
minor markup nits
George Yoshida
2006-05-27
2
-4/+5
*
move semicolons
Richard Jones
2006-05-27
1
-53/+51
*
doc string additions and tweaks
Richard Jones
2006-05-27
1
-8/+21
*
fix struct regression on 64-bit platforms
Bob Ippolito
2006-05-27
1
-22/+36
*
needforspeed: use PyObject_MALLOC instead of system malloc for small
Jack Diederich
2006-05-27
1
-4/+4
*
Add a PCBuild8 build directory for building with Visual Studio .NET 2005. Co...
Kristján Valur Jónsson
2006-05-27
38
-0/+14409
*
needforspeed: stringlib refactoring: use find_slice for stringobject
Fredrik Lundh
2006-05-27
1
-12/+15
*
needforspeed: stringlib refactoring: changed find_obj to find_slice,
Fredrik Lundh
2006-05-27
2
-36/+69
*
needforspeed: replace improvements, changed to Py_LOCAL_INLINE
Fredrik Lundh
2006-05-27
6
-41/+55
*
Remove spurious semicolons after macro invocations.
Georg Brandl
2006-05-27
1
-42/+42
*
cleanup - removed trailing whitespace
Andrew Dalke
2006-05-27
1
-1/+1
*
The cheery optimism of old age.
Tim Peters
2006-05-27
1
-13/+1
*
Always close BZ2Proxy object. Remove unnecessary struct usage.
Georg Brandl
2006-05-27
1
-13/+10
*
credit where credit is due
Richard Jones
2006-05-27
1
-2/+2
*
Mention new-style exceptions
Andrew M. Kuchling
2006-05-27
1
-0/+6
*
More random thrashing trying to understand spurious
Tim Peters
2006-05-27
1
-1/+13
*
Add news item for new-style exception class branch merge.
Georg Brandl
2006-05-27
1
-0/+4
*
Conversion of exceptions over from faked-up classes to new-style C types.
Richard Jones
2006-05-27
16
-2163/+2316
*
Fix up struct docstrings, add struct.pack_to function for symmetry
Bob Ippolito
2006-05-27
3
-8/+42
*
Remove the range checking and int usage #defines from _struct and strip out t...
Bob Ippolito
2006-05-27
1
-63/+8
*
Add Py_LOCAL macros
Andrew M. Kuchling
2006-05-27
1
-0/+12
*
Revert bogus change committed in 46432 to this file.
Martin v. Löwis
2006-05-27
1
-1/+0
[prev]
[next]