2001-04-04 |
Fred Drake | Document PySequence_Size(), and describe PySequence_Len... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Jack Jansen | Disable fused-add-mul instructions. They give a nonstan... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Fred Drake | Make reference to the Library Reference in the "What... |
commit | commitdiff | tree | snapshot |
2001-04-03 |
Jack Jansen | If the frontmost window is not a Tk window exit the... |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Tim Peters | SF bug [#410708] Condition.wait() and KeyboardInterrupt. |
commit | commitdiff | tree | snapshot |
2001-04-02 |
Guido van Rossum | Applying SF patch #412553 by Christopher Lee: fix linux... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Martin v. Löwis | Initialize Attr.value with empty string in createAttrib... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Andrew M. Kuchling | Remove the backed-out version requirement |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Andrew M. Kuchling | Back out the requirement to supply a version number |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Eric S. Raymond | Fixes a fatal bug when the module has computed alternat... |
commit | commitdiff | tree | snapshot |
2001-03-31 |
Neil Schemenauer | "install -d" does not work on BSDI systems even though... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Fred Drake | Allow the <author/> element to appear before a paragrap... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Fred Drake | Add entry for curses.panel documentation. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Fred Drake | Fix serious markup errors. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Fred Drake | Remove the spurious space of uncertain origin from... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Jack Jansen | On OSX show a dialog explaining that ConfigurePythonCar... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Jack Jansen | On OSX always copy PythonCore. It turns out an orphaned... |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Jack Jansen | Changed some of the dialogs to be a little clearer. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-03-29 |
Tim Peters | Initialize new save_warnings_filters data member in... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Fred Drake | Added example use of weak references, contributed by... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Fred Drake | Added documentation for PyObject_IsInstance() and PyObj... |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Jack Jansen | Don't show finder-delay-warning on OSX. Untested. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Fred Drake | Typo: "ariables" --> "variables" |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Fred Drake | Fix a number of small issues; this closes SF bug #411063. |
commit | commitdiff | tree | snapshot |
2001-03-28 |
Guido van Rossum | Based on info from Jens@digicool.com, add 'darwin1... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Jack Jansen | Updated for 2.1b2 distribution. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Martin v. Löwis | Arghh. Fix typo. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Jack Jansen | Added a note about BBPy.lm. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Jack Jansen | Added a note about the new (since 2.0) OSA architecture. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Jack Jansen | Oops, ISO translation was off. Fixed. |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Guido van Rossum | Add Robin Thomas (author of the slice() comparability... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Martin v. Löwis | Use Guido's trick for always extracting the version... |
commit | commitdiff | tree | snapshot |
2001-03-27 |
Ka-Ping Yee | Fix some reloading problems (still more work needed). |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Jack Jansen | Disable fused-add-mul instructions. They give a nonstan... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Jeremy Hylton | Bug fix: compile() called from a nested-scopes-enable... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Guido van Rossum | Turn SyntasWarning into SyntaxError for all code entered |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Fred Drake | Michael Hudson <mwh21@cam.ac.uk>: |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Fred Drake | Add a note that the "kfm" controller supports "konquero... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Fred Drake | Itamar Shtull-Trauring <itamar@maxnm.com>: |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Fred Drake | Update auto-detection for Konqueror to include KDE... |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Andrew M. Kuchling | Note missing explanation |
commit | commitdiff | tree | snapshot |
2001-03-26 |
Jack Jansen | Fixed some access paths. |
commit | commitdiff | tree | snapshot |
2001-03-25 |
Marc-André... | Fixed ref count bug. Patch #411191. Found by Walter... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Fred Drake | get_version_string(): New function -- returns a Python... |
commit | commitdiff | tree | snapshot |
2001-03-24 |
Guido van Rossum | Document use_rawinput. (Although now that I think... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v2.1b2 |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Barry Warsaw | main(): Application of SF patch #405851, which allows... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tim Peters | pydoc changed overnight in such a way that it no longer... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Guido van Rossum | Fix a memory leak -- there's no need to INCREF() the... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Barry Warsaw | In Jython, `@' is not allowed in module names. Extend... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Guido van Rossum | Finishing touch to Ping's changes. This is a patch... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Barry Warsaw | Two minor changes for better Jython compatibility.... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Update Mac OS X platform notes. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Strengthen the constraints on calling PyObject_GC_Fini(). |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Barry Warsaw | Make socket.getservbyname test optional on socket modul... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | call_sys_exitfunc(): Remove unused variable f. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Andrew M. Kuchling | Change rfc822_escape() to ensure there's a consistent... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | Add nested scopes spec to appendix. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Remove the annoying __version__ definitions. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Lots of small changes to make this work with the Python... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Barry Warsaw | setlocale(): In _locale-missing compatibility function... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Pick up the "encode" function from esistools instead... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | No quotes around the "future" in the first use of the... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Re-write to no longer depend on an old version of PyXML... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Pick the "escape" function from the standard library... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Add conversions for more of the markup -- not all of... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Add entry for the futures appendix in the reference... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Include the futures appendix. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Revise the markup so that this formats and uses markup... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Barry Warsaw | Several changes for Jython portability. This closes... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | flesh out __all__ |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Allow sys.excepthook and sys.exitfunc to quietly exit... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Extend isclass() to work for extension classes (by... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | Add some initial text for the appendix on future statem... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | Note that assignments to __debug__ are illegal |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | News items for my recent checkins |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Script for starting pydoc with a GUI in Windows. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | Make it illegal to assign to __debug__ as per Guido... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Browser compatibility fixes. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Jeremy Hylton | Revert to ver 1.22, which was the version before the... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Small formatting improvements. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Show inherited methods, with hyperlinks to the base... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Bump version number. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tim Peters | Revert the 1.8 patch, since it's implicated in nasty... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Provide a StopTokenizing exception for conveniently... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Explain the difference between NL and NEWLINE. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Give a slightly better explanation of excepthook. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Don't have trace() skip the top frame; return them... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | When creating an attribute node using createAttribute... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Update to the most recent weakref changes. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Convert the weakref test suite to PyUNIT, and add tests... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | When the regression test is run in verbose mode, make... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Add support for weak references to the function and... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Fred Drake | Add the necessary field for weak reference support... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Guido van Rossum | Fix memory leak with SyntaxError. (The DECREF was... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Andrew M. Kuchling | Add a paragraph about obmalloc turning up bugs in exten... |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Tim Peters | Add Jeremy's compiler to the Windows install. |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Andrew M. Kuchling | Add section for PEP 241 |
commit | commitdiff | tree | snapshot |
2001-03-23 |
Ka-Ping Yee | Add sys.excepthook. |
commit | commitdiff | tree | snapshot |
next |