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