| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Committing the second part of patch #480902, an improved test suite | Barry Warsaw | 2001-11-13 | 1 | -31/+66 |
|
|
* | new_code(): The last patch to this left behind an unreferenced local; | Tim Peters | 2001-11-13 | 1 | -1/+0 |
|
|
* | Add tests for bug #478115, parsedate_tz() IndexError when a Date: | Barry Warsaw | 2001-11-13 | 2 | -0/+11 |
|
|
* | parsedate_tz(): If data is false, return None. Fixes bug #478115, | Barry Warsaw | 2001-11-13 | 1 | -0/+2 |
|
|
* | load_string(): Force use of unsigned compare in a context that was | Tim Peters | 2001-11-12 | 1 | -6/+8 |
|
|
* | OSX notes: | Jack Jansen | 2001-11-12 | 1 | -5/+10 |
|
|
* | No need to preprocess the header files - use ctags -I flag instead to | Thomas Heller | 2001-11-12 | 1 | -27/+15 |
|
|
* | Fix obvious typos. | Thomas Heller | 2001-11-12 | 1 | -3/+3 |
|
|
* | Limit string size on one-character-strings. Fixes #480384. | Martin v. Löwis | 2001-11-11 | 1 | -2/+2 |
|
|
* | Patch in bug report #477700: Fix memory leaks in gdbm & curses. | Martin v. Löwis | 2001-11-11 | 2 | -3/+5 |
|
|
* | Patch #473002: Update Demo/tix tixwidgets.py et al. | Martin v. Löwis | 2001-11-11 | 7 | -154/+542 |
|
|
* | Add the MSL C library to the set of standard libraries | Jack Jansen | 2001-11-10 | 2 | -1/+37 |
|
|
* | The libraries argument was completely ignored, fixed. Reported by | Jack Jansen | 2001-11-10 | 1 | -1/+2 |
|
|
* | Patch #473265: UpdatePairedHandlers nonsensical. | Martin v. Löwis | 2001-11-10 | 1 | -3/+3 |
|
|
* | Merge 1.42 from PyXML: Flag errors resulting from argument conversion problems. | Martin v. Löwis | 2001-11-10 | 1 | -2/+1 |
|
|
* | Fixed various problems with command-dot handling (some very old): | Jack Jansen | 2001-11-10 | 1 | -45/+52 |
|
|
* | Added version annotations, remove hard tabs. | Fred Drake | 2001-11-09 | 1 | -7/+11 |
|
|
* | Use PyObject_CheckReadBuffer(). | Jeremy Hylton | 2001-11-09 | 3 | -23/+5 |
|
|
* | Add PyObject_CheckReadBuffer(), which returns true if its argument | Jeremy Hylton | 2001-11-09 | 3 | -29/+83 |
|
|
* | No need to have documentation for a module which not accepted in the library. | Fred Drake | 2001-11-09 | 1 | -87/+0 |
|
|
* | Add note about assignment to __debug__ being an error. | Jeremy Hylton | 2001-11-09 | 1 | -0/+4 |
|
|
* | Include sys_getdefaultencoding in #ifdef Py_USING_UNICODE. Fixes #479571. | Martin v. Löwis | 2001-11-09 | 1 | -2/+2 |
|
|
* | open_the_file(): Explicitly set errno to 0 before calling fopen(). | Tim Peters | 2001-11-09 | 1 | -0/+1 |
|
|
* | getnameinfo() appears to raise socket.error instead of | Barry Warsaw | 2001-11-09 | 1 | -1/+1 |
|
|