| Commit message (Expand) | Author | Age | Files | Lines |
* | Paul Rubin reminds me that of course a class's constructor /could/ get | Barry Warsaw | 2001-11-18 | 1 | -4/+6 |
|
|
* | a whole bunch of OSX tweaks | Just van Rossum | 2001-11-18 | 10 | -69/+105 |
|
|
* | Clarified a couple of issues for the startElement*() handlers: | Fred Drake | 2001-11-18 | 1 | -8/+18 |
|
|
* | Relatively large expansion of the docs for gc.garbage. | Tim Peters | 2001-11-18 | 1 | -5/+19 |
|
|
* | Since the MAGIC number scheme is going to break on January 1st, document | Tim Peters | 2001-11-18 | 1 | -4/+16 |
|
|
* | assert.h was not always included by Python.h; make sure we import it for | Fred Drake | 2001-11-18 | 1 | -0/+3 |
|
|
* | Exhibit good form in C code: always provide docstrings in method tables, and | Fred Drake | 2001-11-17 | 3 | -19/+25 |
|
|
* | Add omitted word for clarity. | Fred Drake | 2001-11-17 | 1 | -1/+1 |
|
|
* | Update to use more modern calling conventions; also avoid a magic number | Fred Drake | 2001-11-17 | 1 | -3/+2 |
|
|
* | Bump the version number; used to identify the Python runtime we link to. | Fred Drake | 2001-11-17 | 1 | -1/+1 |
|
|
* | Update Windows installer for 2.2c1. | Tim Peters | 2001-11-17 | 1 | -4/+4 |
|
|
* | Add skeleton for 2.2c1 news. | Tim Peters | 2001-11-17 | 1 | -0/+27 |
|
|
* | Toughen up the security warnings a bit. | Barry Warsaw | 2001-11-16 | 1 | -8/+13 |
|
|
* | Add a clarification that the email package always deals in native line | Barry Warsaw | 2001-11-16 | 1 | -1/+13 |
|
|
* | Bumping version number. | Barry Warsaw | 2001-11-16 | 1 | -2/+2 |
|
|
* | Post-release bumps. Do *NOT* merge into the 2.2b2 branch. | Fred Drake | 2001-11-16 | 2 | -3/+3 |
|
|
* | Merged in NEWS changes from the r22b2 branch. | Barry Warsaw | 2001-11-16 | 1 | -3/+57 |
|
|
* | Clean up some markup a little bit more. Make this work with the PDF format, | Fred Drake | 2001-11-16 | 1 | -43/+56 |
|
|
* | Document the urlsplit() and urlunsplit() functions. | Fred Drake | 2001-11-16 | 1 | -0/+19 |
|
|
* | Fix parsing of parameters from a URL; urlparse() did not check that it only | Fred Drake | 2001-11-16 | 1 | -34/+46 |
|
|
* | Switched a couple of sections around. | Fred Drake | 2001-11-16 | 1 | -245/+279 |
|
|
* | A few minor updates to make it clear(er) that pickle should be used | Barry Warsaw | 2001-11-15 | 1 | -2/+8 |
|
|
* | A change to sync with pickle.py: | Barry Warsaw | 2001-11-15 | 1 | -8/+0 |
|
|
* | Two changes: | Barry Warsaw | 2001-11-15 | 1 | -8/+6 |
|
|
* | A massive rewrite affecting both the pickle and cPickle module | Barry Warsaw | 2001-11-15 | 1 | -232/+610 |
|
|
* | Minor updates to add more pointers to the pickle documentation, and to | Barry Warsaw | 2001-11-15 | 1 | -1/+7 |
|
|
* | The turtle docs will be moving to another location in the Tkinter chapter. | Fred Drake | 2001-11-15 | 1 | -1/+0 |
|
|
* | Clean up the descriptions of multi-signature functions so we do the right | Fred Drake | 2001-11-15 | 1 | -15/+10 |
|
|
* | Group dict[ionary] news together; and use dict() instead of | Guido van Rossum | 2001-11-15 | 1 | -5/+4 |
|
|
* | Correct the description of mixed multiple inheritance: the code | Guido van Rossum | 2001-11-15 | 1 | -5/+3 |
|
|
* | News about mixing classic and new-style classes in MI. | Tim Peters | 2001-11-15 | 1 | -1/+14 |
|
|
* | Bump Windows buildno for 2.2b2. | Tim Peters | 2001-11-15 | 2 | -2/+4 |
|
|
* | Thanks for the Tkinter chapter, Mike! | Fred Drake | 2001-11-15 | 1 | -0/+1 |
|
|
* | Add entries for the new Tkinter chapter. | Fred Drake | 2001-11-15 | 2 | -0/+5 |
|
|
* | Tkinter chapter, contributed by Mike Clarkson. Based in part on the "Tkinter | Fred Drake | 2001-11-15 | 1 | -0/+1674 |
|
|
* | More simple test cases for mixed classic+new multiple inheritance. | Tim Peters | 2001-11-14 | 1 | -0/+35 |
|
|
* | Changing diapers reminded Guido that he wanted to allow for some measure | Tim Peters | 2001-11-14 | 2 | -37/+144 |
|
|
* | Finally commit the font changes that have been live on the development site | Fred Drake | 2001-11-14 | 1 | -2/+7 |
|
|
* | Bump release number & date. | Fred Drake | 2001-11-14 | 2 | -3/+3 |
|
|
* | Fred observes that the typo was not the only problem with this sentence. | Jeremy Hylton | 2001-11-14 | 1 | -1/+1 |
|
|
* | typo | Jeremy Hylton | 2001-11-14 | 1 | -2/+2 |
|
|
* | Don't initialize tp_type statically, it won't work on Windows. Spotted | Jack Jansen | 2001-11-14 | 1 | -1/+1 |
|
|
* | OSX tests used specific version numbers to test for new features and | Jack Jansen | 2001-11-14 | 2 | -21/+21 |
|
|
* | Removed print that executes only on Unix boxes; that made it impossible | Tim Peters | 2001-11-13 | 1 | -2/+2 |
|
|
* | CVS patch #477161: New "access" keyword for mmap, from Jay T Miller. | Tim Peters | 2001-11-13 | 5 | -145/+412 |
|
|
* | PyOS_getsig(), PyOS_setsig(): The minimal amount of work to avoid the | Barry Warsaw | 2001-11-13 | 1 | -0/+12 |
|
|
* | Don't munge __debug__ and leave it that way. | Jeremy Hylton | 2001-11-13 | 1 | -0/+2 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-11-13 | 5 | -8/+6 |
|
|
* | A specific test for bug #481221, getaddrlist() failing on long | Barry Warsaw | 2001-11-13 | 1 | -0/+8 |
|
|
* | Fix for bug #481221, getaddrlist() failing on long addresses. | Barry Warsaw | 2001-11-13 | 1 | -4/+8 |
|
|