2002-11-20 |
Jack Jansen | Minimal instructions on building a MacPython-OSX addon... |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Jack Jansen | Build PythonLauncher for MacPython-OSX 2.2 as well. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Jack Jansen | This file is now generated dynamically. |
commit | commitdiff | tree | snapshot |
2002-11-20 |
Andrew M. Kuchling | Add change to int() and OverflowError |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Just van Rossum | removed a redundant .strip(); made a doc string more... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Just van Rossum | No need to import __builtin__, spotted by Skip. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Just van Rossum | Pure Python implementation of a plist generator/parser. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Document additional error handling names available... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Add missing documentation for the PEP 293 functionality to |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Fix typo. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Walter Dörwald | Change int() so that passing a string, unicode, float... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Replace bsddb3 and _db occurrences. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Importing test suite from bsddb3 3.4.0 (with modificati... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Tim Peters | Renamed Wise vrbl from _TCLMINOR_ to _TCLDIR_, to remov... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Add Lib/bsddb to list of installed directories |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Add comment to Distutil files about requiring 1.5.2... |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Use \ulink instead of \citetitle; bump version number |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Andrew M. Kuchling | Add PyBSDDB update |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Don't try to use unsupported DB versions. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Document PyBSDDB import. |
commit | commitdiff | tree | snapshot |
2002-11-19 |
Martin v. Löwis | Import PyBSDDB 3.4.0. Rename historical wrapper to... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Guido van Rossum | Comment on PyNumber_Check(). |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Note that PyNumber_Check() returns true for string... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Add __mod__ method to UserString. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | check for str.__mod__ |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | check for unicode.__mod__ |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Add nb_remainder (i.e. __mod__) slot to unicode type... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Add nb_remainder (i.e. __mod__) slot to str type. ... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Improve exception message raised by PyFloat_AsDouble... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | str and unicode objects now have a __mod__ slot so... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Neil Schemenauer | Don't use PyNumber_Float() since it's is nearly useless... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Jack Jansen | Another workaround, to find the IDE directory when... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Jack Jansen | Define PyDoc_STR if it isn't defined. This makes these... |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Jack Jansen | Build waste, _Help and _Scrap too. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Raymond Hettinger | Improve comments. Clarify docs. |
commit | commitdiff | tree | snapshot |
2002-11-18 |
Raymond Hettinger | Improve DictMixin. |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Eric S. Raymond | Guard against error if .netrc is missing. |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Neil Schemenauer | Remove _Py_ResetReferences. Fixes bug #529750 "Circula... |
commit | commitdiff | tree | snapshot |
2002-11-17 |
Skip Montanaro | correct typo detected by Lee Hansen |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Fred Drake | Better note that str.zfill() was added in 2.2.2 as... |
commit | commitdiff | tree | snapshot |
2002-11-16 |
Fred Drake | Document that a minor feature was added in 2.2.2. ;-( |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Neal Norwitz | SF Patch #638825 |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Neal Norwitz | SF Patch #638825 logging module |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Neal Norwitz | SF 639138, Ref. calendar module in time docs by John... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Fred Drake | Minor markup nits. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Fred Drake | Fix stupid typo. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Thomas Heller | Document the available command line flags for bdist_win... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Thomas Heller | Correct typo: the option is 'formats' not 'format'. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Tim Peters | Style guide reformats. I saw this test fail on a very... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Fred Drake | Squash an enormous number of warnings reported when... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Fred Drake | Fix critical markup errors. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Tim Peters | Repaired typos in the Tcl/Tk compilation instructions... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Fred Drake | Minor revisions to clarify the status of xreadlines... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Andrew M. Kuchling | Fix minor nits |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Andrew M. Kuchling | Mention that the MRO algorithm changes in 2.3 |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Andrew M. Kuchling | Mention change in MRO |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Guido van Rossum | Add Optik news. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Raymond Hettinger | SF patch #520382: Expand shelve.py to have a full... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Martin v. Löwis | Explain what to do in case of missing shared libraries... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Raymond Hettinger | SF patch #520382: Expand shelve.py to have a full... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Andrew M. Kuchling | Draft a section on modifying Python's path. I'm not... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Jack Jansen | First stab at a Makefile that will create a MacPython... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Jack Jansen | Go from filename to FSSpec via FSRefs, to work around... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Jack Jansen | Make the Resources directory if needed. |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Jack Jansen | Python 2.2 as installed by Apple has a version of _Res... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Jack Jansen | Added a hack so we can build applets with a MacPython... |
commit | commitdiff | tree | snapshot |
2002-11-15 |
Jack Jansen | A script to run applets. Originally by Just, slightly... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | Add section on Optik |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Tim Peters | Windows blurb about new Tcl/Tk release shipped on Windows. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Tim Peters | Windows changes to move from Tcl/Tk 8.3.2 to 8.4.1... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Tim Peters | Repaired illegal syntax most compilers probably let... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | Finish up the logging section |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Guido van Rossum | Checking in Greg Ward's Optik, as optparse.py. This... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Guido van Rossum | Fix or disable some tests that were affected by the... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Guido van Rossum | Use the new C3 MRO algorithm, implemented by Samuele... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Thomas Heller | Enhancement for ModuleFinder, it can now handle _xmlplu... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Tim Peters | This uses only one temp file at a time, so use test_sup... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | Add partial section on the logging package; not finishe... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Guido van Rossum | From SF patch 638299 [by Vinaj]: fileConfig() now takes... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Neal Norwitz | Fix SF # 638126, logging module not installed |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Skip Montanaro | add liblogging |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Skip Montanaro | initial rough cut at documentation of logging module... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Neal Norwitz | Update the docstring to match the code. Will backport. |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Neal Norwitz | Sync tixwidgets from Mike Clarkson, a maintainer |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Neal Norwitz | Sync Tix from Mike Clarkson, a maintainer |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | Remove 'created by' lines; people can use CVS for this... |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Neal Norwitz | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | Fix docstring typo; remove 'created' line |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | [Bug #550364] Use sysconfig.get_python_version() |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | [Bug #550364] Add get_python_version() |
commit | commitdiff | tree | snapshot |
2002-11-14 |
Andrew M. Kuchling | [Bug #599248] ext module generation problem |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Eric S. Raymond | Make nntplib aware of ~/.netrc credentials; now they... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Jeremy Hylton | Add some simple tests of the persistence hooks. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Jeremy Hylton | Remove inst_persistent_id() WANNI (we ain't never neede... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Jeremy Hylton | remove debugging print |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Guido van Rossum | Tim wins a bet. Don't use re. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Andrew M. Kuchling | Allow unknown keyword arguments to the Extension class... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Jeremy Hylton | Add getstate and setstate implementation to concrete... |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | Integrate updates to the GNU info conversion. |
commit | commitdiff | tree | snapshot |
2002-11-13 |
Fred Drake | - Committing the modified signature lines I've been... |
commit | commitdiff | tree | snapshot |
next |