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
...
*
The errno module needs to be statically linked, since it is now needed during
Fred Drake
2002-08-08
1
-1/+1
*
Add trace_frame. Fixes #534864.
Martin v. Löwis
2002-08-04
1
-0/+38
*
Fix ref(), proxy() docstrings, based on comments from David Abrahams.
Fred Drake
2002-08-02
1
-3/+4
*
Put Cray fixes on the branch, too.
Michael W. Hudson
2002-07-31
2
-9/+7
*
Fix docstring to be consistent with parameter name (prefix)
Neal Norwitz
2002-07-30
1
-1/+1
*
Pass length of result structure into setipaddr. Fixes bug #565747.
Martin v. Löwis
2002-07-28
1
-8/+12
*
Given the persistent id code a shot at a class before calling save_global().
Jeremy Hylton
2002-07-16
1
-5/+5
*
Update the comments on building the pyexpat extension.
Fred Drake
2002-07-10
1
-16/+11
*
Backport for SF bug #574132: Major GC related performance regression.
Tim Peters
2002-06-30
1
-13/+45
*
Corect speling and add \n\ to line ends in new docstring for access().
Guido van Rossum
2002-06-18
1
-5/+5
*
Clarified documentation for os.access().
Fred Drake
2002-06-18
1
-1/+5
*
SF # 533070 Silence AIX C Compiler Warnings
Neal Norwitz
2002-06-13
1
-1/+1
*
Oops. That wasn't supposed to be backported. :-(
Guido van Rossum
2002-06-06
1
-3/+1
*
Backport:
Guido van Rossum
2002-06-06
1
-1/+3
*
The logreader object did not always refill the input buffer correctly
Neil Schemenauer
2002-05-29
1
-105/+56
*
backport tim_one's patch:
Anthony Baxter
2002-04-30
1
-2/+6
*
Patch #500311: Work around for buggy https servers. Fixes #494762.
Martin v. Löwis
2002-04-20
1
-24/+72
*
Patch #546194: Check constants individually. Fixes 534143 on OpenBSD.
Martin v. Löwis
2002-04-19
1
-2/+19
*
[backport bug fix from the trunk]
Jeremy Hylton
2002-04-19
1
-0/+1
*
backport loewis' checkin of
Michael W. Hudson
2002-04-05
1
-1/+4
*
The body of_PyObject_GC_UnTrack() should only be compiled #ifdef
Guido van Rossum
2002-04-03
1
-0/+2
*
Backport to 2.2.1:
Guido van Rossum
2002-03-28
1
-1/+3
*
backport jackjansen's checkin of
Michael W. Hudson
2002-03-25
1
-0/+5
*
Remove extraneous #define as per effbot's instructions in:
Michael W. Hudson
2002-03-18
1
-2/+0
*
Backport a checkin of lemburg's:
Michael W. Hudson
2002-03-17
1
-1/+0
*
Backport my fix from a whiles back:
Michael W. Hudson
2002-03-17
1
-9/+9
*
backport loewis' checkin of
Michael W. Hudson
2002-03-16
1
-1/+1
*
backport loewis' checkin of
Michael W. Hudson
2002-03-16
1
-84/+106
*
Update docstrings to use te attribute names of the new structures returned
Fred Drake
2002-03-12
2
-4/+7
*
backport tim_one's checkin of
Michael W. Hudson
2002-03-11
1
-2/+1
*
backport jhylton's checkin of
Michael W. Hudson
2002-03-11
1
-1/+1
*
backport tim_one's checkin of
Michael W. Hudson
2002-03-08
1
-9/+5
*
backport gvanrossum's checkin of
Michael W. Hudson
2002-03-05
1
-1/+1
*
start() and stop() methods: return None where there is no exception;
Fred Drake
2002-02-08
1
-2/+8
*
Backport my fixing up of PyObject_New/PyMem_Del mismatches.
Michael W. Hudson
2002-02-06
2
-2/+2
*
Fix a bunch of typos found by nnorwitz.
Michael W. Hudson
2002-02-06
1
-1/+1
*
It's merge time!
Michael W. Hudson
2002-01-28
1
-2/+2
*
It's merge time!
Michael W. Hudson
2002-01-28
1
-9/+2
*
Include <unistd.h> in Python.h. Fixes #500924.
Martin v. Löwis
2002-01-12
18
-66/+0
*
Add fcntl.h constants from glibc 2.2.4. Fixes #496171.
Martin v. Löwis
2001-12-28
1
-0/+70
*
Backport gvanrossum's checkin of version 2.217:
Michael W. Hudson
2001-12-28
1
-1/+1
*
Backport loewis' checkin of version 1.201:
Michael W. Hudson
2001-12-28
1
-0/+31
*
This commit was manufactured by cvs2svn to create branch
cvs2svn
2001-12-28
1
-3/+5
*
SF bug #495021: Crash calling os.stat with a trailing backslash
Tim Peters
2001-12-19
1
-14/+20
*
save(): Fix for SF bug #494904: Cannot pickle a class with a
Guido van Rossum
2001-12-19
1
-0/+5
*
SF bug #494738: binascii_b2a_base64 overwrites memory.
Tim Peters
2001-12-19
1
-3/+5
*
initxxsubtype(): Add a comment to make the magic clearer; I doubt it's
Tim Peters
2001-12-17
1
-2/+4
*
Use PyType_Ready() for initialization of the ob_type field of our
Guido van Rossum
2001-12-17
1
-2/+4
*
David Abrahams tried to compile this as a separate DLL under MSVC, and
Tim Peters
2001-12-17
1
-4/+21
*
Give xxsubtype a module docstring, so its oddball purpose is discoverable
Tim Peters
2001-12-10
1
-2/+8
[prev]
[next]