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
*
Final tweaks for 2.2a3 distribution.
Jack Jansen
2001-09-08
13
-60/+104
*
Silence warnings about passing unsigned char** as char**.
Martin v. Löwis
2001-09-08
1
-4/+4
*
Oops, this file is very outdated. Removed.
Jack Jansen
2001-09-08
1
-116/+0
*
Generalize operator.indexOf (PySequence_Index) to work with any
Tim Peters
2001-09-08
6
-82/+128
*
It appears that unittest was changed to stop hoarding raw exception data,
Tim Peters
2001-09-08
1
-4/+1
*
The usual post-release fiddling.
Tim Peters
2001-09-08
2
-4/+24
*
PyClass_New(): put the extended Don Beaudry hook back in. When one of
Guido van Rossum
2001-09-07
1
-4/+14
*
PySequence_Check(), PyMapping_Check(): only return true if the
Guido van Rossum
2001-09-07
1
-2/+4
*
PyType_IsSubtype(): test tp_flags for HAVE_CLASS bit before accessing
Guido van Rossum
2001-09-07
1
-0/+3
*
Bumping version numbers.
Barry Warsaw
2001-09-07
1
-2/+2
*
Merging in removal of this file from branch to trunk.
Barry Warsaw
2001-09-07
1
-163/+0
*
Merging 2.2a3 branch changes back into trunk
Barry Warsaw
2001-09-07
1
-8/+18
*
Patch #438790: Add additional mappings.
Martin v. Löwis
2001-09-07
1
-3/+36
*
Patch #450702: allow threads when calling into zlib, protect usage of
Martin v. Löwis
2001-09-07
1
-114/+350
*
Fix compiler warnings. This closes some of the #458880 problem.
Martin v. Löwis
2001-09-07
1
-9/+8
*
(Slightly modified) patch by Steve Spicklemire to make Python build
Jack Jansen
2001-09-07
2
-250/+286
*
Fix bug #410274 - sys.prefix isn't always set.
Mark Hammond
2001-09-07
1
-1/+35
*
Patch by Mark Day to allow from __future__ imports. Looks harmless
Jack Jansen
2001-09-07
1
-3/+5
*
SF bug [#458941] Looks like a unary minus bug.
Tim Peters
2001-09-07
1
-16/+49
*
Fix typo in error reporting. This doesn't need to go into the release
Tim Peters
2001-09-07
1
-1/+1
*
Reverting to rev 1.2. Apparently gcc doesn't use the extended-precision
Tim Peters
2001-09-06
1
-3/+16
*
Rewrite to use test_support's fine fcmp instead -- I didn't know that
Tim Peters
2001-09-06
1
-16/+3
*
Added some underflow-to-0.0 long/long true division tests.
Tim Peters
2001-09-06
1
-0/+6
*
Rename 'getset' to 'property'.
Guido van Rossum
2001-09-06
1
-5/+5
*
long_true_divide: reliably force underflow to 0 when the denominator
Tim Peters
2001-09-06
1
-0/+2
*
Rename 'getset' to 'property'.
Guido van Rossum
2001-09-06
6
-45/+45
*
Do not rebuild html-$(RELEASE).tar every time we need to use it.
Fred Drake
2001-09-06
1
-1/+1
*
Bump version number.
Fred Drake
2001-09-06
1
-1/+1
*
Update link to the PyOpenGL project in the "gl" module docs.
Fred Drake
2001-09-06
1
-6/+8
*
Add missing period in docstring.
Fred Drake
2001-09-06
1
-1/+1
*
Document the built-in iter() function.
Fred Drake
2001-09-06
1
-0/+17
*
Bump version number.
Fred Drake
2001-09-06
1
-1/+1
*
Added an additional link to NIST information on secure hashing.
Fred Drake
2001-09-06
1
-0/+4
*
Clarified the interaction between string literals and continuation lines.
Fred Drake
2001-09-06
1
-5/+28
*
Make the examples for "Default Argument Values" more presentable and
Fred Drake
2001-09-06
1
-9/+13
*
Fix parameter for PyInt_Check().
Fred Drake
2001-09-06
1
-1/+31
*
Document the PyMethod_* type object, functions, and macros.
Fred Drake
2001-09-06
1
-0/+58
*
Minimal instructions for using the Makefile here. Also a clear
Jack Jansen
2001-09-06
1
-0/+28
*
Added targets to install the application, and to install mac-additions
Jack Jansen
2001-09-06
1
-1/+113
*
Bump Windows buildno (installer changes were made earlier).
Tim Peters
2001-09-06
2
-2/+4
*
Document the rule that Python.h must be included before any standard
Fred Drake
2001-09-06
2
-2/+7
*
Do not #include <stdio.h> since Python.h already does that.
Fred Drake
2001-09-06
1
-1/+0
*
Use the standard argument convention for main(), and conform to the
Fred Drake
2001-09-06
1
-1/+2
*
Two small changes to the resource usage option:
Guido van Rossum
2001-09-06
2
-4/+5
*
Added note of unittest.py changes that fixed bug 451309
Steve Purcell
2001-09-06
1
-0/+4
*
Several updates to cover omissions noted by Rich Salz.
Fred Drake
2001-09-06
1
-3/+27
*
Document the "unixfrom" attribute of the rfc822.Message class.
Fred Drake
2001-09-06
1
-1/+7
*
Added tests for key deletion for both Weak*Dictionary flavors.
Fred Drake
2001-09-06
1
-0/+22
*
Add __delitem__() support for WeakKeyDictionary.
Fred Drake
2001-09-06
1
-0/+7
*
Skip instead of fail this test if the socket module has no ssl
Guido van Rossum
2001-09-06
1
-0/+3
[next]