2001-10-27 |
Tim Peters | vgetargskeywords: Prevent another potential sprintf... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: Verify kwlist has the required lengt... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Fred Drake | PyObject_CallFunction(), PyObject_CallMethod(): Make... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: Removed all PyErr_Clear() calls... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: The keywords arg is a dict (if non... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: Removed one of the mysterious PyErr_... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords: |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | PyArg_ParseTupleAndKeywords: return false on internal... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | PyArg_ParseTupleAndKeywords: do basic sanity checks... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | tuple(3,4,5,x=2) dumped core on my box. vgetargskeywor... |
commit | commitdiff | tree | snapshot |
2001-10-27 |
Tim Peters | vgetargskeywords(): remove test that can't succeed... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Tim Peters | dict_constructor(): The last test was passing for... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Andrew M. Kuchling | Fill in remaining XXX spots |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Fix up a number of small problems with the DOM document... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Andrew M. Kuchling | Finish off the type/class section; I don't think there... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Now that Misc/Makefile.pre.in is gone, do not attempt... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Explain what [].insert() does when the target index... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Add notes pointing out that these classes are kept... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Re-arrange things and remove some unused variables... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Be smarter about clearing the weakref lists for instanc... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Many, many small fixes and improvements, most suggested... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Added docs for PyObject_CallFunctionObArgs() and PyObje... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Added refcount data for PyObject_CallFunctionObArgs... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Added two new functions to conveniently call functions... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Some style changes and typo fixes. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Guido van Rossum | Updated this README to reality. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Guido van Rossum | Some news. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Andrew M. Kuchling | Delete Makefile.pre.in (BDFL pronouncement) |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Clean up the tables of child links generated by stock... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Jack Jansen | Moved PythonScript to unsupported at Bill Bedford's... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Typo: destuction --> destruction |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Steven M. Gava | further work supporting reading config dialog values... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Steven M. Gava | dynamic option menu widget. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Steven M. Gava | further work on loading config dialog values from the... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Tim Peters | Generalize dictionary() to accept a sequence of 2-seque... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Guido van Rossum | Update. __dict__ assignment done. Reorder remaining... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Guido van Rossum | Allow assignment to newinstance.__dict__. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Guido van Rossum | Fix two typos, one noted by Noah Spurrier in SF bug... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Guido van Rossum | Add sendall() method, which loops until all data is... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Add yet more markup that let's a stylesheet pick out... |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Enforce a bit of markup consistency. |
commit | commitdiff | tree | snapshot |
2001-10-26 |
Fred Drake | Minor textual adjustment, and style-guide conformance... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Barry Warsaw | A fix for SF bug #472560, extra newlines returned by... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Jack Jansen | Added various tidbits. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Barry Warsaw | I went back and figured out the release date for Python... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Barry Warsaw | Applying proposed patch for bug #474583, optional suppo... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | Use PyDict_Copy() and PyDict_Update() instead of using... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | Typo: NamedNodeList --> NamedNodeMap |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Guido van Rossum | Fix SF bug #474538: Memory (reference) leak in poller... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | Ignore the posixfile deprecation warning for the test... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Guido van Rossum | complex_subtype_from_string(): move the declaration... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | Slightly better conformance to the Python C style guide. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | One more LaTeX-ism that we'd rather ignore. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | No need to run make twice here. |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Fred Drake | Update the rules so that changes to the HTML stylesheet... |
commit | commitdiff | tree | snapshot |
2001-10-25 |
Martin v. Löwis | After discussion with itojun, it was clarified that... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Fredrik Lundh | (experimental) "finditer" method/function. this works... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Fred Drake | Add a warning to the posixfile module stating that... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Fred Drake | Make the deprecation notice use the same form as other... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Fred Drake | Minor revision of the text. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Guido van Rossum | Note updated RISCOS port. Remove reference in the... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Fred Drake | Convert getrefcount() to METH_O, and sys_excepthook... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Guido van Rossum | SF patch #474590 -- RISC OS support |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Tim Peters | SF bug #473525 pyclbr broken |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Guido van Rossum | SF patch #474590 -- RISC OS support |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Guido van Rossum | SF patch #474590 -- RISC OS support |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Fred Drake | When describing "import *", add a level of indirection... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Martin v. Löwis | Fix typo. Thanks to Jack Jansen for spotting it. |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Martin v. Löwis | Check for HP/UX curses problems. Define _XOPEN_SOURCE_... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Martin v. Löwis | Include netdb.h to detect getaddrinfo. Work around... |
commit | commitdiff | tree | snapshot |
2001-10-24 |
Jack Jansen | Oops, undo previous change, which wasn't supposed to... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | Added missing cast. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | Some escaped newlines had spaces between the backslash... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | New URL for Joe Strouts example page. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | Got this to work in MacPython. The code is #ifdef macin... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | Added _hotshot. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | quit() wasn't included in the suite. This is a quick... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | Tweaks for MacPython 2.2b1 |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Jack Jansen | Tweaks for MacPython 2.2b1. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Guido van Rossum | Apply the first chunk of the second patch from SF bug... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Guido van Rossum | SF patch #474175 (Jay T Miller): file.readinto arg... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Fred Drake | Convert the ref() and proxy() implementations to use... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Fred Drake | Documentation for the new PyArg_UnpackTuple() function. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Fred Drake | PyArg_UnpackTuple(): New argument unpacking function... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Andrew M. Kuchling | Fill out section on how to write a new-style class |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Guido van Rossum | test_curses is an expected skip on Linux too. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Fred Drake | Style conformance: function name begins a new line... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Steven M. Gava | font/tabs config dialog page now reads its data from... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tim Peters | SF bug [#473864] doctest expects spurios space. |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Neil Schemenauer | Add function attributes that allow GCC to check the... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Neil Schemenauer | Hide GCC attributes fom compilers that don't support... |
commit | commitdiff | tree | snapshot |
2001-10-23 |
Tim Peters | Doc and NEWS changes due to Jeremy adding traceback... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeremy Hylton | Make traceback objects collectable. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tim Peters | Record that test_curses doesn't run on win32. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fred Drake | Fixed denial-of-weak-ref-support test; Jeremy changed... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fredrik Lundh | another major speedup: let sre.sub/subn check for escap... |
commit | commitdiff | tree | snapshot |
next |