| Commit message (Expand) | Author | Age | Files | Lines |
* | weakref_repr(), proxy_repr(): Conversion of sprintf() to | Barry Warsaw | 2001-11-28 | 1 | -8/+11 |
|
|
* | formatfloat(), formatint(): Conversion of sprintf() to PyOS_snprintf() | Barry Warsaw | 2001-11-28 | 1 | -4/+6 |
|
|
* | structseq_new(): Conversion of sprintf() to PyOS_snprintf() for buffer | Barry Warsaw | 2001-11-28 | 1 | -1/+2 |
|
|
* | PyInt_FromString(), int_repr(), int_oct(), int_hex(): Conversion of | Barry Warsaw | 2001-11-28 | 1 | -5/+7 |
|
|
* | PyFloat_FromString(): Conversion of sprintf() to PyOS_snprintf() for | Barry Warsaw | 2001-11-28 | 1 | -2/+4 |
|
|
* | complex_to_buf(), complex_subtype_from_c_complex(): Conversion of | Barry Warsaw | 2001-11-28 | 1 | -8/+10 |
|
|
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 13 | -39/+45 |
|
|
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 1 | -15/+18 |
|
|
* | Repair a botched PyOS_snprintf conversion. | Tim Peters | 2001-11-28 | 1 | -1/+1 |
|
|
* | Use PyOS_snprintf when possible. | Jeremy Hylton | 2001-11-28 | 1 | -34/+41 |
|
|
* | sprintf -> PyOS_snprintf in some "obviously safe" cases. | Tim Peters | 2001-11-28 | 15 | -42/+61 |
|
|
* | Use PyOS_snprintf instead of sprintf. | Jeremy Hylton | 2001-11-28 | 1 | -11/+11 |
|
|
* | Checking in Zooko's version per SF patch #476866, plus my changes to | Guido van Rossum | 2001-11-28 | 1 | -395/+429 |
|
|
* | Removed preprocessor gimmick trying to force use of snprintf emulation | Tim Peters | 2001-11-28 | 1 | -8/+6 |
|
|
* | Fix SF bug [ #476852 ] Some bad macros in abstract.h | Jeremy Hylton | 2001-11-28 | 1 | -2/+2 |
|
|
* | Adding test for Unicode repr()-output. | Marc-André Lemburg | 2001-11-28 | 1 | -0/+15 |
|
|
* | Fix for bug #485951: repr diff between string and unicode. | Marc-André Lemburg | 2001-11-28 | 1 | -1/+1 |
|
|
* | Fixes for possible buffer overflows in sprintf() usages. | Marc-André Lemburg | 2001-11-28 | 8 | -22/+17 |
|
|
* | Re-arrange the modules in the "Internet Data Handling" chapter to try to | Fred Drake | 2001-11-28 | 1 | -9/+15 |
|
|
* | Clarify that on some systems, lockf() using LOCK_EX requires that the file | Fred Drake | 2001-11-28 | 1 | -4/+9 |
|
|
* | Add synopsis for the SimpleXMLRPCServer module; used in the chapter-level | Fred Drake | 2001-11-28 | 1 | -0/+1 |
|
|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 40 | -187/+187 |
|
|
* | __format(): Applied SF patch #482003 by Skip to fix multiline dict | Barry Warsaw | 2001-11-28 | 2 | -1/+20 |
|
|
* | Fix docstring typo | Andrew M. Kuchling | 2001-11-28 | 1 | -1/+1 |
|
|
* | Fix [ #484645 ] little bug in pycodegen.py | Jeremy Hylton | 2001-11-27 | 1 | -1/+1 |
|
|
* | SF bug #483469: crash on unbounded recursion in __del__. | Tim Peters | 2001-11-27 | 1 | -0/+8 |
|
|
* | SF bug 485175: buffer overflow in traceback.c. | Tim Peters | 2001-11-27 | 2 | -3/+4 |
|
|
* | test_formatdate(): Integrating Jack's 22b2 branch fix for Mac epoch: | Barry Warsaw | 2001-11-27 | 1 | -3/+4 |
|
|
* | Typo, spotted by Fredrik Lundh. | Fred Drake | 2001-11-26 | 1 | -1/+1 |
|
|
* | Typo, spotted by Detlef Lannert. | Fred Drake | 2001-11-26 | 1 | -1/+1 |
|
|
* | Tk-related modules should no longer be listed here. | Fred Drake | 2001-11-26 | 1 | -13/+0 |
|
|
* | Fix typo, extra markup constructs. | Fred Drake | 2001-11-26 | 1 | -6/+6 |
|
|
* | Add documentation for the PyCell* APIs. | Fred Drake | 2001-11-26 | 2 | -0/+67 |
|
|
* | Correctly create new-style classes in the examples | Andrew M. Kuchling | 2001-11-26 | 1 | -7/+13 |
|
|
* | SF patch 483059: Avoid use of eval() in random.py, from Finn Bock. | Tim Peters | 2001-11-25 | 1 | -6/+5 |
|
|
* | Properly set static options for tixBalloon and tixResizeHandle. | Martin v. Löwis | 2001-11-25 | 4 | -52/+214 |
|
|
* | Patch #484847: Default to netscape.exe on OS/2. | Martin v. Löwis | 2001-11-25 | 2 | -0/+12 |
|
|
* | - Change all remaining assertions into verify() and vereq() calls. | Guido van Rossum | 2001-11-24 | 1 | -14/+42 |
|
|
* | _reduce(): | Guido van Rossum | 2001-11-24 | 1 | -3/+8 |
|
|
* | PyObject_GetItem(), PyObject_SetItem(), PyObject_DelItem(): Fix a few | Guido van Rossum | 2001-11-24 | 1 | -5/+10 |
|
|
* | More typo fixes. | Barry Warsaw | 2001-11-24 | 1 | -2/+2 |
|
|
* | Docstring typo fix. | Greg Ward | 2001-11-24 | 2 | -2/+2 |
|
|
* | Add hotshot to LIBSUBDIRS. Fixes #484642. | Martin v. Löwis | 2001-11-24 | 1 | -1/+1 |
|
|
* | Correct typo. Fixes #484611. | Martin v. Löwis | 2001-11-24 | 1 | -1/+1 |
|
|
* | Support bsddb 3.2. Fixes #483653. | Martin v. Löwis | 2001-11-24 | 1 | -1/+3 |
|
|
* | Rename get_referents to get_referrers. Fixes #483815. | Martin v. Löwis | 2001-11-24 | 3 | -12/+23 |
|
|
* | fix for redundant empty parent window when invoked from idle shell window | Steven M. Gava | 2001-11-21 | 1 | -5/+3 |
|
|
* | back in harness on new config system | Steven M. Gava | 2001-11-21 | 4 | -34/+53 |
|
|
* | Fix for bug #438164: %-formatting using Unicode objects. | Marc-André Lemburg | 2001-11-20 | 2 | -4/+5 |
|
|
* | Fix for bug #480188: printing unicode objects | Marc-André Lemburg | 2001-11-20 | 3 | -3/+39 |
|
|