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
*
parseaddr(): Don't use rfc822.parseaddr() because this now implies a
Barry Warsaw
2002-04-15
1
-4/+3
*
Add documentation for PyObject_Call().
Fred Drake
2002-04-15
1
-0/+16
*
Separate out a \cfuncline macro from the cfuncdesc environment.
Fred Drake
2002-04-15
2
-9/+25
*
Document the cmemberdesc environment.
Fred Drake
2002-04-15
1
-0/+11
*
ehlo(): A proper fix for SF bug #498572. RFC 1869 describes ESMTP
Barry Warsaw
2002-04-15
1
-1/+5
*
Better documentation for GetArgv() and the ProgressBar type.
Fred Drake
2002-04-15
1
-40/+157
*
Be consistent in presenting the signatures.
Fred Drake
2002-04-15
1
-1/+1
*
Add docs for os.fchdir().
Fred Drake
2002-04-15
1
-0/+9
*
posix_fildes(): New helper: run a function that takes a file descriptor
Fred Drake
2002-04-15
1
-52/+71
*
Generate the right annotations in the index entries.
Fred Drake
2002-04-15
1
-2/+2
*
Add a test for fchdir().
Fred Drake
2002-04-15
3
-3/+7
*
Integrated more text from Guido.
Fred Drake
2002-04-15
1
-2/+359
*
Move the listing of the type structure, since both the C API reference and
Fred Drake
2002-04-15
1
-0/+0
*
Return the orginal string only if it's a real str or unicode
Walter Dörwald
2002-04-15
2
-4/+18
*
Clean up the application of style to verbatim text.
Fred Drake
2002-04-15
3
-8/+10
*
Add support for \cmemberline and the cmemberdesc environment.
Fred Drake
2002-04-15
1
-0/+24
*
Remove unused variable reported by Walter Dörwald
Neal Norwitz
2002-04-15
1
-1/+1
*
Add item
Andrew M. Kuchling
2002-04-15
1
-0/+2
*
Remove 'const' from local variable declaration in string_zfill() -- it
Guido van Rossum
2002-04-15
1
-71/+80
*
Apply the second version of SF patch http://www.python.org/sf/536241
Walter Dörwald
2002-04-15
8
-13/+83
*
posix.mknod() and {}.pop() were added
Neal Norwitz
2002-04-15
1
-1/+2
*
Deprecate % as well. The message for deprecation of //, % and divmod
Guido van Rossum
2002-04-15
1
-1/+6
*
Add news about deprecated complex ops.
Guido van Rossum
2002-04-15
1
-0/+4
*
update build infrastructure for pymalloc and bool changes
Andrew MacIntyre
2002-04-15
2
-5/+18
*
Add items
Andrew M. Kuchling
2002-04-15
1
-0/+20
*
SF bug #543387.
Guido van Rossum
2002-04-15
1
-0/+5
*
Four more names for the hall of fame.
Guido van Rossum
2002-04-15
1
-0/+4
*
SF bug #541883 (Vincent Fiack).
Guido van Rossum
2002-04-15
2
-0/+11
*
Add exit as alias for quit, as the easiest way to address SF bug
Guido van Rossum
2002-04-15
1
-1/+4
*
SF bug #543318 (Frank J. Tobin).
Guido van Rossum
2002-04-15
1
-1/+1
*
Fix from SF bug #541980 (Jacques A. Vidrine).
Guido van Rossum
2002-04-15
1
-1/+4
*
Provisional fix for writefile() [SF bug # 541730].
Guido van Rossum
2002-04-15
1
-1/+1
*
Enable universal newline support for MacPython.
Jack Jansen
2002-04-14
1
-0/+3
*
SF bug 543840: complex(string) accepts strings with \0
Tim Peters
2002-04-14
2
-1/+14
*
Test suite for universal newline support.
Jack Jansen
2002-04-14
1
-0/+114
*
Mass checkin of universal newline support.
Jack Jansen
2002-04-14
15
-35/+390
*
Patch #540583: Open MS Help Docs if available.
Martin v. Löwis
2002-04-14
1
-3/+12
*
Patch #542569: tp_print tp_repr tp_str in test_bool.py.
Martin v. Löwis
2002-04-14
1
-1/+18
*
Patch #543447: Add posix.mknod.
Martin v. Löwis
2002-04-14
6
-7/+60
*
Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars.
Martin v. Löwis
2002-04-14
1
-4/+0
*
initpwd(): Clean up initialization, avoid PyModule_GetDict().
Fred Drake
2002-04-13
1
-4/+4
*
BDFL agreed with Tim: rehabilitate randint().
Neal Norwitz
2002-04-13
1
-2/+0
*
Fold long lines. (Walter, please take note! :-)
Guido van Rossum
2002-04-13
1
-9/+18
*
Add pop() to UserDict.
Guido van Rossum
2002-04-13
1
-0/+2
*
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
Tim Peters
2002-04-13
3
-5/+14
*
SF bug 543148: Memory leak with stackframes + inspect.
Tim Peters
2002-04-13
1
-2/+17
*
Document the optional argument to the .strip(), .rstrip(), .strip() string
Fred Drake
2002-04-13
1
-8/+20
*
News for strip methods.
Guido van Rossum
2002-04-13
1
-0/+4
*
Partially implement SF feature request 444708.
Guido van Rossum
2002-04-13
3
-18/+101
*
Add news about memory managent APIs changing.
Neil Schemenauer
2002-04-12
1
-0/+5
[next]