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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
posix_fildes(): New helper: run a function that takes a file descriptor
Fred Drake
2002-04-15
1
-52/+71
*
Remove unused variable reported by Walter Dörwald
Neal Norwitz
2002-04-15
1
-1/+1
*
Patch #543447: Add posix.mknod.
Martin v. Löwis
2002-04-14
1
-4/+40
*
initpwd(): Clean up initialization, avoid PyModule_GetDict().
Fred Drake
2002-04-13
1
-4/+4
*
First stab at rationalizing the PyMem_ API. Mixing PyObject_xyz with
Tim Peters
2002-04-12
1
-2/+5
*
PyObject_Del can now be used as a function designator.
Neil Schemenauer
2002-04-12
2
-2/+2
*
Allow PyObject_Del to be used as a function designator. Provide binary
Neil Schemenauer
2002-04-12
1
-14/+39
*
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen
2002-04-11
2
-31/+0
*
Fix an obvious bug.
Thomas Heller
2002-04-09
1
-2/+2
*
Patch #512005: getrusage() returns struct-like object.
Martin v. Löwis
2002-04-08
1
-23/+70
*
Lock methods acquire() and locked() now return bools.
Guido van Rossum
2002-04-07
1
-7/+7
*
Implement an idea by Paul Rubin:
Guido van Rossum
2002-04-05
1
-15/+11
*
Convert a pile of obvious "yes/no" functions to return bool.
Tim Peters
2002-04-04
1
-3/+3
*
Removed old Digital Creations copyright/license notices (with
Guido van Rossum
2002-04-04
4
-161/+1
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
2
-7/+57
*
Remove direct manipulation of the module dict.
Fred Drake
2002-04-03
1
-9/+3
*
Fix bugs:
Mark Hammond
2002-04-03
1
-1/+7
*
Convert more METH_OLDARGS & PyArg_Parse()
Neal Norwitz
2002-04-02
3
-69/+69
*
Get rid of more PyArg_Parse & METH_OLDARGS.
Neal Norwitz
2002-04-02
2
-13/+14
*
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
*
Use the PyModule_*() API instead of manipulating the module dictionary
Fred Drake
2002-04-01
2
-11/+11
*
Get rid of all METH_OLDARGS & PyArg_Parse.
Neal Norwitz
2002-04-01
1
-43/+35
*
mpz_float() only takes one parameter now
Neal Norwitz
2002-03-31
1
-5/+0
*
Get rid of warnings due to changing to METH_NOARGS
Neal Norwitz
2002-03-31
1
-5/+5
*
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
*
Add missing typecast.
Neil Schemenauer
2002-03-29
1
-1/+2
*
[Patch #536769] Add -Xcompiler flag for adding arguments and switches for
Andrew M. Kuchling
2002-03-29
1
-0/+1
*
Make _PyObject_GC_UnTrack do nothing if WITH_CYCLE_GC is not defined.
Neil Schemenauer
2002-03-29
1
-0/+2
*
Add type cast.
Neil Schemenauer
2002-03-28
1
-1/+2
*
This is Neil's fix for SF bug 535905 (Evil Trashcan and GC interaction).
Guido van Rossum
2002-03-28
1
-1/+3
*
Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.
Fred Drake
2002-03-28
1
-0/+28
*
Expose C library's gettext. Fixes #516412.
Martin v. Löwis
2002-03-27
1
-2/+96
*
Don't imply XPG4 constants from CODESET presence. Fixes #534153.
Martin v. Löwis
2002-03-27
1
-1/+4
*
Missed change METH_OLDARGS to METH_NOARGS for two aliased functions
Neal Norwitz
2002-03-26
1
-2/+2
*
Remove last occurrance of PyArg_GetInt. It is deprecated,
Neal Norwitz
2002-03-25
1
-1/+1
*
Missed change METH_OLDARGS to METH_NOARGS for two aliased functions
Neal Norwitz
2002-03-25
1
-2/+2
*
Remove many uses of PyArg_NoArgs macro, change METH_OLDARGS to METH_NOARGS.
Neal Norwitz
2002-03-25
8
-122/+62
*
Due to interaction between the MSL C library and the GUSI I/O library I can g...
Jack Jansen
2002-03-25
1
-0/+5
*
Expose RLIM_INFINITY constant. Closes SF patch 489066.
Neil Schemenauer
2002-03-24
1
-1/+13
[next]