| Commit message (Expand) | Author | Age | Files | Lines |
* | Make _strptime escape regex syntax in format string to prevent use in interna... | Brett Cannon | 2003-04-19 | 2 | -1/+24 |
|
|
* | as_string(): Added some text to the docstring to make it clear that | Barry Warsaw | 2003-04-18 | 1 | -0/+4 |
|
|
* | Added some more documentation to as_string() to make it clear that | Barry Warsaw | 2003-04-18 | 1 | -0/+14 |
|
|
* | Change email address. | Martin v. Löwis | 2003-04-18 | 7 | -8/+8 |
|
|
* | Fix spelling of cedillas. | Martin v. Löwis | 2003-04-18 | 2 | -4/+4 |
|
|
* | Correct methoddesc environments. | Martin v. Löwis | 2003-04-18 | 1 | -2/+2 |
|
|
* | Add lib/libstringprep.tex lib/libdocxmlrpc.tex. | Martin v. Löwis | 2003-04-18 | 1 | -0/+2 |
|
|
* | Patch #536883: SimpleXMLRPCServer auto-docing subclass. | Martin v. Löwis | 2003-04-18 | 5 | -0/+418 |
|
|
* | Skip nameprep test 3.43, as we do allow unassigned characters. The test | Martin v. Löwis | 2003-04-18 | 1 | -2/+4 |
|
|
* | Don't double-space the "??? new object ..." messages. | Guido van Rossum | 2003-04-18 | 1 | -1/+1 |
|
|
* | Patch #718049: Setting exe_extension for cygwin | Jason Tishler | 2003-04-18 | 1 | -0/+2 |
|
|
* | - accepted (slightly) modified version of docs for the OptionGroup | Fred Drake | 2003-04-18 | 1 | -71/+108 |
|
|
* | Patch #711835: Remove unnecessary lock operations. Will backport to 2.2. | Martin v. Löwis | 2003-04-18 | 1 | -8/+4 |
|
|
* | Patch #714957: Explain ADDMODULE MARKER. | Martin v. Löwis | 2003-04-18 | 1 | -2/+2 |
|
|
* | Implement IDNA (Internationalized Domain Names in Applications). | Martin v. Löwis | 2003-04-18 | 12 | -9/+1671 |
|
|
* | Heh -- I checked in an old version of this, at a time I documented the | Tim Peters | 2003-04-18 | 1 | -3/+1 |
|
|
* | _Py_PrintReferenceAddresses(): also print the type name. In real use | Tim Peters | 2003-04-18 | 4 | -2/+139 |
|
|
* | Delete the 'h' test -- 'h' is no longer unsigned so the machinery here | Guido van Rossum | 2003-04-18 | 1 | -16/+1 |
|
|
* | Roll back changes to 'h' format code -- too much breaks. Other | Guido van Rossum | 2003-04-18 | 1 | -5/+5 |
|
|
* | Use True in a few more places. | Neal Norwitz | 2003-04-17 | 2 | -8/+6 |
|
|
* | Oops, missed updating doc to correct version for split | Neal Norwitz | 2003-04-17 | 1 | -1/+1 |
|
|
* | Get test to work under regrtest when running whole suite | Neal Norwitz | 2003-04-17 | 1 | -1/+6 |
|
|
* | Added documentation for the handle_pi() method, based on SF patch #662464. | Fred Drake | 2003-04-17 | 1 | -1/+15 |
|
|
* | SF Feature #: 719429, Get the SSL module to build on RedHat 9. | Neal Norwitz | 2003-04-17 | 1 | -0/+4 |
|
|
* | Add test that demonstrates SGML-style handling of processing | Fred Drake | 2003-04-17 | 1 | -0/+3 |
|
|
* | - use Tue/False for booleans | Fred Drake | 2003-04-17 | 1 | -9/+8 |
|
|
* | dded missing k and K format specifiers to Py_BuildValue and friends. | Jack Jansen | 2003-04-17 | 1 | -0/+6 |
|
|
* | markup banalities | Fred Drake | 2003-04-17 | 1 | -18/+18 |
|
|
* | Implemented posix-mode parsing support in shlex.py, as dicussed in | Gustavo Niemeyer | 2003-04-17 | 4 | -47/+416 |
|
|
* | Oops, 'k' is the new format code for un unchecked 32 bit quantity, | Jack Jansen | 2003-04-17 | 2 | -6/+6 |
|
|
* | Converted manually written code to the new K format specifier. | Jack Jansen | 2003-04-17 | 3 | -8/+8 |
|
|
* | _Py_PrintReferences(): Changed to print object address at start of each | Tim Peters | 2003-04-17 | 3 | -3/+26 |
|
|
* | SF # 595026: support for masks in getargs.c. | Thomas Heller | 2003-04-17 | 7 | -27/+596 |
|
|
* | - New C API PyGC_Collect(), same as calling gc.collect(). | Guido van Rossum | 2003-04-17 | 4 | -2/+37 |
|
|
* | Changes in support of PEP 269. | Guido van Rossum | 2003-04-17 | 1 | -0/+5 |
|
|
* | A missing piece of the PEP 269 patch: add PyParser_SetError(), a | Guido van Rossum | 2003-04-17 | 1 | -0/+9 |
|
|
* | Trimmed trailing whitespace. | Tim Peters | 2003-04-17 | 1 | -10/+10 |
|
|
* | Py_Finalize(): Reverted recent changes that tried to move the | Tim Peters | 2003-04-17 | 1 | -8/+11 |
|
|
* | Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to | Guido van Rossum | 2003-04-17 | 6 | -9/+60 |
|
|
* | Remove extra space in docstring | Neal Norwitz | 2003-04-17 | 1 | -1/+1 |
|
|
* | - The repr() of a weakref object now shows the __name__ attribute of | Guido van Rossum | 2003-04-16 | 2 | -6/+18 |
|
|
* | Support UCS-4 Tcl for UCS-4 Python builds. Fixes #719880. | Martin v. Löwis | 2003-04-16 | 1 | -4/+8 |
|
|
* | Add 'get' method to Variable and switch it from internal class to | Guido van Rossum | 2003-04-16 | 1 | -1/+7 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 1 | -1/+16 |
|
|
* | Sigh. The crucial change was still missing from the previous | Guido van Rossum | 2003-04-16 | 1 | -1/+1 |
|
|
* | For StringVar results to strings. Document that boolean things are of | Martin v. Löwis | 2003-04-16 | 2 | -4/+10 |
|
|
* | - super() no longer ignores data descriptors, except __class__. See | Guido van Rossum | 2003-04-16 | 2 | -4/+14 |
|
|
* | Minor source formatting fixes. | Raymond Hettinger | 2003-04-16 | 1 | -2/+2 |
|
|
* | Mostly reformatting, splitting long lines, whitespace normalization | Barry Warsaw | 2003-04-16 | 1 | -33/+35 |
|
|
* | As discussed on python-dev, revised docs to note that | Raymond Hettinger | 2003-04-16 | 1 | -1/+8 |
|
|