| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix of SF bug #475877 (Mutable subtype instances are hashable). | Guido van Rossum | 2001-12-03 | 3 | -3/+41 |
|
|
* | _tryorder should always be a list, then the problem Jack had to fix in | Guido van Rossum | 2001-12-03 | 1 | -5/+4 |
|
|
* | New about super. | Guido van Rossum | 2001-12-03 | 1 | -0/+15 |
|
|
* | Missing comma in tuple initializer caused webbrowser.open() not to work at | Jack Jansen | 2001-12-03 | 1 | -1/+1 |
|
|
* | Address SF patch #480716 as well as related issues. | Guido van Rossum | 2001-12-03 | 2 | -18/+87 |
|
|
* | Add Greg Chapman. | Guido van Rossum | 2001-12-03 | 1 | -0/+1 |
|
|
* | Add more inline documentation, as contributed in #487906. | Martin v. Löwis | 2001-12-03 | 1 | -3/+8 |
|
|
* | Clean up some material that is not part of the standard documentation. | Fred Drake | 2001-12-03 | 1 | -43/+7 |
|
|
* | PyString_FromFormatV, string_repr: document why these use sprintf | Tim Peters | 2001-12-03 | 1 | -5/+16 |
|
|
* | Fix for SF bug #485678. | Guido van Rossum | 2001-12-03 | 1 | -0/+6 |
|
|
* | mysnprintf.c: Massive rewrite of PyOS_snprintf and PyOS_vsnprintf, to | Tim Peters | 2001-12-03 | 4 | -94/+78 |
|
|
* | further work on new configuration system, specifically, | Steven M. Gava | 2001-12-03 | 3 | -66/+110 |
|
|
* | A system() lookalike that sends commands to ToolServer, by Daniel Brotsky. Th... | Jack Jansen | 2001-12-03 | 1 | -0/+67 |
|
|
* | Fix for SF bug #485678. | Guido van Rossum | 2001-12-03 | 1 | -1/+1 |
|
|
* | Changed logic for finding python home in Mac OS X framework Pythons. | Jack Jansen | 2001-12-02 | 1 | -47/+45 |
|
|
* | Added tests expected to be skipped on Mac OS X. | Jack Jansen | 2001-12-02 | 1 | -0/+21 |
|
|
* | Check for NULL return value of PyList_New (follow-up to patch #486743). | Martin v. Löwis | 2001-12-02 | 1 | -0/+3 |
|
|
* | Patch 487906: update inline docs. | Martin v. Löwis | 2001-12-02 | 1 | -13/+21 |
|
|
* | Another name. | Fred Drake | 2001-12-02 | 1 | -0/+1 |
|
|
* | Add reference to the "String Methods" section to make that information | Fred Drake | 2001-12-02 | 1 | -0/+3 |
|
|
* | Patch #487784: Support Unicode commands in popen3/4 handling on UNIX. | Martin v. Löwis | 2001-12-02 | 1 | -1/+2 |
|
|
* | Compute thread headers through shell expansion in configure. | Martin v. Löwis | 2001-12-02 | 3 | -3/+18 |
|
|
* | Patch #481718: Time module doc string changes. | Martin v. Löwis | 2001-12-02 | 1 | -2/+4 |
|
|
* | Patch #487275: windows-1251 charset alias. | Martin v. Löwis | 2001-12-02 | 1 | -0/+2 |
|
|
* | Patch #487275: Add windows-1251 charset alias. | Martin v. Löwis | 2001-12-02 | 1 | -0/+1 |
|
|
* | Patch #486743: remove bad INCREF, propagate exception in append_objects. | Martin v. Löwis | 2001-12-02 | 1 | -6/+11 |
|
|
* | Patch #487455: make types.StringTypes a tuple. | Martin v. Löwis | 2001-12-02 | 1 | -2/+2 |
|
|
* | Remove INET6 define. Use ENABLE_IPV6 instead. | Martin v. Löwis | 2001-12-02 | 5 | -248/+236 |
|
|
* | mywrite(): The test for trouble in PyOS_vsnprintf was wrong on both | Tim Peters | 2001-12-02 | 1 | -3/+10 |
|
|
* | When the number of bytes written to the malloc'ed buffer is larger | Guido van Rossum | 2001-12-01 | 1 | -5/+5 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-12-01 | 1 | -1/+0 |
|
|
* | SF bug #487743: test_builtin fails on 64 bit platform. | Tim Peters | 2001-12-01 | 1 | -1/+1 |
|
|
* | Synchronize with pulldom from PyXML (revision 1.18). | Fred Drake | 2001-11-30 | 1 | -2/+24 |
|
|
* | Synchronize with minidom from PyXML (revision 1.35). | Fred Drake | 2001-11-30 | 1 | -5/+5 |
|
|
* | Drop xmllib in favor of SAX. | Fred Drake | 2001-11-30 | 1 | -21/+30 |
|
|
* | Add a couple of entries to the whitespace-cleanups table. | Fred Drake | 2001-11-30 | 1 | -0/+2 |
|
|
* | Add description of tkCommonDialog. | Fred Drake | 2001-11-30 | 1 | -0/+1 |
|
|
* | Added two new conversion specifications. | Fred Drake | 2001-11-30 | 1 | -0/+7 |
|
|
* | Change the chapter title to reflect the Tk affinity. | Fred Drake | 2001-11-30 | 1 | -5/+5 |
|
|
* | Add a new environment in the Python docs markup: seealso*. This is similar | Fred Drake | 2001-11-30 | 3 | -11/+41 |
|
|
* | Minor adjustments to markup for the getDOMImplementation() description. | Fred Drake | 2001-11-30 | 1 | -10/+13 |
|
|
* | Added the convenience constants that are present in PyXML to make these | Fred Drake | 2001-11-30 | 2 | -0/+41 |
|
|
* | Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the | Jack Jansen | 2001-11-30 | 53 | -300/+1815 |
|
|
* | unicodedata_decomposition(): sprintf -> PyOS_snprintf. | Tim Peters | 2001-11-30 | 1 | -2/+4 |
|
|
* | Updated documentation for the new httplib interface, by Kalle Svensson. | Fred Drake | 2001-11-30 | 2 | -79/+140 |
|
|
* | Update the signature of PyFile_WriteString(). | Fred Drake | 2001-11-29 | 2 | -2/+2 |
|
|
* | More information about Tix support, contributed by Mike Clarkson. | Fred Drake | 2001-11-29 | 1 | -0/+101 |
|
|
* | Various cleanups & markup fixes, mostly relating to the stat and statvfs | Fred Drake | 2001-11-29 | 1 | -38/+77 |
|
|
* | Neil Schemenauer suggested a small improvement to one of the example REs. | Fred Drake | 2001-11-29 | 1 | -1/+1 |
|
|
* | writeline() --> writelines() | Fred Drake | 2001-11-29 | 1 | -1/+1 |
|
|