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 |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support for Unicode strings; 'U... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: support for Unicode string literals... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: added new builtin functions unicode... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Python Codec Registry and support functions, written... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add new string token types u".... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-AAndre Lemburg: add new unicode files |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Many changes for Unicode, by Marc-Andre Lemburg. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Unicode implementation by Marc-Andre Lemburg based... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Unicode character type helpers, written by Marc-Andre... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: added |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: added declarations for PyObject_AsC... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: include unicodeobject.h and codecs.h |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Marc-Andre Lemburg: add PyExc_UnicodeError |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Unicode implementation by Marc-Andre Lemburg based... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Python Codec Registry and support functions, by Marc... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Guido van Rossum | Part of the Unicode checkin for Marc-Andre Lemburg. |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | Catch up with change to CCompiler API: call 'create_sta... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | [from 2000-02-25] Second attempt at describing an insta... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | [from 2000-02-23] Description of the baroque and alread... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | Renamed 'link_static_lib() to 'create_static_lib()... |
commit | commitdiff | tree | snapshot |
2000-03-10 |
Greg Ward | Renamed 'link_static_lib() to 'create_static_lib()'. |
commit | commitdiff | tree | snapshot |
2000-03-09 |
Jeremy Hylton | a simple client-server framework for executing code... |
commit | commitdiff | tree | snapshot |
2000-03-09 |
Fred Drake | There are a few places which can raise DistutilsPlatfor... |
commit | commitdiff | tree | snapshot |
next |