| 2001-12-28 |
Fred Drake | Added index entries similar to some recommended by... |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Make this do the right thing with entries which start... |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Added some missing index entries, noted by L. Peter... |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Fixed up some index entries. |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Elaborate the descriptions for onecmd(), precmd(),... |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Fix wrongly-named formal parameters in three places... |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Close an improperly-closed verbatim environment. |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Merge names added on the trunk (contributions are being... |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
Fred Drake | Bump version info for maintenance branch. |
commit | commitdiff | tree | snapshot |
| 2001-12-28 |
cvs2svn | This commit was manufactured by cvs2svn to create branch |
commit | commitdiff | tree | snapshot |
| 2001-12-21 |
Andrew M. Kuchling | 1.00 at last! |
commit | commitdiff | tree | snapshot |
| 2001-12-21 |
Fred Drake | Add a reference to the signal module to the os.kill... |
commit | commitdiff | tree | snapshot |
| 2001-12-21 |
Fred Drake | Fix typo in httplib example. |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Fred Drake | Fix up some examples in the tutorial so we don't contra... |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Jack Jansen | Applying r22c1 branch mods back to the trunk. |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Fred Drake | Fix the availability statement for the spawn*() functio... |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Fred Drake | Re-commit Ping's patch to the cgi and cgitb documentati... |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Barry Warsaw | test_parseaddr_empty(): New test for assuring that |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Andrew M. Kuchling | Update the documentation links |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Andrew M. Kuchling | Use the final patch/bug numbers |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Guido van Rossum | ZZZ. |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Guido van Rossum | SF patch #495358 (Artur Zaprzala): rfc822.AddressList... |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Guido van Rossum | Another contributor. |
commit | commitdiff | tree | snapshot |
| 2001-12-20 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Michael W.... | Apparently it's Cygwin with a capital C. |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Fredrik Lundh | partial merge with current pythonware codebase: |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Neal Norwitz | Fix a typo |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Michael W.... | More cygwin news. This section is getting a bit long... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Tim Peters | SF bug #495021: Crash calling os.stat with a trailing... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Guido van Rossum | Add test for pickling new-style class with custom metac... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Guido van Rossum | Fix for SF bug #494904: Cannot pickle a class with... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Guido van Rossum | save(): Fix for SF bug #494904: Cannot pickle a class... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Guido van Rossum | Pickler.save(): Fix for SF bug #494904: Cannot pickle... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Fred Drake | Add some additional tests that check more proxy behaviors. |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Fred Drake | proxy_compare(): Make sure that we unwrap both objects... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Fred Drake | Fix the test control support for the pickle & cPickle... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Guido van Rossum | The test using class initarg failed, because it was... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Fred Drake | Make the module docstring agree with reality: the modul... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Jack Jansen | When running regen for the plat directories we should... |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Tim Peters | SF bug #494738: binascii_b2a_base64 overwrites memory. |
commit | commitdiff | tree | snapshot |
| 2001-12-19 |
Tim Peters | SF bug #494668: PUSH() should assert-fail on overflow. |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Tim Peters | TemporaryFileWrapper: fixed typo in new comment. |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Martin v. Löwis | Patch #494384: Disable more Unicode API if Unicode... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Tim Peters | TemporaryFileWrapper: cache the value of os.unlink... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Guido van Rossum | Move the helper class _closedsocket *into* the _socketo... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Thomas Heller | Recreated after source changes. |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Just van Rossum | Moved a bunch of routines from "blacklisted" to "grayli... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Thomas Heller | Second part of fix for bug [#483982] Python 2.2b2 bdist... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Fred Drake | Add entry for the pydoc documentation. |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Fred Drake | Add documentation for the pydoc module; contributed... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Fred Drake | Add documentation for the help() built-in; contributed... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Fred Drake | Merge in Ping's changes to the cgitb documentation... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Jack Jansen | Small change to allow for generation of QuickTime modul... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Jack Jansen | Updated to Universal Headers 3.4 |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Just van Rossum | Added missing docstring |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Just van Rossum | Added support for tab controls and initial (incomplete... |
commit | commitdiff | tree | snapshot |
| 2001-12-18 |
Just van Rossum | Patch #494553 by Donovan Preston: initial implementation |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Tim Peters | initxxsubtype(): Add a comment to make the magic clear... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Guido van Rossum | Use PyType_Ready() for initialization of the ob_type... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Guido van Rossum | Update comments about mpz, pointing to gmpy and mxNumbe... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Guido van Rossum | - PyType_Ready(): Initialize the ob_type field to ... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Guido van Rossum | Don't use Latex \code{...} in docstrings. |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Barry Warsaw | Get rid of the stupid backslash in front of the column... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Jack Jansen | There's a new include file AEInteraction.h which contai... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Jack Jansen | TickCount moved to a different header file. We manually... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Sjoerd Mullender | Portability fix: Not every compiler implements the... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Steve Purcell | Synch with pyunit CVS: |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Guido van Rossum | SF patch #493452: docstrings for staticmethod/classmeth... |
commit | commitdiff | tree | snapshot |
| 2001-12-17 |
Tim Peters | David Abrahams tried to compile this as a separate... |
commit | commitdiff | tree | snapshot |
| 2001-12-16 |
Jack Jansen | Adapted for Universal Headers 3.4 |
commit | commitdiff | tree | snapshot |
| 2001-12-16 |
Tim Peters | _PyEval_SliceIndex(): explain why a NULL argument... |
commit | commitdiff | tree | snapshot |
| 2001-12-16 |
Tim Peters | _PyEval_SliceIndex(): Repaired the comments, and added... |
commit | commitdiff | tree | snapshot |
| 2001-12-16 |
Fred Drake | Mark the mpz module deprecated as of Python 2.2. |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Tim Peters | Update the example Windows extension to 2.2 (was hardco... |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Fred Drake | Update to reflect recently added markup. |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Tim Peters | SF patch 493739 2 Bugfixes for 2.2c1 (RISC OS specific... |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Fred Drake | Add a link to the mxNumber package. |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Fred Drake | Add link to the gmpy project. |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Guido van Rossum | Don't call resetwarnings(). Be more restrictive in... |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Guido van Rossum | SF bug #493561: incorrect format string descrobject... |
commit | commitdiff | tree | snapshot |
| 2001-12-15 |
Jack Jansen | Finally CW7 allows me to replace the continually-in... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Tim Peters | Post-release fiddling -- prep for 2.2 final. |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Just van Rossum | Made event callbacks more rubust: keep an actual refere... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | Quick patch to allow building with Universal Headers... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | The import of the scanner can also fail, cater for... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | We have strdup(), but not its prototype:-( |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | Use getcwd(), not silly old getwd(). |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Fred Drake | Update to use the notice environment so a multi-paragra... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | Updated for CW7 |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Fred Drake | Update information about __del__() & reference cycles... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | Updated to CodeWarrior Pro 7. |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Fred Drake | Add a new environment for whole-paragraph (or longer... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | Many of the new calls are Carbon-only. Flagged them... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Jack Jansen | Added test_socketserver and test_unicode_file to tests... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Fred Drake | Add a missing "cycle". |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Barry Warsaw | Merge last minute 2.2c1 changes from branch to trunk. |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Barry Warsaw | send(), ehlo(): Integrate patch #487310 by Fazal Majid... |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Barry Warsaw | As usual, bump the version number. |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Fred Drake | Note the tighter complex() parameter checking. |
commit | commitdiff | tree | snapshot |
| 2001-12-14 |
Fred Drake | Work around the problem of spaces after a "}" being... |
commit | commitdiff | tree | snapshot |
| next |