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 |
2001-10-22 |
Barry Warsaw | Fixed an example in the use of email.Utils.getaddresses... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Tim Peters | Removed two pointless and obfuscating macros. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fred Drake | Added two very tardy notes about the 2.2b1 release... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeremy Hylton | A few formatting nits: |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fred Drake | Add better support for Mozilla's use of <link> elements. |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | Add curses-related news items |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeremy Hylton | Referencable is not a word, so don't use it in an error... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Jeremy Hylton | cleanup indentation |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | Update bug/patch counts |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | Patch #473187: Add a test script that exercises most... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fred Drake | Do a little bit more to try and add <link> elements... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fred Drake | Clarify that the resource module does not attempt to... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | Add correction from /F about SRE |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Fredrik Lundh | sre.split should return the last segment, even if empty |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Guido van Rossum | Make the error message for unsupported operand types... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | Partly fill out the PEP 252 section |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | A bunch of minor rewordings |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Guido van Rossum | Fix for SF bug #472940: can't getattr() attribute shown... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Andrew M. Kuchling | Fix some typos |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Guido van Rossum | Methods of built-in types now properly check for keywor... |
commit | commitdiff | tree | snapshot |
2001-10-22 |
Guido van Rossum | Make tabnanny happy. (Piers, please run the test suite... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Piers Lauder | update version number |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Neil Schemenauer | install on HP-UX does not support the -d option. Using... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Neil Schemenauer | Add missing "static" declarations (found by "make smelly"). |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Neil Schemenauer | Adding missing "static" declarations (found by "make... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Neil Schemenauer | - Build dbm module using libdb1 if it's available.... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Fredrik Lundh | fixed character set description in docstring (SRE uses... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Piers Lauder | fix send method not noticing when partial sends happen |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Fredrik Lundh | sre.Scanner fixes (from Greg Chapman). also added... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Fredrik Lundh | rewrote the pattern.sub and pattern.subn methods in C |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Martin v. Löwis | Change clear_handlers argument to indicate whether... |
commit | commitdiff | tree | snapshot |
2001-10-21 |
Guido van Rossum | Big internal change that should have no external effect... |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Fredrik Lundh | rewrote the pattern.split method in C |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Andrew M. Kuchling | Update description of border() |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Andrew M. Kuchling | Add two forgotten 'break' statements |
commit | commitdiff | tree | snapshot |
2001-10-20 |
Guido van Rossum | Patch from SF bug #472956: UMR when there is a syntax... |
commit | commitdiff | tree | snapshot |
next |