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
...
*
[Bug #1473048]
Andrew M. Kuchling
2006-05-31
3
-0/+41
*
Fixup the PCBuild8 project directory. exceptions.c have moved to Objects, an...
Kristján Valur Jónsson
2006-05-31
6
-334/+30
*
'functional' module was renamed to 'functools'
Andrew M. Kuchling
2006-05-31
1
-6/+6
*
PyTuple_Pack is not available in Python 2.3, but ctypes must stay
Thomas Heller
2006-05-31
1
-1/+1
*
On 64-bit platforms running test_struct after test_tarfile would fail
Neal Norwitz
2006-05-31
1
-0/+6
*
Revert last checkin, it is better to do make distclean
Neal Norwitz
2006-05-31
1
-10/+1
*
Calculate smallest properly (it was off by one) and use proper ssize_t types ...
Neal Norwitz
2006-05-31
1
-5/+5
*
Clarify wording on default values for strptime(); defaults are used when better
Brett Cannon
2006-05-31
1
-1/+2
*
Whitespace normalization.
Tim Peters
2006-05-30
1
-4/+4
*
changed count to return 0 for slices outside the source string
Fredrik Lundh
2006-05-30
2
-2/+3
*
Change wrapping terminology to overflow masking
Bob Ippolito
2006-05-30
2
-21/+21
*
changed find/rfind to return -1 for matches outside the source string
Fredrik Lundh
2006-05-30
2
-10/+19
*
PyLong_FromString(): Continued fraction analysis (explained in
Tim Peters
2006-05-30
1
-3/+74
*
Add SoC name, and reorganize this section a bit
Andrew M. Kuchling
2006-05-30
1
-4/+10
*
Convert test_exceptions to unittest.
Georg Brandl
2006-05-30
2
-349/+287
*
Do the check for no keyword arguments in __init__ so that
Georg Brandl
2006-05-30
2
-4/+4
*
I'm impatient. I think this will fix a few more problems with the buildbots.
Neal Norwitz
2006-05-30
1
-1/+10
*
Disallow keyword args for exceptions.
Georg Brandl
2006-05-30
2
-0/+10
*
Don't fail if the (sub)pkgname already exist.
Neal Norwitz
2006-05-30
1
-0/+3
*
Add a test case for exception pickling. args is never NULL.
Georg Brandl
2006-05-30
2
-11/+21
*
Restore exception pickle support. #1497319.
Georg Brandl
2006-05-30
1
-1/+11
*
dict_print(): So that Neal & I don't spend the rest of
Tim Peters
2006-05-30
1
-4/+5
*
dict_print(): Explicitly narrow the return value
Tim Peters
2006-05-30
1
-1/+1
*
No DOWNCAST is required since sizeof(Py_ssize_t) >= sizeof(int) and Py_ReprEn...
Neal Norwitz
2006-05-30
1
-1/+1
*
Use Py_SAFE_DOWNCAST for safety. Fix format strings. Remove 2 more stray | ...
Neal Norwitz
2006-05-30
1
-6/+6
*
Remove stray | in comment
Neal Norwitz
2006-05-30
1
-1/+1
*
Convert relevant dict internals to Py_ssize_t.
Tim Peters
2006-05-30
2
-48/+64
*
Simplify further by using AddStringConstant
Neal Norwitz
2006-05-30
1
-4/+2
*
Set a binary svn:mime-type property on this UTF-8 encoded file.
Tim Peters
2006-05-30
0
-0/+0
*
Whitespace normalization.
Tim Peters
2006-05-30
3
-5/+5
*
deprecated_err(): Stop bizarre warning messages when the tests
Tim Peters
2006-05-30
1
-2/+6
*
Add a length check to aifc to ensure it doesn't write a bogus file
Bob Ippolito
2006-05-30
1
-0/+2
*
struct: modulo math plus warning on all endian-explicit formats for compatibi...
Bob Ippolito
2006-05-29
2
-22/+199
*
fixed "abc".count("", 100) == -96 error (hopefully, nobody's relying on
Fredrik Lundh
2006-05-29
2
-1/+12
*
Whoops.
Georg Brandl
2006-05-29
1
-2/+6
*
Convert more modules to METH_VARARGS.
Georg Brandl
2006-05-29
8
-113/+139
*
Make use of METH_O and METH_NOARGS where possible.
Georg Brandl
2006-05-29
26
-404/+186
*
Add News entry for last commit.
Georg Brandl
2006-05-29
1
-0/+3
*
Patches #1497027 and #972322: try HTTP digest auth first,
Georg Brandl
2006-05-29
3
-9/+66
*
When adding a module like functools, it helps to let SVN know about the file.
Nick Coghlan
2006-05-29
1
-0/+26
*
Correct some value converting strangenesses.
Georg Brandl
2006-05-29
4
-7/+7
*
Silence a warning.
Armin Rigo
2006-05-29
1
-1/+1
*
simplify the struct code a bit (no functional changes)
Bob Ippolito
2006-05-29
1
-23/+31
*
Fix #1494787 (pyclbr counts whitespace as superclass name)
Georg Brandl
2006-05-29
1
-2/+4
*
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
[prev]
[next]