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 |
2002-08-12 |
Tim Peters | Cautious introduction of a patch that started from |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tim Peters | Fixed misspelling in comment. |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tim Peters | int_lshift(): Simplified/sped overflow-checking. |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Ka-Ping Yee | Extend stripid() to handle strings ending in more than... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Guido van Rossum | Reset errno to zero after calling PyErr_Warn(). It... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Guido van Rossum | Use a better check for overflow from a<<b. |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Marc-André... | Add C API PyUnicode_FromOrdinal() which exposes unichr... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Guido van Rossum | Implement stage B0 of PEP 237: add warnings for operati... |
commit | commitdiff | tree | snapshot |
2002-08-11 |
Tim Peters | test_saveall(): Another small simplification; plus... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tim Peters | And one more simplification to test_saveall(). |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tim Peters | test_saveall(): Simplified a little, given that we... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tim Peters | If any trash happened to be sitting around waiting... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Martin v. Löwis | Convert characters from the locale's encoding on output. |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tim Peters | Fixed new typos, added a little info about ~sort versus... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Mark Hammond | Clarify that the interruptable popen fixes aren't used... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Guido van Rossum | Disallow class assignment completely unless both old... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tim Peters | 1. Combined the base and length arrays into a single... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Tim Peters | The samplesort-vs-mergesort #-of-comparisons comparison... |
commit | commitdiff | tree | snapshot |
2002-08-10 |
Guido van Rossum | Fix a typo in the mktemp -> mkstemp patch. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Accomodate the packaging changes when we unpack into... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Lots of changes to the packaging of the documentation... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | A tool to transform gprof(1) output into HTML, so you... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Add tests for weakref support for generator-iterators. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Add weakref support generator-iterators. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Add support for the iterator protocol to weakref proxy... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Tim Peters | There's no distinction among 'user', 'group' and 'world... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | For new-style classes, we can now test for tp_del inste... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Test finalizers and GC from inside __del__ for new... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Credit to Oren for the file-iterator patch. |
commit | commitdiff | tree | snapshot |
next |