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 |
2002-08-09 |
Guido van Rossum | News about the tempfile rewrite. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Massive changes from SF 589982 (tempfile.py rewrite... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Doc portion of SF 589982 (tempfile.py rewrite, by Zack... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Check-in of the most essential parts of SF 589982 ... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Test for Neil's fix to correctly invoke __rmul__. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | News about Neil's fix to correctly invoke __rmul__. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Unicode replace() method with empty pattern argument... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Neil Schemenauer | Only call sq_repeat if the object does not have a nb_mu... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | New entries to track the DOM API growth. These match... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | When installing the "python" link in bindir also test... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | - Precompile py files in Mac subtree after installing |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | - Check not only that cache file exists, but also that... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | Tool to pre-created cached .rsrc.df.rsrc files in the... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Sjoerd Mullender | Document that -u puts stdin, stdout, and stderr in... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Sjoerd Mullender | On Cygwin, put stdin, stderr, and stdout in binary... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | Obsolete now that there's a python implementation of... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | Patch by Russel Owen: if we have command line arguments... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Steve Purcell | Fix to ensure consistent 'repr' and 'str' results betwe... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | Depracated some non-carbon modules. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | This file should have gone long ago. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Tim Peters | Repaired a braino in the description of bad minrun... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Neal Norwitz | SF bug #592645 fix memory leak in socket.getaddrinfo |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Fred Drake | Update the text on the Expat module and library. |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Guido van Rossum | Major speedup for new-style class creation. Turns... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Raymond Hettinger | Moved inplace add and multiply methods from UserString... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Raymond Hettinger | Moved special case for tuples from iterobject.c to |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Raymond Hettinger | Revised the test suite for 'contains' to use the test... |
commit | commitdiff | tree | snapshot |
2002-08-09 |
Jack Jansen | By popular demand the frameworkinstall target now insta... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Guido van Rossum | Significant speedup in new-style object creation: in... |
commit | commitdiff | tree | snapshot |
2002-08-08 |
Jack Jansen | Use hex escape for non-ascii chars, now that the parser... |
commit | commitdiff | tree | snapshot |
next |