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 |
2002-08-12 |
Guido van Rossum | Refactor how __dict__ and __weakref__ interact with... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | x_mul(): Made life easier for C optimizers in the... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul() and long_mul(): I'm confident that the Karatsu... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Portable way of producing unsigned 32-bit hex output... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Shut up warnings about hex()/oct() that can't be avoided. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | Avoid warnings about <<. external_attr is now an unsig... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul: Rearranged computation for better cache use... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Mark Hammond | Correct PyAPI_FUNC to PyAPI_DATA - sorry Jack. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Marc-André... | Add name mangling for new PyUnicode_FromOrdinal() and... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Mark Hammond | Excise DL_EXPORT from Include. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | x_mul(): This failed to normalize its result. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | Introduced helper functions v_iadd and v_isub, for... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Guido van Rossum | New news about __class__ assignment restrictions and... |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Neal Norwitz | Revert what looks like a typo from the last checkin |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul(): Repaired another typo in another comment. |
commit | commitdiff | tree | snapshot |
2002-08-12 |
Tim Peters | k_mul(): Repaired typo in comment. |
commit | commitdiff | tree | snapshot |
next |