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 |
2001-05-11 |
Fred Drake | Replace "\begin{classdesc}{SomeClass}{\unspecified... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Document the new classdesc* environment, and the previo... |
commit | commitdiff | tree | snapshot |
2001-05-11 |
Fred Drake | Define a new environment, classdesc*, which can be... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Write a better synopsis for the Scrap module, and provi... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Actually include a synopsis line for the ColorPicker... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Restore dicts' tp_compare slot, and change dict_richcom... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Make test_mutants stronger by also adding random keys... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Change test_mmap.py to use test_support.TESTFN instead... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Repair typos in comments. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Repair typo in comment. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Change some text just a little to avoid font-lock hell. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Fix typo in weakref.proxy() documentation. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Extend the weakref test suite to cover the complete... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Update example to no longer use the FCNTL module. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Fix the fcntl() docstring so the user is not mis-direct... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Do no regenerate modules that should no longer be here. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Remove all remaining uses of the FCNTL module from... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Fix typo reported by David Goodger. This closes SF... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Remove all mentions of the strop module -- it has been... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Jack Jansen | Added a note that test_longexp needs 400MB. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Jack Jansen | Has been dead so long that there's no use keeping it... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | SF bug #422121 Insecurities in dict comparison. |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Fred Drake | Update to reflect deprecation of the FCNTL module:... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Steve Purcell | patch 418489 from Andrew Dalke for string format bug |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Guido has Spoken. Restore strop.replace()'s treatment... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | The strop module and test_strop.py believe replace... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Heh. I need a break. After this: stropmodule & strin... |
commit | commitdiff | tree | snapshot |
2001-05-10 |
Tim Peters | Fudge. stropmodule and stringobject both had copies... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | SF bug #422088: [OSF1 alpha] string.replace(). |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | Mechanical changes for easier edits. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Remove the old platform-specific FCNTL.py modules;... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Add a new FCNTL.py backward compatibility module that... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Update the tests for the fcntl module to check passing... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Update the fcntl module documentation. |
commit | commitdiff | tree | snapshot |
next |