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
*
SF patch 518765 (Derek Harland): Bug in copy.py when used through
Guido van Rossum
2002-02-28
2
-1/+5
*
SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams.
Tim Peters
2002-02-28
2
-14/+2
*
PyGC_Head: Use "long double" instead of "double" as the worst-case
Tim Peters
2002-02-28
1
-1/+1
*
SF patch #524005 by Paul Eggert.
Guido van Rossum
2002-02-28
1
-1/+1
*
Patch #522279: transformer.py nodes shadows global.
Martin v. Löwis
2002-02-28
1
-3/+3
*
Correct various errors:
Martin v. Löwis
2002-02-28
2
-6/+157
*
%#x/%#X format conversion cleanup (see patch #450267):
Andrew MacIntyre
2002-02-28
2
-63/+74
*
Allow shebang's which use versioned Python binaries. Fixes
Marc-André Lemburg
2002-02-28
1
-1/+1
*
Fix 2.2.1 string.
Tim Peters
2002-02-28
1
-1/+1
*
Reserve a Windows build num for 2.2.1c1.
Tim Peters
2002-02-28
1
-0/+2
*
Add 2002 to PSF copyrights.
Michael W. Hudson
2002-02-27
5
-7/+8
*
SF patch #523169, by Samuele Pedroni.
Guido van Rossum
2002-02-26
3
-1/+14
*
Some buffers needed to be unsigned char, not char.
Jack Jansen
2002-02-26
1
-2/+2
*
OS/2 EMX port changes (Python part of patch #450267):
Andrew MacIntyre
2002-02-26
4
-3/+140
*
OS/2 EMX port changes (Objects part of patch #450267):
Andrew MacIntyre
2002-02-26
3
-0/+23
*
OS/2 EMX port changes (Include part of patch #450267):
Andrew MacIntyre
2002-02-26
2
-0/+9
*
bugfix for the problem where EditorWindow instances
Steven M. Gava
2002-02-26
1
-2/+5
*
canonic(): Fix by Edward K Ream to make breakpoints work better on
Guido van Rossum
2002-02-25
1
-0/+1
*
Fix by Edward K Ream to make breakpoints work on Windows: insert a
Guido van Rossum
2002-02-25
1
-0/+1
*
Edward K. Ream.
Guido van Rossum
2002-02-25
1
-0/+1
*
Fix by Edward K Ream to make breakpoints work on Windows: insert a
Guido van Rossum
2002-02-25
1
-0/+1
*
Fix error in explanation of the interaction between $ and MULTILINE mode.
Fred Drake
2002-02-25
1
-1/+1
*
Add documentation about how the inter-module linking works.
Marc-André Lemburg
2002-02-25
1
-1/+54
*
Set TCL_LIBRARY before import _tkinter. Suggested by Kirill Simonov.
Martin v. Löwis
2002-02-24
1
-10/+31
*
Patch #510825: PTHREAD_SCOPE_SYSTEM support for HP-UX
Martin v. Löwis
2002-02-24
2
-213/+215
*
Accept Unicode strings as SMTP TO addresses. Fixes #521270.
Martin v. Löwis
2002-02-24
1
-1/+1
*
OS/2 EMX port Library and regression test changes:
Andrew MacIntyre
2002-02-24
6
-15/+446
*
tracking changes to python idle:
Steven M. Gava
2002-02-23
1
-1/+1
*
Patch #520483: Make IDLE OutputWindow handle Unicode.
Martin v. Löwis
2002-02-23
1
-1/+1
*
Patch #521714: fix pychecker warnings in ast.py.
Martin v. Löwis
2002-02-23
1
-124/+124
*
Patch #521670: Remove unused sys import.
Martin v. Löwis
2002-02-23
1
-2/+1
*
SF bug #501591: dir() doc is old
Tim Peters
2002-02-23
1
-9/+22
*
Grammar tweak.
Greg Ward
2002-02-22
1
-1/+1
*
Typo: thsi -> this. Closes SF bug #521450.
Fred Drake
2002-02-22
1
-1/+1
*
Create and populate OS/2 EMX port platform specific library directory:
Andrew MacIntyre
2002-02-22
5
-0/+511
*
moved command logging routines into IMAP4 class: thread safe/faster
Piers Lauder
2002-02-22
1
-56/+65
*
First version which runs an install-script (specified by the
Thomas Heller
2002-02-20
1
-314/+354
*
Correct the refcount information for the PyWeakref_GetObject() function.
Fred Drake
2002-02-20
1
-1/+1
*
Somebody made list.__dict__ grow a '__doc__' key, but apparently didn't
Tim Peters
2002-02-19
1
-0/+1
*
SF #515023. Make _DummyThread.join() signature match base class (Thread)
Neal Norwitz
2002-02-19
1
-1/+1
*
SF #515041, Update path for 2.3
Neal Norwitz
2002-02-19
1
-2/+2
*
Allow __doc__ to be of arbitrary type. Patch by James Henstridge,
Martin v. Löwis
2002-02-18
1
-4/+16
*
further work on config system
Steven M. Gava
2002-02-18
2
-9/+9
*
handle user theme and key set deletion
Steven M. Gava
2002-02-18
3
-11/+87
*
Move some opcodes to top of big eval_frame switch statement. Skip
Neil Schemenauer
2002-02-17
1
-44/+45
*
SF bug #497839: reindent chokes on empty first lines.
Tim Peters
2002-02-17
1
-0/+4
*
Create and populate OS/2 EMX port build directory:
Andrew MacIntyre
2002-02-17
10
-0/+3424
*
Repair so that importing socket doesn't blow up on platforms that lack
Tim Peters
2002-02-17
1
-7/+12
*
Moved the declaration of PySocketSock_Type from socketmodule.h to
Tim Peters
2002-02-17
2
-7/+5
*
For readability, switch to tab indents; was using a mix of tab indents,
Tim Peters
2002-02-17
1
-35/+35
[next]