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 |
2001-05-09 |
Fred Drake | Modify to allow file objects wherever file descriptors... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | fdconv(): Do not second guess the error condition... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | SF patch #416247 2.1c1 stringobject: unused vrbl cleanup. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Itamar Shtull-Trauring <python@itamarst.org>: |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Three uses of makesockaddr() used sockaddr buffers... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | SF patch #416249, from Mark Favas: 2.1c1 compile:... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | Minor fiddling related to |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Update build notes for Mac OS X 10.0. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Only import termio.h on OSF, and add a comment about... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Fix the operator precedence table: exponentiation binds... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Remove items that have been done or are being tracked... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Update the directory names to match changes at SourceForge. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Jeremy Hylton | Trivial tests of urllib2 for recent SF bug |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Work around limitations of the module synopsis table... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Jeremy Hylton | Raise useful exception when called with URL for which... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Minor adjustments to HTML for the module synopsis tables. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | Sheesh -- repair the dodge around "cast isn't an lvalue... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | Mark Favas reported that gcc caught me using casts... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Job.build_html(): Be more robust in ensuring about... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | There is no IMAP class in the imaplib module; the class... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Fred Drake | Note that when inplace=1 existing backup files will... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Mark Hammond | Always pass a full path name to LoadLibraryEx(). Fixes... |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | Ack! Restore the COUNT_ALLOCS one_strings code. |
commit | commitdiff | tree | snapshot |
2001-05-09 |
Tim Peters | My change to string_item() left an extra reference... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Tim Peters | Intern 1-character strings as soon as they're created... |
commit | commitdiff | tree | snapshot |
2001-05-08 |
Tim Peters | Blurb about the increased precision of float literals... |
commit | commitdiff | tree | snapshot |
next |