2002-09-03 |
Skip Montanaro | missed this one on the previous multi-file checkin... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Add a custom __str__ method to KeyError that applies... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | Bump default check interval to 100 instructions. Compu... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | replace thread state objects' ticker and checkinterval... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Jeremy Hylton | SF bug [ 600488 ] Robustness tweak to httplib.py |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | testConnectTimeout(): set the timeout to a smaller... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Update the module doc comment. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | (Most of) SF patch 601369 (Christos Georgiou): obmalloc... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Guido van Rossum | Fix for SF bug 601077 by Zack Weinberg. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Tim Peters | Removed reliance on gcc/C99 extension. |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Walter Dörwald | Check whether a string resize is necessary at the end |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Skip Montanaro | expose PYTHON_API_VERSION macro as sys.api_version... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Martin v. Löwis | Ignore encoding declarations inside strings. Fixes... |
commit | commitdiff | tree | snapshot |
2002-09-03 |
Andrew M. Kuchling | Add reminder about PEP293 |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Kurt B. Kaiser | (Re)Apply Sourceforge Python patch 520483, Sourceforge... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | Check string for NULL before using it to format the... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | Removed bogus PyUnicodeTranslateError_GetEncoding, as |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | Limit the length of attribute names in exception messages |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Fred Drake | Minor change for symmetry with PyXML: PyDoc_STR should... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Walter Dörwald | PEP 293 implemention (from SF patch http://www.python... |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Jack Jansen | Generate pythonw.sh on the fly. |
commit | commitdiff | tree | snapshot |
2002-09-02 |
Jack Jansen | Pass -x badsyntax to compileall. |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Barry Warsaw | _structure(): Use .get_content_type() |
commit | commitdiff | tree | snapshot |
2002-09-01 |
Guido van Rossum | SF bug 601775 - some int results that should be bool. |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Raymond Hettinger | Added comparison functions to dict proxies. |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Guido van Rossum | Because MWH changed the bytecode again, moved the magic... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Jack Jansen | Implemented the Help menu. The Python manual can be... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Jack Jansen | If there's an environment variable PYTHONIDEPATH it... |
commit | commitdiff | tree | snapshot |
2002-08-31 |
Jack Jansen | MenuID's are signed. |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Jack Jansen | Typecode for AHTOCType was wrong. Fixed. |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Jack Jansen | Initialize self._helpmenu earlier, so we can use gethel... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Jack Jansen | Fix for Jaguar: use ln for installing symlinks, install... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Michael W.... | Further SET_LINENO reomval fixes. See comments in... |
commit | commitdiff | tree | snapshot |
2002-08-30 |
Jack Jansen | On Jaguar the default mode for files in the installed... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Jack Jansen | Added support for the help menu. Application.gethelpmen... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Jack Jansen | Revived the Carbon.Help module, but implementing the... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Neal Norwitz | SF #561244: micro optimizations, builtins cannot be... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Jack Jansen | Don't copy the documentation when using Python.app... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Barry Warsaw | Many hopefully benign style clean ups. Still passes... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Barry Warsaw | strptime(): The code that was adding 12 to PM hours... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Barry Warsaw | The test I saw failing this morning just happened to... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Raymond Hettinger | Sped _update(). |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Guido van Rossum | Undo Barry's change. This file is not imported, it... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Guido van Rossum | Suppress warnings when byte-compiling the installed... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Guido van Rossum | Restore the hex/oct constant tests that Barry commented... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Raymond Hettinger | complex() was the only numeric constructor that created... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Barry Warsaw | Fixed three exceptions in the Plain integers test,... |
commit | commitdiff | tree | snapshot |
2002-08-29 |
Barry Warsaw | The test_tokenize output has changed slightly, by the... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jack Jansen | Distutils-based script by Bill Fancher to download... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jack Jansen | - Install a symlink to the documentation (which lives... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jack Jansen | Distutils-based script by Bill Fancher to download... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jack Jansen | This file never made it to the repository, somehow. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jack Jansen | These were regenerated some time ago (with ascii chars... |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Jack Jansen | Interface to Apple Help Viewer. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Barry Warsaw | Quite down some FutureWarnings. |
commit | commitdiff | tree | snapshot |
2002-08-28 |
Skip Montanaro | add warning about exception messages |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Raymond Hettinger | Note change in behavior from 1.5.2. The new argument... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Barry Warsaw | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Barry Warsaw | Typo |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Peter Schneider... | execfile should call PyErr_SetFromErrnoWithFilename... |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred Drake | Add strong security warning about the rexec module. |
commit | commitdiff | tree | snapshot |
2002-08-27 |
Fred Drake | Don't use tempfile.mktemp(), since it produces annoying... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred Drake | Fix a couple of whitespace consistency nits. |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Fred Drake | Simplify, and avoid PyModule_GetDict() while we're... |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Barry Warsaw | Fix an inaccuracy in the comment |
commit | commitdiff | tree | snapshot |
2002-08-26 |
Tim Peters | Gave intersection_update a speed boost. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Gave issubet() and issuperset() major speed boosts... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Gave __sub__/difference a factor of 2-5 speed boost. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Gave __xor__/symmetric_difference a factor of 2-5 speed... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Sped union by a factor of 3-4. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Sped intersection by large factors (3-5x faster than... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Added a clue about why xyz_update isn't the same as... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Implemented <, <=, >, >= for sets, giving subset and... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | TestSubset(): Generalized the framework to support... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Rewrote all remaining assert stmts. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Simplified construction of the test suite. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Simplified code building sets of characters. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Ack! Virtually every test here relied on an assert... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Simplified the setup for is-subset testing. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Tim Peters | Record a clue about why __or__ is not union, etc. |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Raymond Hettinger | Replace 0 with False to match working in documentation... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Raymond Hettinger | Correct documentation of allow_reuse_address to match... |
commit | commitdiff | tree | snapshot |
2002-08-25 |
Kurt B. Kaiser | 1. Revert subprocess environment clearing, will restart... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Kurt B. Kaiser | Improve exception handling across rpc interface |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | Removed < <= > >= from the API. Implemented as compari... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Guido van Rossum | string_contains(): speed up by avoiding function calls... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Guido van Rossum | Speed up the most egregious "if token in (long tuple... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Guido van Rossum | Speedup for PyObject_IsTrue(): check for True and False... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | At Tim Peter's suggestion, propagated GvR's binary... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Guido van Rossum | Speedup for PyObject_RichCompareBool(): PyObject_RichCo... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | Since instances of _TemporarilyImmutableSet are always... |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | Expanded tests for sets of sets. |
commit | commitdiff | tree | snapshot |
2002-08-24 |
Raymond Hettinger | 1. Removed module self test in favor of unittests ... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Fred Drake | Fix typo reported to python-docs. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | pop() docstring: this isn't a randomly-chosen element... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | Comment repair. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | Fix SF bug 599128, submitted by Inyeol Lee: .replace... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Guido van Rossum | Code by Inyeol Lee, submitted to SF bug 595350, to... |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-08-23 |
Raymond Hettinger | Fix markup and punctuation |
commit | commitdiff | tree | snapshot |
next |