2001-04-09 |
Tim Peters | No functional change -- just added whitespace in places... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Warn when assigning to __debug__ instead of raising... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Fred Drake | Fix typo in example (\b should be \n in string literal). |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Fred Drake | Fix a number of bugs and omissions in the AddressList... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Steve Purcell | * Remove exc_info() kludge -- it actually messed up... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Moshe Zadka | Fixing Itamar's name, as per his request. |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Moshe Zadka | fixing 408085 - redirect from https becomes http |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Add two arguments to Scope constructor, module scope... |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Add preliminary module symbol table constructor |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | remove global decl about unused variable |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Add support for future statements |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | Fix "import as" (has always skipping the as name) |
commit | commitdiff | tree | snapshot |
2001-04-09 |
Jeremy Hylton | typo |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Tim Peters | Repair portability of sign extension when reading signe... |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Guido van Rossum | Make it clear that a bdb subclass must implement do_cle... |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Tim Peters | Fix from the Madusa mailing list: |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Tim Peters | Remove useless imports, as reported by PyChecker. |
commit | commitdiff | tree | snapshot |
2001-04-08 |
Tim Peters | Get rid of useless string import, as reported by Neal... |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Tim Peters | SF patch #413552 - Premature decref on object |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Greg Stein | Correct the documentation for getreadbufferproc and... |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Greg Stein | Add an uninstall method to the ImportManager. |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Jack Jansen | Finally merged morefindertools into findertools. |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Fred Drake | Add entry for unittest documentation. |
commit | commitdiff | tree | snapshot |
2001-04-07 |
Fred Drake | Start of documentation for the unittest module. Some... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Tim Peters | Since Guido fiddled Cookie.py to work with doctest... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Guido van Rossum | Since this module already uses doctest-style examples... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Tim Peters | Remove lines for asynchat & asyncore, as they've now... |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Guido van Rossum | After testing the test on Unix, several improvements: |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Guido van Rossum | Add test for asynchat. This also tests asyncore. |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Guido van Rossum | Make the docstring a raw string, for pydoc. |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Jack Jansen | Added a note about Help and ctb missing in carbon. |
commit | commitdiff | tree | snapshot |
2001-04-06 |
Jack Jansen | Version 1.2 by Christopher Stern. |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Tim Peters | Fix the fix (my error -- hasty pasty). |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Tim Peters | One-liner critical fix from Jim Fulton: Eric's string... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Fred Drake | Change {\em ...} to \emph{...} for consistency with... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Fred Drake | Add some information about what to expect of the Docume... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Fred Drake | Effectively revert the previous change: leave the... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Fred Drake | Added more link attributes based on additonal informati... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Andrew M. Kuchling | Bug #412086, reported by Peter Wilson: The _curses... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Andrew M. Kuchling | Patch #413912 from Steve Majewski: Add .m to the list... |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Andrew M. Kuchling | Mention pydoc in the man page |
commit | commitdiff | tree | snapshot |
2001-04-05 |
Fred Drake | Corrected default value of the DocumentType.internalSub... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Fred Drake | Add an #include of sys/ioctl.h to pick up a lot of... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Tim Peters | Sf bug [ #412214 ] ZipFile constructor leaves files... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Tim Peters | SF patch [ #413750 ] Cygwin entry for README file,... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Fred Drake | A number of improvements based on a discussion with... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Fred Drake | CharacterData methods: Update self.length on changes... |
commit | commitdiff | tree | snapshot |
2001-04-04 |
Fred Drake | Add support for the CharacterData methods, CDATASection. |
commit | commitdiff | tree | snapshot |
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 |
next |