| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added index entries similar to some recommended by Skip, and used the word | Fred Drake | 2001-12-28 | 1 | -8/+12 |
|
|
| * | Make this do the right thing with entries which start with the percent sign, | Fred Drake | 2001-12-28 | 1 | -30/+54 |
|
|
| * | Added some missing index entries, noted by L. Peter Deutsch. | Fred Drake | 2001-12-28 | 1 | -0/+2 |
|
|
| * | Fixed up some index entries. | Fred Drake | 2001-12-28 | 2 | -1/+4 |
|
|
| * | Elaborate the descriptions for onecmd(), precmd(), and postcmd() so they are | Fred Drake | 2001-12-28 | 1 | -9/+20 |
|
|
| * | Fix wrongly-named formal parameters in three places: begin_y was used twice | Fred Drake | 2001-12-28 | 1 | -76/+75 |
|
|
| * | Close an improperly-closed verbatim environment. | Fred Drake | 2001-12-28 | 1 | -3/+6 |
|
|
| * | Merge names added on the trunk (contributions are being merged as well). | Fred Drake | 2001-12-28 | 1 | -0/+2 |
|
|
| * | Bump version info for maintenance branch. | Fred Drake | 2001-12-28 | 2 | -4/+4 |
|
|
| * | This commit was manufactured by cvs2svn to create branch | cvs2svn | 2001-12-28 | 115 | -16996/+155 |
|
|
| * | 1.00 at last! | Andrew M. Kuchling | 2001-12-21 | 1 | -6/+29 |
|
|
| * | Add a reference to the signal module to the os.kill() description. | Fred Drake | 2001-12-21 | 1 | -1/+3 |
|
|
| * | Fix typo in httplib example. | Fred Drake | 2001-12-21 | 1 | -1/+1 |
|
|
| * | Fix up some examples in the tutorial so we don't contradict our own | Fred Drake | 2001-12-20 | 1 | -2/+2 |
|
|
| * | Applying r22c1 branch mods back to the trunk. | Jack Jansen | 2001-12-20 | 8 | -25/+57 |
|
|
| * | Fix the availability statement for the spawn*() functions to reflect the | Fred Drake | 2001-12-20 | 1 | -2/+3 |
|
|
| * | Re-commit Ping's patch to the cgi and cgitb documentation, using the | Fred Drake | 2001-12-20 | 2 | -51/+47 |
|
|
| * | test_parseaddr_empty(): New test for assuring that | Barry Warsaw | 2001-12-20 | 1 | -0/+4 |
|
|
| * | Update the documentation links | Andrew M. Kuchling | 2001-12-20 | 1 | -15/+6 |
|
|
| * | Use the final patch/bug numbers | Andrew M. Kuchling | 2001-12-20 | 1 | -2/+1 |
|
|
| * | ZZZ. | Guido van Rossum | 2001-12-20 | 1 | -0/+1 |
|
|
| * | SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address | Guido van Rossum | 2001-12-20 | 1 | -1/+1 |
|
|
| * | Another contributor. | Guido van Rossum | 2001-12-20 | 1 | -0/+1 |
|
|
| * | Whitespace normalization. | Tim Peters | 2001-12-20 | 1 | -1/+0 |
|
|
| * | Apparently it's Cygwin with a capital C. | Michael W. Hudson | 2001-12-19 | 1 | -2/+2 |
|
|
| * | partial merge with current pythonware codebase: | Fredrik Lundh | 2001-12-19 | 1 | -3/+4 |
|
|
| * | Fix a typo | Neal Norwitz | 2001-12-19 | 1 | -1/+1 |
|
|
| * | More cygwin news. This section is getting a bit long. Oh well. | Michael W. Hudson | 2001-12-19 | 1 | -25/+43 |
|
|
| * | SF bug #495021: Crash calling os.stat with a trailing backslash | Tim Peters | 2001-12-19 | 1 | -14/+20 |
|
|
| * | Add test for pickling new-style class with custom metaclass. | Guido van Rossum | 2001-12-19 | 1 | -0/+12 |
|
|
| * | Fix for SF bug #494904: Cannot pickle a class with a metaclass, | Guido van Rossum | 2001-12-19 | 1 | -0/+1 |
|
|
| * | save(): Fix for SF bug #494904: Cannot pickle a class with a | Guido van Rossum | 2001-12-19 | 1 | -0/+5 |
|
|
| * | Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a | Guido van Rossum | 2001-12-19 | 1 | -0/+4 |
|
|
| * | Add some additional tests that check more proxy behaviors. | Fred Drake | 2001-12-19 | 1 | -0/+18 |
|
|
| * | proxy_compare(): Make sure that we unwrap both objects being compared if | Fred Drake | 2001-12-19 | 1 | -6/+13 |
|
|
| * | Fix the test control support for the pickle & cPickle tests so the tests run | Fred Drake | 2001-12-19 | 2 | -8/+22 |
|
|
| * | The test using class initarg failed, because it was lacking a | Guido van Rossum | 2001-12-19 | 1 | -0/+3 |
|
|
| * | Make the module docstring agree with reality: the module prvides the | Fred Drake | 2001-12-19 | 1 | -1/+1 |
|
|
| * | When running regen for the plat directories we should use the BUILDEXT | Jack Jansen | 2001-12-19 | 1 | -1/+1 |
|
|
| * | SF bug #494738: binascii_b2a_base64 overwrites memory. | Tim Peters | 2001-12-19 | 2 | -3/+6 |
|
|
| * | SF bug #494668: PUSH() should assert-fail on overflow. | Tim Peters | 2001-12-19 | 1 | -2/+4 |
|
|
| * | TemporaryFileWrapper: fixed typo in new comment. | Tim Peters | 2001-12-18 | 1 | -1/+1 |
|
|
| * | Patch #494384: Disable more Unicode API if Unicode is not used. | Martin v. Löwis | 2001-12-18 | 1 | -0/+2 |
|
|
| * | TemporaryFileWrapper: cache the value of os.unlink for use by __del__, | Tim Peters | 2001-12-18 | 1 | -1/+8 |
|
|
| * | Move the helper class _closedsocket *into* the _socketobject class. | Guido van Rossum | 2001-12-18 | 1 | -7/+6 |
|
|
| * | Recreated after source changes. | Thomas Heller | 2001-12-18 | 1 | -284/+284 |
|
|
| * | Moved a bunch of routines from "blacklisted" to "graylisted", as they _are_ | Just van Rossum | 2001-12-18 | 2 | -10/+263 |
|
|
| * | Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst | Thomas Heller | 2001-12-18 | 1 | -3/+6 |
|
|
| * | Add entry for the pydoc documentation. | Fred Drake | 2001-12-18 | 2 | -0/+2 |
|
|
| * | Add documentation for the pydoc module; contributed by Ka-Ping Yee. | Fred Drake | 2001-12-18 | 1 | -0/+62 |
|
|