2000-03-28 |
Guido van Rossum | Mark Hammond: test suite for new winreg module. |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | Marc-Andre Lemburg: |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | Piers Lauder: |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | Fix suggested by Magnus Kessler: in class Page, it... |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | Patch by Neil Schemenauer to remove support for Tcl... |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Just van Rossum | small fix: don't depend on the exact location of Python... |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Just van Rossum | Added getaboutmenutext() method. (jvr) |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Just van Rossum | - new version of PythonCGISlave |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | MBCS codecs. (Win32 only.) By Mark Hammond. |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | Prototypes added for MBCS codecs. (Win32 only.) |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | Typo fixed by Mark Hammond. |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Guido van Rossum | MBCS codecs for Windows. Contributed by Mark Hammond. |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Guido van Rossum | Add a call to Tcl_FindExecutable(). This was inspired... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Guido van Rossum | Skip Montanaro: |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Just van Rossum | my previous patch didn't give enough events to SIOUX... |
commit | commitdiff | tree | snapshot |
2000-03-27 |
Just van Rossum | fixed several event handling buglets, added command... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Greg Ward | Beefed up error-handling in 'setup()' a smidge: |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Greg Ward | Duh, it helps if '_nt_quote_args()' actually returns... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Greg Ward | Fixed a bunch of screwed-up logic and inconsistent... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Greg Ward | Added 'runtime_library_dirs' parameter to 'link_*(... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Greg Ward | Added 'runtime_library_dirs' parameter to 'link_*(... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Greg Ward | Added 'runtime_library_dirs' parameter to 'link_*(... |
commit | commitdiff | tree | snapshot |
2000-03-26 |
Just van Rossum | realcgitest.py: added import MacOS, it now works again... |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Guido van Rossum | Christian Tismer: |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Guido van Rossum | Marc-Andre Lemburg: |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Guido van Rossum | Fix all routines to use PyArg_ParseTuple(), and add... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Guido van Rossum | Fix the test so that connect() and bind() are called... |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Guido van Rossum | Marc-Andre Lemburg: |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Guido van Rossum | Regenerated with test for 'contains'. |
commit | commitdiff | tree | snapshot |
2000-03-24 |
Andrew M. Kuchling | Fix probable bug; if errno == EINTR, floatsleep() doesn... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Fred Drake | From Sjoerd Mullender <sjoerd@oratrix.nl>: |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Greg Ward | Import fix. |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Greg Ward | Fixed '_nt_quote_args()': backwards logic reversed... |
commit | commitdiff | tree | snapshot |
2000-03-23 |
Greg Ward | Fixed the class name. |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Jack Jansen | Data of type Point is passed by value, not by reference. |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Fix small errors in description of Mac, Windows install... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Revised tons of comments to reflect the current state... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Run 'install_lib' instead of 'install_py', and ditch... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Renamed install_py.py to install_lib.py, since it now... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Obsolete command -- no longer relevant since we now... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Dropped the evil and misguided 'set_peer_option()'... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Dropped any notion of allowing the user to specify... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Improved an error message in 'mkpath()'. |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Renamed 'install_path' to 'extra_path'. |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Yet another complete rewrite. Hopefully the *last... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Fix how we set 'build_dir' and 'install_dir' options... |
commit | commitdiff | tree | snapshot |
2000-03-22 |
Greg Ward | Took out what looks like old debugging code that probab... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Jack Jansen | Added UserPane callbacks for HitTest and Tracking.... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Jack Jansen | Added a GetControlRect() method to controls which retur... |
commit | commitdiff | tree | snapshot |
2000-03-21 |
Fred Drake | Updated comment: in PyTypeObject: |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Barry Warsaw | On 17-Mar-2000, Marc-Andre Lemburg said: |
commit | commitdiff | tree | snapshot |
2000-03-20 |
Jack Jansen | Started on support for callbacks for UserPane controls... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Simplified doc string. |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Oops! Don't call 'ensure_ready()' in 'Distribution... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Tweaked all over: |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de>: |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Patch from Bastian Kleineidam <calvin@cs.uni-sb.de... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Contribution from Bastian Kleineidam <calvin@cs.uni... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | In 'finalize_options()': if 'self.libs' is a string... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Changed to pay attention to the 'runtime_library_dirs... |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Greg Ward | Third attempt at documenting an installation scheme... |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Fred Drake | Of course, I forget how to type long ago... |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Jack Jansen | Added a method GetMediaNextInterestingTimeOnly, which... |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Fred Drake | "write marshalled" --> "writes marshalled" (in docstrin... |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Fred Drake | Oops, another in the same file; I should read the mail... |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Fred Drake | "intput" --> "input" (in docstring); noted by Detlef... |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Jeremy Hylton | complete rewrite |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Jeremy Hylton | simplify visitor walker class |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Jeremy Hylton | fix list.append problems |
commit | commitdiff | tree | snapshot |
2000-03-16 |
Jeremy Hylton | change name of Set method: items -> elements (avoids... |
commit | commitdiff | tree | snapshot |
2000-03-15 |
Fred Drake | Script to annotate api.tex with reference count informa... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Jack Jansen | AETransactionID was mistakenly defined as a short ... |
commit | commitdiff | tree | snapshot |
2000-03-14 |
Jeremy Hylton | Fix bogus error reporting on strptime: let PyArg_ParseT... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Marc-Andre Lemburg: add declaration for PyUnicode_Conta... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Marc-Andre Lemburg: Add tests for mixed use of char... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Checking in the new, improve file.writelines() code. |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Christian Tismer's "trashcan" patch: |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Fix typo in replace() detected by Mark Hammond and... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Add sq_contains implementation. |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Added Christian Tismer's patch to allow list.append... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Added encodings to the LIBSUBDIRS variable, so that... |
commit | commitdiff | tree | snapshot |
2000-03-13 |
Guido van Rossum | Tim Peters writes: |
commit | commitdiff | tree | snapshot |
2000-03-11 |
Guido van Rossum | VC++ project changes to add new Unicode files and modules. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: test script for Unicode implementation. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: the maxsplit argument for split... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Module codecs -- Python Codec Registry, API and helpers... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support pickling Unicode objects... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add UnicodeType. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Unicode encodings. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Add UnicodeError, derived from... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Python Unicode integration proposal... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add new Unicode-related files. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: Add _codecs and unicodedata modules. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support pickling Unicode objects... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Module unicodedata -- Provides access to the Unicode... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Internal module _codecs -- Provides access to the codec... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre-Lemburg: The Unicode Database. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add new unicode files |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add calls to initialize and finaliz... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support marshalling Unicode objects... |
commit | commitdiff | tree | snapshot |
next |