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
*
Format strings (tuples,) appropriately
Neal Norwitz
2002-04-01
2
-3/+3
*
Use attributes appropriately
Neal Norwitz
2002-04-01
2
-2/+2
*
There is no TestError, use TestFailed appropriately
Neal Norwitz
2002-04-01
3
-10/+10
*
Update documentation of code objects.
Jeremy Hylton
2002-04-01
1
-10/+15
*
Minor adjustments.
Fred Drake
2002-04-01
1
-1/+2
*
Small fixes for description of function attributes.
Jeremy Hylton
2002-04-01
1
-5/+3
*
Reindent. Break long lines. Move comments before the statements.
Martin v. Löwis
2002-04-01
1
-3482/+3641
*
Use the PyModule_Add*() APIs instead of manipulating the module dict
Fred Drake
2002-04-01
5
-283/+280
*
Remove all but one use of the module dict.
Fred Drake
2002-04-01
1
-44/+38
*
Remove unused variable and call to PyModule_GetDict().
Fred Drake
2002-04-01
1
-2/+1
*
Switch to using METH_NOARGS where possible.
Fred Drake
2002-04-01
1
-38/+18
*
Remove UNLESS.
Martin v. Löwis
2002-04-01
1
-152/+152
*
New PYMALLOC_DEBUG function void _PyMalloc_DebugDumpStats(void).
Tim Peters
2002-04-01
2
-1/+98
*
We expect to skip the new test_mpz on Windows.
Tim Peters
2002-04-01
1
-1/+5
*
Use the PyModule_*() API instead of manipulating the module dictionary
Fred Drake
2002-04-01
2
-11/+11
*
Get rid of another use of PyArg_Parse()
Neal Norwitz
2002-04-01
1
-2/+2
*
Get rid of all METH_OLDARGS & PyArg_Parse.
Neal Norwitz
2002-04-01
2
-43/+125
*
Remove some now-obsolete generator future statements.
Tim Peters
2002-04-01
6
-19/+5
*
Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.
Neal Norwitz
2002-04-01
2
-2/+17
*
Hopeful fix for SF bug 503031: urllib.py: open_http() host problem.
Guido van Rossum
2002-03-31
1
-1/+5
*
mpz_float() only takes one parameter now
Neal Norwitz
2002-03-31
1
-5/+0
*
Added a "run with commandline Python" flag. Works in MachoPython, should work
Jack Jansen
2002-03-31
1
-12/+54
*
Get rid of warnings due to changing to METH_NOARGS
Neal Norwitz
2002-03-31
1
-5/+5
*
Use METH_VARARGS rather than METH_OLDARGS implicitly (args are ignored)
Neal Norwitz
2002-03-31
1
-1/+1
*
Convert METH_OLDARGS -> METH_NOARGS: remove args parameter
Neal Norwitz
2002-03-31
1
-243/+247
*
Revert use of METH_OLDARGS (use 0) to support 1.5.2
Neal Norwitz
2002-03-31
1
-2/+4
*
Convert METH_OLDARGS -> METH_VARARGS: also PyArg_Parse -> PyArg_ParseTuple
Neal Norwitz
2002-03-31
3
-47/+34
*
Remove METH_OLDARGS:
Neal Norwitz
2002-03-31
11
-164/+85
*
Convert from using METH_OLDARGS to METH_NOARGS.
Neal Norwitz
2002-03-31
3
-85/+44
*
Fix whitespace
Neal Norwitz
2002-03-31
1
-2/+1
*
Use symbolic METH_VARARGS/METH_OLDARGS instead of 1/0 for ml_flags
Neal Norwitz
2002-03-31
3
-17/+17
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
5
-51/+51
*
Use docstrings for exception classes
Neal Norwitz
2002-03-31
2
-2/+4
*
Derive exception classes from Exception
Neal Norwitz
2002-03-31
2
-2/+2
*
Stop using string exceptions
Neal Norwitz
2002-03-31
2
-2/+2
*
Add one more assert that indirectly interlocking conditions are consistent
Tim Peters
2002-03-31
1
-0/+1
*
Fixed an error in a new assert.
Tim Peters
2002-03-31
1
-1/+1
*
Fixed a typo in a new comment.
Tim Peters
2002-03-31
1
-1/+1
*
_PyMalloc_Free(): As was already done for _PyMalloc_Malloc, rearranged
Tim Peters
2002-03-31
1
-37/+47
*
Added a long-overdue comment block giving an overview of pool operations
Tim Peters
2002-03-31
1
-3/+60
*
Suite to talk to the OSX Terminal application.
Jack Jansen
2002-03-30
2
-0/+345
*
Got rid of obsolete way to get at various toolbox types.
Jack Jansen
2002-03-30
1
-5/+3
*
Add Mac/Lib/lib-scriptpackages to sys.path too.
Jack Jansen
2002-03-30
1
-2/+4
*
Modified to allow it to run in MachoPython in a reasonable way. It still
Jack Jansen
2002-03-30
1
-10/+17
*
It's once again thought safe to call the pymalloc free/realloc with an
Tim Peters
2002-03-30
1
-14/+27
*
new_arena(): In error cases, reset the number of available pools to 0.
Tim Peters
2002-03-30
1
-0/+1
*
Changed the #-of-arenas counters to uints -- no need to be insane about
Tim Peters
2002-03-30
1
-10/+11
*
Eliminate DONT_SHARE_SHORT_STRINGS.
Tim Peters
2002-03-30
2
-15/+5
*
Patch #536908: Add missing #include guards/extern "C".
Martin v. Löwis
2002-03-30
3
-0/+26
*
Turns out the off_t macro isn't used anymore, so got rid of it.
Tim Peters
2002-03-30
1
-3/+0
[next]