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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch #542659: Eliminate duplicate check for NULL of freevars/cellvars.
Martin v. Löwis
2002-04-14
1
-4/+0
*
_PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats.
Tim Peters
2002-04-13
1
-0/+5
*
Removed more hair in support of future-generator stmts.
Tim Peters
2002-04-12
1
-1/+1
*
Got rid of ifdefs for long-obsolete GUSI versions.
Jack Jansen
2002-04-11
1
-21/+0
*
is_builtin() is not a Boolean -- it can return -1, 0, 1. [SF #541652]
Guido van Rossum
2002-04-09
1
-1/+1
*
Move Unicode finalization further down in the chain.
Marc-André Lemburg
2002-04-08
1
-5/+5
*
Return bools from functions named is_<whatever>().
Guido van Rossum
2002-04-07
1
-4/+4
*
Fix by Greg Chapman from SF bug 534347: Potential AV in vgetargskeywords.
Guido van Rossum
2002-04-04
1
-1/+7
*
Add the 'bool' type and its values 'False' and 'True', as described in
Guido van Rossum
2002-04-03
2
-8/+27
*
Get rid of another use of PyArg_Parse()
Neal Norwitz
2002-04-01
1
-2/+2
*
Use symbolic METH_VARARGS instead of 1 for ml_flags
Neal Norwitz
2002-03-31
2
-20/+20
*
Remove the CACHE_HASH and INTERN_STRINGS preprocessor symbols.
Tim Peters
2002-03-29
1
-2/+0
*
Call PyObject_GC_UnTrack before putting an object on the list of trash.
Neil Schemenauer
2002-03-29
1
-2/+2
*
add comment reminding people about class hierarchy in Doc/lib/libexcs.tex
Skip Montanaro
2002-03-28
1
-0/+5
*
Fix an issue that was reported in but unrelated to the main problem of
Guido van Rossum
2002-03-28
1
-2/+10
*
Introduce two new flag bits that can be set in a PyMethodDef method
Fred Drake
2002-03-28
1
-0/+7
*
Change sys_exit to use METH_VARARGS.
Neal Norwitz
2002-03-27
1
-2/+5
*
I've been waiting 8 years for KSR to re-emerge from bankruptcy. If they
Tim Peters
2002-03-25
1
-4/+0
*
SF bug 480215: softspace confused in nested print
Tim Peters
2002-03-24
1
-10/+12
*
Fix wording of sys.exit docstring. Close SF bug 534113.
Neil Schemenauer
2002-03-23
1
-1/+1
*
Disable the parser hacks that enabled the "yield" keyword using a future
Neil Schemenauer
2002-03-22
2
-11/+15
*
Re-enable GC of generator objects.
Neil Schemenauer
2002-03-18
1
-6/+6
*
Document that _POSIX_SEMAPHORES is predefined.
Martin v. Löwis
2002-03-17
1
-0/+4
*
Patch #525532: Add support for POSIX semaphores.
Martin v. Löwis
2002-03-17
1
-0/+119
*
Patch #504224: add plan9 threads include to thread.c.
Martin v. Löwis
2002-03-09
1
-0/+4
*
Patch #494045: patches errno and stat to cope on plan9.
Martin v. Löwis
2002-03-09
2
-16/+36
*
Docstring for filter(): Someone on the Tutor list reasonably complained
Tim Peters
2002-03-09
1
-5/+5
*
Patch #50002: Display line information for bad \x escapes:
Martin v. Löwis
2002-03-03
4
-17/+52
*
SF #506611, fix sys.setprofile(), sys.settrace() core dumps
Neal Norwitz
2002-03-03
1
-2/+2
*
SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.
Tim Peters
2002-02-28
1
-14/+1
*
Add 2002 to PSF copyrights.
Michael W. Hudson
2002-02-27
1
-1/+1
*
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre
2002-02-26
4
-3/+140
*
Move some opcodes to top of big eval_frame switch statement. Skip
Neil Schemenauer
2002-02-17
1
-44/+45
*
LOAD_FAST: rearrange branches to favor the expected case, and get
Tim Peters
2002-02-12
1
-10/+7
*
Removed a spurious }. (How did it get there in the first place??)
Jack Jansen
2002-02-11
1
-2/+0
*
Fix to the UTF-8 encoder: it failed on 0-length input strings.
Marc-André Lemburg
2002-02-07
1
-1/+20
*
Got rid of an extra level of {} and funny formatting that was still
Jack Jansen
2002-02-01
1
-58/+56
*
A new dynload_next, which actually only works on OSX but isn't renamed yet.
Jack Jansen
2002-02-01
1
-112/+56
*
Fix missing space between words. Bugfix candidate.
Neal Norwitz
2002-01-29
1
-1/+1
*
Fix spelling mistakes. Bugfix candidates.
Neal Norwitz
2002-01-29
2
-4/+4
*
Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.
Martin v. Löwis
2002-01-26
1
-1/+4
*
Fix for
Michael W. Hudson
2002-01-23
1
-2/+2
*
Remove the unused & broken PyThread_*_sema() functions and related constants.
Fred Drake
2002-01-19
10
-550/+0
*
A tentative fix for SF bug #503837 (Roeland Rengelink):
Guido van Rossum
2002-01-15
1
-0/+3
*
Workaround for what is probably a problem in Apple's gcc: <pthread.h> fails
Jack Jansen
2002-01-15
1
-0/+6
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
8
-32/+1
*
Fixed "u#" parser marker to pass through Unicode objects as-is without
Marc-André Lemburg
2002-01-09
1
-2/+6
*
Patch #494783: Rename cmp_op enumerators.
Martin v. Löwis
2002-01-01
2
-29/+33
*
Patch #497098: build support for GNU/Hurd.
Martin v. Löwis
2002-01-01
1
-3/+15
*
SF bug #496549 -Qnew and in-place division "/=".
Tim Peters
2001-12-25
1
-11/+14
[next]