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 |
2003-01-20 |
Barry Warsaw | Install email/test, email/test/data and bsddb/test... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Walter Dörwald | Port test_userdict.py to PyUnit. From SF patch #662807, |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Jack Jansen | Added a convenience routine pathname() which accepts... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Jack Jansen | Sigh, due to sloppiness on my part bgen has become... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Walter Dörwald | Port test_unicode.py to PyUnit and add tests for error |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Walter Dörwald | Combine test_b1.py and test_b2.py into test_builtin.py, |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Neal Norwitz | SF # 669553, fix memory (ref) leaks |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Raymond Hettinger | SF patch #634557: inspect.BlockFinder didn't do a good... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Raymond Hettinger | SF patch #634866: Alex Martelli's corrections to the... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Raymond Hettinger | SF patch #670367: Micro-optimizations for ceval.c |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Tim Peters | Windows flavor of floatsleep(): folded long lines... |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Tim Peters | SF patch 670194: Performance enhancement for _strptime.py. |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Raymond Hettinger | SF bug #668906: class browser raises AttributeError |
commit | commitdiff | tree | snapshot |
2003-01-19 |
Raymond Hettinger | SF bug #670229: doc improvement for cStringIO.h |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Raymond Hettinger | SF patch #670423: Add missing identity tests to operator.c |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Raymond Hettinger | SF bug #668906: class browser raises AttributeError |
commit | commitdiff | tree | snapshot |
2003-01-18 |
Tim Peters | SF patch 670012: Compatibility changes for _strptime.py. |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Jack Jansen | Fixed the first two bugs in the new file dialogs (found... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Jack Jansen | It turns out that some calls return AEDesc records... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Fred Drake | Various markup changes. |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Fred Drake | Fix a couple of markup errors. |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Tim Peters | CVS patch 669645: wininst.exe missing in Windows insta... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Fred Drake | Clean up some files that LaTeX2HTML drops in the HTML... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Tim Peters | When time.localtime() is passed a tick count the platfo... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Just van Rossum | make sure src exists before creating a symlink |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Raymond Hettinger | * Migrate sample distribution test from random.py to... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Raymond Hettinger | Correct typos in example code. |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Jack Jansen | For reasons unknown previewProc and filterProc were... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Jack Jansen | Added methods AskFileForOpen(), AskFileForSave() and... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Gregory P.... | bugfix: do not double-close DB cursor during deallocati... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Gregory P.... | bugfix: allow the module to work with python compiled... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Gregory P.... | bugfix: disallow use of DB_TXN after commit() or abort... |
commit | commitdiff | tree | snapshot |
2003-01-17 |
Kurt B. Kaiser | Patch 611069 (Christos Georgiou) IDLE TODO:left/right... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Kurt B. Kaiser | SF Bug 667812: Some Linux distros have Alt and Meta... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Michael W.... | A. Lloyd Flanagan pointed out a spelling error on c... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Raymond Hettinger | Let test_random cover the endpoints. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Raymond Hettinger | Test optional slice arguments. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Raymond Hettinger | Added doctest for examples in the library reference. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Raymond Hettinger | Convert to unittest format so that more tests can be... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Patch #662454: import a.b as c is ok, fixes #660811. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Properly find and install icons even if calling setup... |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Catch IOErrors. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Martin v. Löwis | Support copying booleans. Fixes #668925. |
commit | commitdiff | tree | snapshot |
2003-01-16 |
Mark Hammond | This test previously failed when run from the 'test... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | On Mac OS X calling setlocale will raise locale.Error... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Mark Hammond | Correct docstring for SetValueEx() |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | Checking in Brett Cannon's patch #662053, which fixes... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | Added ismount(). |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Jack Jansen | Implemented FSCatalogInfo structure support, and used... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Skip Montanaro | reference the os module and the lock flags in the os... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Raymond Hettinger | * Add test for __cmp__() |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Neil Schemenauer | Remove misleading advice. VERSION was not intended... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Raymond Hettinger | Document that __cmp__() is not defined for sets. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Martin v. Löwis | Gyro Func for patch #661719. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Martin v. Löwis | Patch #661719: Expose compilation errors as exceptions... |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Martin v. Löwis | Patch #473586: Implement CGIXMLRPCRequestHandler. |
commit | commitdiff | tree | snapshot |
2003-01-15 |
Raymond Hettinger | SF patch #664192 bug #661913: inconsistent error messag... |
commit | commitdiff | tree | snapshot |
2003-01-14 |
Mark Hammond | Fix [ 665014 ] files with long lines and an encoding... |
commit | commitdiff | tree | snapshot |
next |