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
*
Add some additional tests that check more proxy behaviors.
Fred Drake
2001-12-19
1
-0/+18
*
proxy_compare(): Make sure that we unwrap both objects being compared if
Fred Drake
2001-12-19
1
-6/+13
*
Fix the test control support for the pickle & cPickle tests so the tests run
Fred Drake
2001-12-19
2
-8/+22
*
The test using class initarg failed, because it was lacking a
Guido van Rossum
2001-12-19
1
-0/+3
*
Make the module docstring agree with reality: the module prvides the
Fred Drake
2001-12-19
1
-1/+1
*
When running regen for the plat directories we should use the BUILDEXT
Jack Jansen
2001-12-19
1
-1/+1
*
SF bug #494738: binascii_b2a_base64 overwrites memory.
Tim Peters
2001-12-19
2
-3/+6
*
SF bug #494668: PUSH() should assert-fail on overflow.
Tim Peters
2001-12-19
1
-2/+4
*
TemporaryFileWrapper: fixed typo in new comment.
Tim Peters
2001-12-18
1
-1/+1
*
Patch #494384: Disable more Unicode API if Unicode is not used.
Martin v. Löwis
2001-12-18
1
-0/+2
*
TemporaryFileWrapper: cache the value of os.unlink for use by __del__,
Tim Peters
2001-12-18
1
-1/+8
*
Move the helper class _closedsocket *into* the _socketobject class.
Guido van Rossum
2001-12-18
1
-7/+6
*
Recreated after source changes.
Thomas Heller
2001-12-18
1
-284/+284
*
Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_
Just van Rossum
2001-12-18
2
-10/+263
*
Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst
Thomas Heller
2001-12-18
1
-3/+6
*
Add entry for the pydoc documentation.
Fred Drake
2001-12-18
2
-0/+2
*
Add documentation for the pydoc module; contributed by Ka-Ping Yee.
Fred Drake
2001-12-18
1
-0/+62
*
Add documentation for the help() built-in; contributed by Ka-Ping Yee.
Fred Drake
2001-12-18
1
-0/+10
*
Merge in Ping's changes to the cgitb documentation, and add a version
Fred Drake
2001-12-18
1
-18/+40
*
Small change to allow for generation of QuickTime module for Windows.
Jack Jansen
2001-12-18
1
-0/+4
*
Updated to Universal Headers 3.4
Jack Jansen
2001-12-18
31
-68/+1835
*
Added missing docstring
Just van Rossum
2001-12-18
2
-1/+2
*
Added support for tab controls and initial (incomplete) support
Just van Rossum
2001-12-18
3
-12/+543
*
Patch #494553 by Donovan Preston: initial implementation
Just van Rossum
2001-12-18
2
-4/+84
*
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
*
Update comments about mpz, pointing to gmpy and mxNumber rather than
Guido van Rossum
2001-12-17
1
-2/+4
*
- PyType_Ready(): Initialize the ob_type field to &PyType_Type if it's
Guido van Rossum
2001-12-17
1
-0/+16
*
Don't use Latex \code{...} in docstrings.
Guido van Rossum
2001-12-17
1
-1/+1
*
Get rid of the stupid backslash in front of the column zero open
Barry Warsaw
2001-12-17
1
-1/+1
*
There's a new include file AEInteraction.h which contains AESend and friends.
Jack Jansen
2001-12-17
2
-1/+185
*
TickCount moved to a different header file. We manually added it back in here...
Jack Jansen
2001-12-17
2
-0/+24
*
Portability fix: Not every compiler implements the extension of
Sjoerd Mullender
2001-12-17
1
-1/+1
*
Synch with pyunit CVS:
Steve Purcell
2001-12-17
1
-4/+4
*
SF patch #493452: docstrings for staticmethod/classmethod (Skip
Guido van Rossum
2001-12-17
1
-2/+41
*
David Abrahams tried to compile this as a separate DLL under MSVC, and
Tim Peters
2001-12-17
1
-4/+21
*
Adapted for Universal Headers 3.4
Jack Jansen
2001-12-16
19
-370/+1770
*
_PyEval_SliceIndex(): explain why a NULL argument is allowed (thanks
Tim Peters
2001-12-16
1
-4/+4
*
_PyEval_SliceIndex(): Repaired the comments, and added XXX comments
Tim Peters
2001-12-16
1
-6/+11
*
Mark the mpz module deprecated as of Python 2.2.
Fred Drake
2001-12-16
1
-0/+6
*
Update the example Windows extension to 2.2 (was hardcoded to 2.1).
Tim Peters
2001-12-15
2
-11/+11
*
Update to reflect recently added markup.
Fred Drake
2001-12-15
1
-0/+9
*
SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific), from
Tim Peters
2001-12-15
2
-5/+3
*
Add a link to the mxNumber package.
Fred Drake
2001-12-15
1
-0/+5
*
Add link to the gmpy project.
Fred Drake
2001-12-15
1
-0/+8
*
Don't call resetwarnings(). Be more restrictive in what we filter out
Guido van Rossum
2001-12-15
1
-3/+1
*
SF bug #493561: incorrect format string descrobject.c (Neal Norwitz)
Guido van Rossum
2001-12-15
1
-2/+2
*
Finally CW7 allows me to replace the continually-in-need-of-updating exports ...
Jack Jansen
2001-12-15
3
-5211/+7
*
Post-release fiddling -- prep for 2.2 final.
Tim Peters
2001-12-14
4
-6/+35
*
Made event callbacks more rubust: keep an actual reference to the
Just van Rossum
2001-12-14
3
-30/+113
[next]