2002-08-19 |
Guido van Rossum | Another ugly inlining hack, expanding the two PyDict_Ge... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Call me anal, but there was a particular phrase that... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Another modest speedup in PyObject_GenericGetAttr(... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Make PyDescr_IsData() a macro. It's too simple to... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Michael W.... | Check in my ultra-shortlived patch #597220. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Inline call to _PyObject_GetDictPtr() in PyObject_Gener... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Fix typo in __slots__ of ImmutableSet. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | News about sets. (There's no documentation; if someone... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Set classes and their unit tests, from sandbox. |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Guido van Rossum | Simple but important optimization for descr_check(... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Raymond Hettinger | Fix spelling errors and note the addition of operator... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Jack Jansen | Merged the MacPython thanks list into the general ackno... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Raymond Hettinger | Added __pow__(a,b) to the operator module. Completes... |
commit | commitdiff | tree | snapshot |
2002-08-19 |
Tim Peters | SF bug 595919: popenN return only text mode pipes |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Raymond Hettinger | Add Steve Purcell for unittest.py |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Jack Jansen | Refuse to run if the last bit of the destination path... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Raymond Hettinger | Modify splituser() method to allow an @ in the userinfo... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Andrew MacIntyre | OS/2 EMX behaves like Windows where file permissions... |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Andrew MacIntyre | update contact info |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Andrew MacIntyre | Prep for 2.3: |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Andrew MacIntyre | make port notes current |
commit | commitdiff | tree | snapshot |
2002-08-18 |
Andrew MacIntyre | Build process updates: |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Guido van Rossum | Get rid of _once(); inlining it takes less code. :-) |
commit | commitdiff | tree | snapshot |
2002-08-17 |
Guido van Rossum | Patch by Zack W to make test_noinherit() more robust... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Neal Norwitz | Get this to compile again if Py_USING_UNICODE is not... |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Neal Norwitz | Drop the number of test files to 100 for all the tests |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Jeremy Hylton | Inline fast_cfunction() in new call_function(). |
commit | commitdiff | tree | snapshot |
2002-08-16 |
Guido van Rossum | Remove the outdated PLAN.txt file. |
commit | commitdiff | tree | snapshot |
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 |
next |