| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove extra period produced by previous change. | Fred Drake | 2002-05-02 | 1 | -3/+3 |
|
|
* | Correct information on support for repietition & concatenation for buffer | Fred Drake | 2002-05-02 | 1 | -6/+8 |
|
|
* | Add Pickler.clear_memo() so the pickle and cPickle modules are more similar. | Fred Drake | 2002-05-01 | 1 | -4/+9 |
|
|
* | Explain what os.read() returns at end of file. | Fred Drake | 2002-05-01 | 1 | -1/+3 |
|
|
* | Add missing right-parenthesis. | Fred Drake | 2002-05-01 | 1 | -1/+1 |
|
|
* | Add a note about when the "%r" formatting code was added. | Fred Drake | 2002-04-30 | 1 | -0/+1 |
|
|
* | Mostly in SequenceMatcher.{__chain_b, find_longest_match}: | Tim Peters | 2002-04-29 | 1 | -14/+18 |
|
|
* | Slightly expand and clarify the differences between getegid(), getgid(), | Fred Drake | 2002-04-26 | 1 | -6/+9 |
|
|
* | Be more consistent, both internally and with recommended practice. | Fred Drake | 2002-04-26 | 1 | -4/+2 |
|
|
* | Documentation for the enumerate() function/type. | Fred Drake | 2002-04-26 | 1 | -0/+12 |
|
|
* | Add text about circular references caused by storing frames in local | Fred Drake | 2002-04-23 | 1 | -0/+16 |
|
|
* | WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New. | Fred Drake | 2002-04-23 | 1 | -6/+38 |
|
|
* | SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL) | Anthony Baxter | 2002-04-23 | 1 | -3/+9 |
|
|
* | Apply patch diff.txt from SF feature request | Walter Dörwald | 2002-04-22 | 1 | -7/+18 |
|
|
* | typo | Skip Montanaro | 2002-04-17 | 1 | -1/+1 |
|
|
* | Add a version annotation for the help() function. | Fred Drake | 2002-04-17 | 1 | -0/+1 |
|
|
* | added small clarification to the descriptions of encode() and decode() | Skip Montanaro | 2002-04-16 | 1 | -2/+6 |
|
|
* | Be consistent in presenting the signatures. | Fred Drake | 2002-04-15 | 1 | -1/+1 |
|
|
* | Add docs for os.fchdir(). | Fred Drake | 2002-04-15 | 1 | -0/+9 |
|
|
* | Apply the second version of SF patch http://www.python.org/sf/536241 | Walter Dörwald | 2002-04-15 | 1 | -0/+6 |
|
|
* | Patch #543447: Add posix.mknod. | Martin v. Löwis | 2002-04-14 | 1 | -0/+11 |
|
|
* | Document the optional argument to the .strip(), .rstrip(), .strip() string | Fred Drake | 2002-04-13 | 1 | -8/+20 |
|
|
* | BDFL agreed with Tim: rehabilitate randint(). | Fred Drake | 2002-04-12 | 1 | -1/+0 |
|
|
* | Add Raymond Hettinger's d.pop(). See SF patch 539949. | Guido van Rossum | 2002-04-12 | 1 | -0/+3 |
|
|
* | Explain octal escapes. Fixes #542226. | Martin v. Löwis | 2002-04-11 | 1 | -5/+3 |
|
|
* | Remove mention of 'pre' module | Andrew M. Kuchling | 2002-04-10 | 1 | -9/+0 |
|
|
* | document all the valid encoding values | Skip Montanaro | 2002-04-10 | 1 | -1/+4 |
|
|
* | Update docs for bool changes by Guido around April 6 | Neal Norwitz | 2002-04-09 | 6 | -16/+16 |
|
|
* | Patch #512005: getrusage() returns struct-like object. | Martin v. Löwis | 2002-04-08 | 1 | -33/+39 |
|
|
* | Do not call "knee" a standard module, and point to the new location. | Fred Drake | 2002-04-08 | 1 | -3/+3 |
|
|
* | Update doc to reflect Tim's changes to bool. | Neal Norwitz | 2002-04-05 | 8 | -27/+28 |
|
|
* | Add a version annotation regarding the urlopen(proxies={...}). | Fred Drake | 2002-04-04 | 1 | -0/+2 |
|
|
* | The rest of the documentation for manual proxy configuration for a basic | Fred Drake | 2002-04-04 | 1 | -3/+20 |
|
|
* | Documentation for manual proxy configuration, by Andy Gimblett. | Fred Drake | 2002-04-04 | 1 | -0/+35 |
|
|
* | SF 539024, Fix broken link to numpy | Neal Norwitz | 2002-04-04 | 1 | -1/+1 |
|
|
* | Add the 'bool' type and its values 'False' and 'True', as described in | Guido van Rossum | 2002-04-03 | 2 | -10/+41 |
|
|
* | Add an experimental mechanism to support extending the pprint formatting. | Fred Drake | 2002-04-02 | 1 | -0/+23 |
|
|
* | Explain that os.spawn*() return the process handle on Windows. | Fred Drake | 2002-04-01 | 1 | -3/+5 |
|
|
* | Fix up the documentation of the type codes to give both the C and Python | Fred Drake | 2002-04-01 | 1 | -17/+24 |
|
|
* | Minor wording change. | Fred Drake | 2002-03-28 | 1 | -1/+1 |
|
|
* | add exception class hierarchy. This should probably be done differently, | Skip Montanaro | 2002-03-28 | 1 | -0/+44 |
|
|
* | Add documentation on the hasfree data object. | Fred Drake | 2002-03-28 | 1 | -0/+4 |
|
|
* | Minor consistency adjustments. | Fred Drake | 2002-03-28 | 1 | -11/+12 |
|
|
* | Expose C library's gettext. Fixes #516412. | Martin v. Löwis | 2002-03-27 | 1 | -0/+18 |
|
|
* | add seealso referring to site module doc where people can learn how to | Skip Montanaro | 2002-03-27 | 1 | -0/+6 |
|
|
* | Document the finditer() function and method. | Fred Drake | 2002-03-25 | 1 | -2/+26 |
|
|
* | Added description of binhex.Error. | Fred Drake | 2002-03-25 | 1 | -0/+8 |
|
|
* | document InvalidURL exception | Skip Montanaro | 2002-03-24 | 1 | -0/+5 |
|
|
* | Add local_hostname to SMTP.__init__(). | Neil Schemenauer | 2002-03-24 | 1 | -1/+2 |
|
|
* | Add more example exceptions that unpickling can raise. | Neil Schemenauer | 2002-03-22 | 1 | -1/+2 |
|
|