2001-05-21 |
Andrew M. Kuchling | Fix bug #418369: typo in bdist_rpm |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Marc-André... | This patch changes the behaviour of the UTF-16 codec... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Andrew M. Kuchling | Fix bug #232619: fix misleading warning on installing... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Re-write the mailbox test suite to use PyUnit. Cover... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Guido van Rossum | parse_declaration(): be more lenient in what we accept... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Barry Warsaw | main(): default-domain argument to getopt.getopt()... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Barry Warsaw | __addentry(): add optional keyword arg `isdocstring... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Barry Warsaw | write(): A patch inspired by Tokio Kikuchi that sorts... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Update output to reflect additional precision produced... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Add documentation for Py_Main() and PyThreadState_GetDi... |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Typo: "that" --> "than" |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Tim Peters | SF bug #425836: Reference leak in filter(). |
commit | commitdiff | tree | snapshot |
2001-05-21 |
Fred Drake | Add :method info to the PyArg_ParseTuple() format strin... |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Fred Drake | Fix bug in smtplib example: the prompt said to end... |
commit | commitdiff | tree | snapshot |
2001-05-20 |
Fred Drake | Get Aahz listed correctly using his legal/professional... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Andrew M. Kuchling | Add another item |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Generate prototype-style function headers in stead... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Another include Carbon/Carbon.h |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Moved PyMac_GetFullPath from macgetargv.c to macglue... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Ifdeffed a few more sections. All functionality that... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Include Carbon/Carbon.h in stead of universal headers... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | include Carbon/Carbon.h in stead of universal headers... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Jack Jansen | Merged mactoolboxglue.c into macglue.c. A later step... |
commit | commitdiff | tree | snapshot |
2001-05-19 |
Tim Peters | Bugfix candidate. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Update a comment. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Simple conversion to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Simple conversion to PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Fix whitespace botch. |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Jeremy Hylton | vgetargs1() and vgetargskeywords(): Replace uses of... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Jeremy Hylton | Add a second special case to the inline function call... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Fred Drake | Added test suite for the new HTMLParser module, origina... |
commit | commitdiff | tree | snapshot |
2001-05-18 |
Guido van Rossum | A much improved HTML parser -- a replacement for sgmlli... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Tim Peters | Speed dictresize by collapsing its two passes into... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Added pymactoolboxglue.c and changed the exported symbo... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Dynamically loaded toolbox modules don't need to link... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Glue code to connect obj_New and obj_Convert routines... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | First step in porting MacPython modules to OSX/unix... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Guido van Rossum | Fixed botched indent in _init_mac() code. (It may... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Made distutils understand the MacPython Carbon runtime... |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Fixed macroman<->latin1 conversion. Some chars don't |
commit | commitdiff | tree | snapshot |
2001-05-17 |
Jack Jansen | Fixed macroman<->latin1 conversion. Some characters... |
commit | commitdiff | tree | snapshot |
2001-05-16 |
Marc-André... | Moved the encoding map building logic from the individu... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Jack Jansen | Bah, somehow the macroman<->iso-latin-1 translation... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Tim Peters | Speed tuple comparisons in two ways: |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Marc-André... | Add NEWS item for new string methods. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Tim Peters | Just changed "x,y" to "x, y" everywhere (i.e., inserted... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Guido van Rossum | Add quoted-printable codec |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Fred Drake | Beef up the unicode() description a bit, based on mater... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Fred Drake | abspath(): Fix inconsistent indentation. |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Marc-André... | This patch changes the way the string .encode() method... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Guido van Rossum | Add warnings to the strop module, for to those function... |
commit | commitdiff | tree | snapshot |
2001-05-15 |
Guido van Rossum | Ignore 'build' and 'Makefile.pre'. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tim Peters | Fix new compiler warnings. Also boost "start" from... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tim Peters | SF patch #418147 Fixes to allow compiling w/ Borland... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Fred Drake | fcntl.ioctl(): Update error message; necessity noted... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Fred Drake | Convert a couple of comments to docstrings -- PyUnit... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tim Peters | pprint's workhorse _safe_repr() function took time... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Fred Drake | Convert the pprint test to use PyUnit. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Fred Drake | Make sure we include all of Python's numeric types... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Jack Jansen | Added a WITHOUT_FRAMEWORKS define to all the config... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Guido van Rossum | Fix a typo, consistently spell ASCII in all caps, and... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Mark Hammond | Fix the Py_FileSystemDefaultEncoding checkin - declare... |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Greg Stein | Fix the .find() method for memory maps. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Tim Peters | SF bug[ #423781: pprint.isrecursive() broken. |
commit | commitdiff | tree | snapshot |
2001-05-14 |
Mark Hammond | Add mention of the default file system encoding for... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Tim Peters | A disgusting "fix" for the test___all__ failure under... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Mark Hammond | Add support for Windows using "mbcs" as the default... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Tim Peters | Aggressive reordering of dict comparisons. In case... |
commit | commitdiff | tree | snapshot |
2001-05-13 |
Tim Peters | Get rid of the superstitious "~" in dict hashing's... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Jack Jansen | Got the first MacPython module working under MacOSX... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Jack Jansen | Be more sensible about when to use TARGET_API_MAC_OS8... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Jack Jansen | Added iterobject.c to the project. And trying my first... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Tim Peters | Repair "module has no attribute xxx" error msg; bug... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Guido van Rossum | Refactored, with some future plans in mind. |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Guido van Rossum | Move the action of loading the configuration to the... |
commit | commitdiff | tree | snapshot |
2001-05-12 |
Guido van Rossum | Delete goodname() method, which is unused. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Tim Peters | Variant of patch #423262: Change module attribute... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Fix a minor style consistency issue. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Fix one bare except: clause. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | [].index() raises ValueError if the value is not in... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | [].index() raises ValueError if the value is not in... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Only catch NameError and TypeError when attempting... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Remove a bare try/except completely -- it just did... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | When guarding an import, only catch ImportError. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Clean up a bare except where we only expect to catch... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Clean up bare except where only IOError makes sense. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Clean up bare except: when determining whether a file... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Opening a file for reading can raise IOError, so only... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | int() of a string is only expected to through ValueErro... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | <socket>.getsockopt() and <socket>.setsockopt() can... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Catch only the relevant exceptions instead of using... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Add some text to make the dircmp object section more... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Include sys/modem.h if we have it; this is needed on... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | the usual... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Add a check for sys/modem.h, needed by termios on HP-UX. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | --sigh-- |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Markup adjustments to avoid getting junk in the index. |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Jeremy Hylton | Variant of SF patch 423181 |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | unlink() would normally be found in the "os" module... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Tim Peters | Cosmetic: code under "else" clause was missing indent. |
commit | commitdiff | tree | snapshot |
next |