2003-01-27 |
Kurt B. Kaiser | Update for release. |
commit | commitdiff | tree | snapshot |
2003-01-27 |
Kurt B. Kaiser | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Jack Jansen | Use new file dialogs. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Jack Jansen | Fix an omission in the previous checkin. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Jack Jansen | Use new file dialogs. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Kurt B. Kaiser | Update. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Jack Jansen | Use new file dialogs. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Jack Jansen | Path to default location for Python output has changed. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Jack Jansen | FSRef and EasyDialogs pathname support was pretty much... |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Neal Norwitz | Get rid of compiler warnings on Redhat |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Neal Norwitz | amk pointed out that syslog may use UDP or TCP sockets. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Define XML_STATIC. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Add _iconv_codec to Setup.dist. Use PyModule_ functions. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Test that True can be copied. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Patch #670715: Universal Unicode Codec for POSIX iconv. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Require PyXML 0.8.2. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Merge with PyXML 1.3: |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Merge with PyXML 1.34: Correct typo. Fixes #674700. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Merge with PyXML 1.82: |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Martin v. Löwis | Undo inclusion of Python.h. Remove HAVE_MEMCPY section. |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Kurt B. Kaiser | M ScriptBinding.py |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Raymond Hettinger | Part 3 of Py2.3 update |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Neal Norwitz | SF #642974, logging SysLogHandler proto type wrong |
commit | commitdiff | tree | snapshot |
2003-01-26 |
Neal Norwitz | SF #642974, logging SysLogHandler proto type wrong |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Uncomment usage of expat_config.h |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Patch #636005: Filter unicode into unicode. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Incorporate Expat 1.95.6. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Raymond Hettinger | Part II of Python2.3 update |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Synchronize with PyXML's 1.33: Import missing modules. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Raymond Hettinger | Fix minor typos. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Merge PyXML 1.11-1.26: |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Kurt B. Kaiser | M PyShell.py |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Neal Norwitz | SF #638299, LaTeX documentation for logging package |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Raymond Hettinger | Part I of an update for Python 2.3. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Neal Norwitz | Fix markup |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Import UserDataHandler from PyXML. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Import NodeFilter from DOM2 Traversal/Range. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Merge with PyXML 1.28: |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Import from PyXML 1.10. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Merge with PyXML 1.80: |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Martin v. Löwis | Import expatbuilder, minicompat from PyXML. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Fred Drake | Include version annotation for PyObject_Call(). |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Fred Drake | Fix typo reported to python-docs. |
commit | commitdiff | tree | snapshot |
2003-01-25 |
Kurt B. Kaiser | 1. Eliminate putrequest(): only used in asynccall(... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Tim Peters | date and datetime comparison: when we don't know how to |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Neil Schemenauer | Add news about getargs change. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Neil Schemenauer | Raise a TypeError if a float is passed when an integer... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Jeremy Hylton | Raise PicklingError when __reduce__() fails, and |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Barry Warsaw | rmtree(): Make implementation agree with documentation... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Barry Warsaw | A very minimal start to a test of the shutil module. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Barry Warsaw | Fred drives and fixes a formatting nit. |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Jack Jansen | MacPython-OS9 has had an abort() function for quite... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Jack Jansen | MacPython-OS9 specific fix: If there are non-string... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Tim Peters | Bump the Windows build to use Sleepycat's 4.1.25.NC... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Guido van Rossum | Change the mode of scripts in the build/scripts* direct... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Jack Jansen | Updated the doc strings to refer to PyArg_Parse and... |
commit | commitdiff | tree | snapshot |
2003-01-24 |
Tim Peters | Updated the astimezone() proof to recover from all... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Neal Norwitz | Fix typo |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tim Peters | SF bug 660872: datetimetz constructors behave counteri... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tim Peters | Reimplemented datetime.now() to be useful. |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Jeremy Hylton | Use lightweight introspection instead of the inspect... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Jeremy Hylton | Fix for SF bug 661340: test_httplib fails on the mac. |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tim Peters | fromutc(): Repair incorrect failure return, as noted... |
commit | commitdiff | tree | snapshot |
2003-01-23 |
Tim Peters | Bringing the code and test suite into line with doc... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Skip Montanaro | add support for Python's bool type to xmlrpclib - patch... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Jack Jansen | Tweaked time conversion to work in MacPython-OS9. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Jack Jansen | Getting rid of StandardGetFile |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Raymond Hettinger | Kurt pointed out another method affected by the changes... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin v. Löwis | Convert booleans to integers in IntVar.set. Fixes ... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Martin v. Löwis | Patch #671459: Invoke import hooks in Py_NewInterpreter. |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Tim Peters | "Premature" doc changes, for new astimezone() rules... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Raymond Hettinger | SF patch #667730: More DictMixin |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Kurt B. Kaiser | Make Alt-Key-2 the Zoom Height binding for ClassBrowser... |
commit | commitdiff | tree | snapshot |
2003-01-22 |
Kurt B. Kaiser | M Bindings.py |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Added DepracationWarnings to the old Standard File... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Tuples and lists don't have a copy() method (yet?). |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Martin v. Löwis | Avoid usage of PyDoc_STR in 2.2 compatibility code. |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Guido van Rossum | Fix from Vinaj for the "writing to closed file" errors... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Guido van Rossum | ossaudiodev.c currently gives compilation errors, and... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Tim Peters | SF bug 671779: Error in tzinfo.dst() docs |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Implemented StandardGetFile and friends with the new... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Oops, this file wasn't 8-bit-clean yet. Fixed. |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Fixed typo in package name that went unnoticed because... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Spell out the arguments to AskFileForOpen and friends... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Andrew M. Kuchling | Fix example in a docstring to not use 'file' as a varia... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Use new file dialogs in GetArgv() |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Jack Jansen | Compile site-packages with -t, not -tt. |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Martin v. Löwis | Conditionalize features not found in PyXML 1.95.2. |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Martin v. Löwis | Merge with PyXML 1.71: |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Martin v. Löwis | Don't use Posix semaphores on Solaris 8. Fixes #662787. |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Kurt B. Kaiser | 1. Restore the rest of Python IDLE setup.py Rev 1.4... |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Skip Montanaro | flesh out open() docstring |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Skip Montanaro | more tweaks |
commit | commitdiff | tree | snapshot |
2003-01-21 |
Skip Montanaro | * document open() function |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Tim Peters | New rule for tzinfo subclasses handling both standard... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Tim Peters | Recursive compare machinery: The code that intended... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Jack Jansen | On MacOSX, added -prebind option to link phase for... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Just van Rossum | Fix bug #670845: cut & clear in the output window now... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Kurt B. Kaiser | ...and the old pyclbr.py faked Function instances with... |
commit | commitdiff | tree | snapshot |
2003-01-20 |
Walter Dörwald | Add comments and remove duplicate tests. |
commit | commitdiff | tree | snapshot |
next |