2002-07-17 |
Tim Peters | test_hotshot fails on Windows now. Added XXX comment... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Barry Warsaw | (py-pychecker-run): Use the last pychecker invocation... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Added documentation for the buffer_text and related... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Mark the closed attribute of the profiler with PyDoc_ST... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Added a docstring for the closed attribute. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | SF patch 552161 - Py_AddPendingCall doesn't unlock... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | Removed more stray instances of statichere, but left... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Change staticforward and statichere to just use static. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Remove now-obsolete staticforward/statichere discussion. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeremy Hylton | staticforward bites the dust. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Some modernization. Get rid of the redundant next... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Add a test for the 'closed' attribute on the C-profiler... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeremy Hylton | Add missing comma. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Jeremy Hylton | Add test_zlib and test_struct to list of slow tests |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | Windows has no actual need for BAD_STATIC_FORWARD,... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Add a rather generous set of tests allowed to be skippe... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | Remove RCSId; this produces annoying warnings. |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Guido van Rossum | Wipe out some warnings about non-ANSI code and an unsaf... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Fred Drake | reduce(): Clarified what is returned in the case of... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Barry Warsaw | We need to (require 'compile) to guarantee that compile... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | Use sys.executable to run Python, as suggested by Neal... |
commit | commitdiff | tree | snapshot |
2002-07-17 |
Tim Peters | There's no need for generators to define an explicit... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Bunch of tests to make sure that StopIteration is a... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | Fix typos and such caught by the pycheckerbot. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | Send HTTP requests with a single send() call instead... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Remove the next() method -- one is supplied automatical... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Remove the next() method -- one is supplied automatical... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make StopIteration a sink state. This is done by clear... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make StopIteration a sink state. This is done by clear... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make StopIteration a sink state. This is done by clear... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Record the decision that StopIteration is a sink state... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | Given the persistent id code a shot at a class before... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Jeremy Hylton | The object returned by tp_new() may not have a tp_init. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Tim Peters | The atexit module effectively turned itself off if... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Barry Warsaw | (py-imenu-create-index-function): Skip over stuff that... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | Make list_iter() really static. |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Barry Warsaw | (py-pychecker-run): Thomas Heller points out that this... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Guido van Rossum | valid_identifier(): use an unsigned char* so that isalp... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Mark Hammond | Add a blurb on the 3 Windows bugs I worked on over... |
commit | commitdiff | tree | snapshot |
2002-07-16 |
Mark Hammond | Fix bug 581232 - [Windows] Can not interrupt time.sleep() |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Barry Warsaw | Added the "weird" ccTLDs ac, gg, im, and je. These... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | XXXROUNDUP(): Turns out this fixed Andrew MacIntyre... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | Added Andrew MacIntyre -- overdue! |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | /F revealed that ShellExecute() only requires shellapi... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Guido van Rossum | Clarify that the description of sys.path[0] is only... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Andrew MacIntyre | Tim_one's change to aggressively overallocate nodes... |
commit | commitdiff | tree | snapshot |
2002-07-15 |
Tim Peters | docompare(): Another reasonable optimization from... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Mark Hammond | Fix bug 231273 - [windows] os.popen doens't kill subpro... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Mark Hammond | Fix bug 439992 - [win32] KeyboardInterrupt Not Caught. |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Tim Peters | WINDOWS_LEAN_AND_MEAN: There is no such symbol, althou... |
commit | commitdiff | tree | snapshot |
2002-07-14 |
Neal Norwitz | SF patch # 580411, move frame macros from frameobject... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Guido van Rossum | Undef MIN and MAX before defining them, to avoid warnin... |
commit | commitdiff | tree | snapshot |
2002-07-13 |
Jeremy Hylton | Don't declare a function with staticforward. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Andrew M. Kuchling | Add more items |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Fred Drake | Clarify the return value of __nonzero__(): It *must... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Just van Rossum | fixed wrong classic MacOS pathname assumption |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Jeremy Hylton | Remove httplib from tested modules. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Jeremy Hylton | Get the meta class inheritance right. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Marc-André... | Mention new encoding. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Marc-André... | Palm OS encoding from Sjoerd Mullender |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Jeremy Hylton | Change _begin() back to begin(). |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Guido van Rossum | Fernando Pérez of SF bug 579701 fame. |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Guido van Rossum | Fix SF bug 579701 (Fernando Pérez); an input line consi... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Just van Rossum | minor fixes, removed obsolete warning |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Michael W.... | Well, Fred never did explain why the code to determine... |
commit | commitdiff | tree | snapshot |
2002-07-12 |
Tim Peters | HAVE_LIMITS_H -- raise #error if not defined; limits... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | remove decl of unused variable |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Do more robust test of whether global objects are acces... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | docompare(): Use PyTuple_New instead of Py_BuildValue... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | move make_eiffel_method() out of base metaclass |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Remove list prenpost. It's not used any longer. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Add a call to a Sub() method that actually works. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Add Enum and Eiffel examples using new-style classes. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Andrew M. Kuchling | Make another pass through Misc/NEWS and add stuff. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Barry Warsaw | _structure(): Don't get the whole Content-Type: header... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Repair example code in doc string. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Andrew M. Kuchling | Add some items |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Andrew M. Kuchling | [Bug #567607] Suggest METH_NOARGS to replace PyArg_NoArgs |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | test_trashcan() and supporting class Ouch(): Jeremy... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Barry Warsaw | _dispatch(): Comment improvements. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | subtype_resurrection(): Removed unused import. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Extend function() to support an optional closure argument. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | subtype_resurrection(): The test suite with -l properl... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | Don't stomp on an exception set by PyCell_Get() |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Jeremy Hylton | I trust the parser accelators are getting added :-). |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Repaired optimistic comment in new test. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Added a test that provokes the hypothesized (in my... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | object.h special-build macro minefield: renamed all... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Kurt B. Kaiser | 1. Prevent Undo before IOmark in PyShell.PyShell |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Guido van Rossum | Replace rare tabs with 4 spaces, assuming that's what... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Guido van Rossum | Note the existence of SpecialBuilds.txt. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Noted the releases in which COUNT_ALLOCS can blow up. |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Recorded the introduction release for each gimmick... |
commit | commitdiff | tree | snapshot |
2002-07-11 |
Tim Peters | Some clarifications. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Documented PYMALLOC_DEBUG. This completes primary... |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Fred Drake | Document gc.get_objects(). |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Clarified sys.getobjects() pragmatics. |
commit | commitdiff | tree | snapshot |
2002-07-10 |
Tim Peters | Removed no-longer-relevant explanation of "alpha" builds. |
commit | commitdiff | tree | snapshot |
next |