2001-01-29 |
Jack Jansen | Removed device from the list of Qd incompatibilities... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Accessor functions for regions and such expect an exist... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Ported the icglue module to carbon. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Added generators for EnableMenuItem and CheckMenuItem... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Re-enabled Scrap (even though it's mostly empty right... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Replace {Enable,Disable,Check}Item with their carbon... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Ported the icglue module to carbon. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Jack Jansen | Added Help, Scrap and icglue missing methods. |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Marc-André... | Fixed posixpath.normpath() to respect two leading slash... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Marc-André... | Fixed .capitalize() method of Unicode objects to work... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Sjoerd Mullender | Don't use $< in normal make rules: it's not portable... |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Moshe Zadka | Added news of function comparison and hashing by identity |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Eric S. Raymond | More on noutrefresh() and scroll(). |
commit | commitdiff | tree | snapshot |
2001-01-29 |
Moshe Zadka | The one thing I love more then writing code is deleting... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Jack Jansen | Added cellobject.c |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Skip Montanaro | updated to document use of sequences of two-element... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Skip Montanaro | added several more urlencode test cases - part of patch... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Skip Montanaro | allow first param urlencode to be a sequence of two... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Andrew M. Kuchling | Bug #130117: add a prototype required to compile cleanl... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Fred Drake | Adjust documentation for new.instance() to reflect... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Jack Jansen | Remove single "." components from pathnames, and return... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Jack Jansen | Data pathnames were not converted from URL-style to... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Martin v. Löwis | Allow installation of IDLE via distutils (patch #103138). |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Fred Drake | Document the PyInstance_*() functions and data. |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Tim Peters | SF bug #130306: statcache.py full of thread problems. |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Fred Drake | Added tests for new signature of new.instance(). |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Fred Drake | new_instance(): Use PyInstance_NewRaw() instead of... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Fred Drake | Re-factored PyInstance_New() into PyInstance_New()... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Fred Drake | Added prototype for PyInstance_NewRaw(). |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Eric S. Raymond | Instructive example for strftime(); how to generate... |
commit | commitdiff | tree | snapshot |
2001-01-28 |
Tim Peters | It's unclear whether PyMarshal_XXX() are part of the... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Neil Schemenauer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Neil Schemenauer | - Fix buildno dependencies (I hope). |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Neil Schemenauer | the usual |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Neil Schemenauer | - Remove Guido's LINKCC=CXX experiment. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Fred Drake | init_curses_panel(): Be more consistent with indentatio... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Eric S. Raymond | Emphasis that instantiating this class doesn't consume... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Except HierarchyRequestErr instead of TypeError. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Re-indent. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Synchronize with PyXML 1.5. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Synchronize with PyXML 1.10 |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Re-indent. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Merge changes of PyXML 1.13: |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Martin v. Löwis | Synchronize with 1.10 of PyXML: Close parser when done. |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Neil Schemenauer | Grow that RCS file! |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Neil Schemenauer | Restore --with-suffix option. AC_EXEEXT doesn't aways... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Tim Peters | SF bug http://sourceforge.net/bugs/?func=detailbug... |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Tim Peters | Added news about repr(string). |
commit | commitdiff | tree | snapshot |
2001-01-27 |
Andrew M. Kuchling | Bug #129904: Put back the path component for the Tkinte... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Tim Peters | New comment block to Clarify a subtlety. |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Andrew M. Kuchling | Farewell setup.cfg.in, we hardly knew ye. We need... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Andrew M. Kuchling | Removed setup.cfg from the list of generated files |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Andrew M. Kuchling | Remaining single-line change from patch #102409: to... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Neil Schemenauer | - Edit the QNX instructions to refer to Makefile, not... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Andrew M. Kuchling | Remove unused import of 'string' |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Fred Drake | Fix a number of typos found by Guido. |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Fred Drake | Massively improved documentation for string formatting... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Martin v. Löwis | Patch #103052: Restore non-cyclic operation of pulldom... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Marc-André... | Be extra careful with linking against libtermcap. This... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Marc-André... | Fixed setup.py to allow: |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Marc-André... | Added an execution layer to be able to customize per... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Jeremy Hylton | unnecessary semicolon |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Jeremy Hylton | unnecessary semicolon |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Jack Jansen | Got waste to work for Carbon. |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Neil Schemenauer | - Use PY_CFLAGS when compile modules that will be part... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Neil Schemenauer | - LIBRARY is now a SUBST variable. |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Neil Schemenauer | The usual. |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Neil Schemenauer | - Add CFLAGSFORSHARED variable. configure sets this... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Fred Drake | Typo: coplete --> complete |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Tim Peters | The combo of getstate/setstate/jumpahead is very powerf... |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Tim Peters | SF bug 130030: Claim of bad betavariate algorithm. |
commit | commitdiff | tree | snapshot |
2001-01-26 |
Tim Peters | Teach Windows build about new cellobject.c. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Fred Drake | The addition of new parameters to functions in the... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Guido van Rossum | Correct one-line typo, reported by yole @ SF, bug 130077. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | Fix arguments for PyFrame_New(). The previous checkin... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | New info in beep() docstring. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Cosmetic changes after some sleep; no change in semantics. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | Better error message when non-dictionary received for... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | PEP 227 implementation |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | PEP 227 implementation |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | In subst_vars(), change the name of the argument from... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | PEP 227 implementation |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | PEP 227 implementation |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Neil Schemenauer | Make module objects from Setup depend on Python.h headers. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | PEP 227 implementation |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | PEP 227 implementation |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jack Jansen | ucnhash module has gone, xreadlines module added. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Fred Drake | Add bzip2 archives back to the set of generated archive... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Fred Drake | Removed references to Python 1.5.3; that was a "tentati... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Fred Drake | Update link to LaTeX2HTML web site. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | add extra tests to verify that co_varnames is being... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jeremy Hylton | Fix bug reported by Ka-Ping Yee: The compiler botched... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jack Jansen | ucnhash module has gone. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Jack Jansen | ucnhash module has gone, xreadlines module added. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Skip Montanaro | added a few more __all__ lists |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Skip Montanaro | fail more completely by deleting dbhash from sys.module... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Sjoerd Mullender | Let's keep things portable to non GCC compilers, please. |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Clarify winsound.beep docs, in response to c.l.py beep... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Fix bugs introduced by rewrite (in particular, time... |
commit | commitdiff | tree | snapshot |
2001-01-25 |
Tim Peters | Reworked random.py so that it no longer depends on... |
commit | commitdiff | tree | snapshot |
next |