2002-08-16 |
Jeremy Hylton | Move body of CALL_FUNCTION opcode into helper function. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Squash a few calls to the hideously expensive PyObject_... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Streamline the fast track for CFunction calls a bit... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Jack Jansen | Regenerated with PyDoc_STR() around docstrings. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Jack Jansen | iUse PyDoc_STR() around docstrings. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | A nice little speed-up for filter(): |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Fix SF bug 595838 -- buffer in type_new() should not... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Tim Peters | SF bug 594996: OverflowError in random.randrange |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Tim Peters | Newly-relaxed limits on random.randrange(). Also added... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Mention warnings about defining None. |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Add warnings for arguments named None. All set. ... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Tim Peters | check_events(): This was failing under -O, due to... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Add warning for None used as keyword argument name... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Add warnings for assignment or deletion of variables... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Minor cleanup of parsename() and parsestr(): the 'struc... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Barry Warsaw | base64.decodestring('') should return '' instead of... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Jack Jansen | Fixed the bugs in the constant definitions, and in... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Jack Jansen | After generating the Python file with definitions try... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Jack Jansen | Try to cater for a source tree checked out with MacCVS... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Tim Peters | Illustrating by example one good reason not to trust... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Tim Peters | k_mul() comments: In honor of Dijkstra, made the proof... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Tim Peters | long_mul(): Simplified exit code. In particular,... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Michael W.... | This is my patch |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Guido van Rossum | Add notes about universal newlines. |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Guido van Rossum | Fix typo. It's --with-universal-newlines, not |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Skip Montanaro | Slight reordering of directories searched for BerkDB... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Skip Montanaro | forgot the best part - the new tests... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Skip Montanaro | provide less mysterious error messages when seeing... |
commit | commitdiff | tree | snapshot |
2002-08-15 |
Andrew M. Kuchling | Add 'in' change |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Guido van Rossum | Add news about Fred's change to Py_InitModule4(). |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jeremy Hylton | Reflow long lines. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Fred Drake | Py_InitModule() and friends now accept NULL for the... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Fred Drake | Py_InitModule4(): Accept NULL for the 'methods' argume... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jeremy Hylton | Docstring nits: The module is neither proposed nor... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Martin v. Löwis | Added Hisao Suzuki. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Guido van Rossum | More changes of DeprecationWarning to FutureWarning. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jeremy Hylton | Explain use of currentThread() in _Condition methods. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Guido van Rossum | The filterwarnings() call here should be updated to... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jeremy Hylton | Explain a little more. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jeremy Hylton | Explain a minor mystery. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Guido van Rossum | PyType_Ready(): initialize the base class a bit earlier... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Tim Peters | k_mul() comments: Simplified the simplified explanatio... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Barry Warsaw | More updates describing FutureWarnings. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Tim Peters | mkstemp's last argument changed from binary=True to... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Tim Peters | k_mul() comments: Explained why there's always enough... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Guido van Rossum | Add news about FutureWarning and PEP 237 stage B0. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Barry Warsaw | Document PyExc_FutureWarning |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Barry Warsaw | Added a FutureWarning for constructs that will change... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Martin v. Löwis | Patch #550192: Set softspace to 0 in raw_input(). |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Tim Peters | tempfile's mkstemp(): Changed last argument from |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Fred Drake | Remove a broken example of extreme backward compatibili... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jason Tishler | Patch #595014: Cygwin tempfile patch |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Barry Warsaw | Patch by Tim to shut up the compiler's DeprecationWarni... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Guido van Rossum | test_many(): open only 100 temp files, not 1000. Some... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Jason Tishler | Patch #588564: _locale library patch |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Martin v. Löwis | Check for trailing backslash. Fixes #593656. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Martin v. Löwis | Patch #505705: Remove eval in pickle and cPickle. |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Skip Montanaro | tightening up a few except: clauses |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Neal Norwitz | Fix memory leaks reported by valgrind |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Skip Montanaro | add some example docstrings using PyDoc_STR |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Skip Montanaro | add PyDoc_STR and PyDoc_STRVAR calls as examples for... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Tim Peters | runtest(): I don't know why we don't just use TESTFN... |
commit | commitdiff | tree | snapshot |
2002-08-14 |
Tim Peters | mkstemp(): Repaired error in docstring (the sense... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | mkstemp(): The optional "binary" argument is clearly... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | NamedTemporaryFile(), TemporaryFile(): removed needles... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | template: removed special-casing for NT; there isn... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | _once(): Removed obfuscating aliasing of _once_lock. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | _once(): Simplified dict manipulation. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Neal Norwitz | Allow more docstrings to be removed during compilation... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Neal Norwitz | Allow more docstrings to be removed during compilation |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | Added a test specifically to tickle Karatsuba; it costs... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Jeremy Hylton | Add a missing call to _strclass(). |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | Fixed error in new comment. |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | k_mul(): The fix for (ah+al)*(bh+bl) spilling 1 bit... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Barry Warsaw | Regress Guido's change of 2002/08/06 to check for the... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Neal Norwitz | Allow docstrings to be removed during compilation for... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Guido van Rossum | Add tests for including __dict__ and/or __weakref__... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Neal Norwitz | SF bug #574235, convert_path fails with empty pathname |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Neal Norwitz | Allow docstrings to be removed during compilation |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Neal Norwitz | Add test for SF bug # 575229, multiple inheritance... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Fred Drake | Remove ugly irregular spaces from in front of some... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Jason Tishler | Bug #556025: list(xrange(1e9)) --> seg fault |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Guido van Rossum | Add an improvement wrinkle to Neil Schemenauer's change... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | test_division(): Added one larger digits value, to... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Tim Peters | Machines-- and Python --are a lot faster in relevant... |
commit | commitdiff | tree | snapshot |
2002-08-13 |
Guido van Rossum | Fix comment for PyLong_AsUnsignedLong() to say that... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Fix wanrings about unsigned hex constants. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_lopsided_mul(): This allocated more space for bslice... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Fred Drake | The auto-reply text for the python-docs address. This... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | Added new function k_lopsided_mul(), which is much... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Don't use hex constants representing negative numbers. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Suppress warnings about test_grammar.py that can't... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Use PyErr_WarnExplicit() to warn about hex/oct constant... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Jack Jansen | Updated for the current state of affairs. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | New names. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Make sure that *any* object whose id() is used as a... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul(): Moved an assert down. In a debug build,... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul(): Heh -- I checked in two fixes for the last... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul(): White-box testing turned up that (ah+al)... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Fix MSVC warnings. |
commit | commitdiff | tree | snapshot |
next |