Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 20 | -33/+33 |
| | |||||
* | [ 1243288 ] Misuse of "it's" | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 8 | -8/+8 |
| | |||||
* | SF #1204347: typo fix. | Greg Ward | 2005-07-22 | 1 | -2/+2 |
| | |||||
* | Backport checkin: | Walter Dörwald | 2005-07-20 | 2 | -6/+25 |
| | | | | | | Make attributes and local variables in the StreamReader str objects instead of unicode objects, so that codecs that do a str->str decoding won't promote the result to unicode. This fixes SF bug #1241507. | ||||
* | add information about alternate implementations, noting that documentation | Fred Drake | 2005-07-20 | 1 | -1/+51 |
| | | | | | for the implementation should be consulted (thanks to Evelyn Mitchell for suggesting this; backported from trunk rev 1.16) | ||||
* | Backport: fix cleanup DECREF logic in builtin_filter function. | Georg Brandl | 2005-07-19 | 1 | -6/+6 |
| | |||||
* | added news entry for previous checkin | Georg Brandl | 2005-07-18 | 1 | -0/+2 |
| | |||||
* | backport bug [ 755617 ] os module: Need a better description of "mode" | Georg Brandl | 2005-07-18 | 1 | -0/+5 |
| | |||||
* | backport bug [ 850238 ] unclear documentation/missing command? | Georg Brandl | 2005-07-18 | 1 | -3/+3 |
| | |||||
* | backport bug [ 957505 ] SocketServer module documentation misleading | Georg Brandl | 2005-07-18 | 2 | -7/+5 |
| | |||||
* | backporting fix by tim_one: | Georg Brandl | 2005-07-18 | 2 | -5/+10 |
| | | | | | | | | | | | | """ SF bug #1238681: freed pointer is used in longobject.c:long_pow(). In addition, long_pow() skipped a necessary (albeit extremely unlikely to trigger) error check when converting an int modulus to long. Alas, I was unable to write a test case that crashed due to either cause. """ | ||||
* | backport bug [ 1021621 ] use first_name, not first, in code samples | Georg Brandl | 2005-07-17 | 1 | -2/+2 |
| | |||||
* | bug [ 872769 ] os.access() documentation should stress race conditions | Georg Brandl | 2005-07-17 | 1 | -0/+5 |
| | |||||
* | backport [ 912943 ] 7.5.6 Thread Objects is too vague | Georg Brandl | 2005-07-17 | 1 | -1/+6 |
| | |||||
* | backport Bug #1015140: disambiguated the term "article id" in nntplib docs and | Georg Brandl | 2005-07-17 | 3 | -6/+11 |
| | | | | docstrings to either "article number" or "message id". | ||||
* | backport bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete ↵ | Georg Brandl | 2005-07-17 | 1 | -2/+2 |
| | | | | documentated | ||||
* | use macro | Skip Montanaro | 2005-07-17 | 1 | -1/+1 |
| | |||||
* | backport | Skip Montanaro | 2005-07-17 | 1 | -1/+2 |
| | |||||
* | Backport checkin: | Walter Dörwald | 2005-07-12 | 1 | -27/+45 |
| | | | | | Apply SF patch #1101726: Fix buffer overrun in tokenizer.c when a source file with a PEP 263 encoding declaration results in long decoded line. | ||||
* | Oops. | Georg Brandl | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | backport bug [ 1232768 ] Mistakes in online docs under "5.3 Pure Embedding" | Georg Brandl | 2005-07-12 | 1 | -6/+4 |
| | |||||
* | backport bug [ 1235266 ] debug info file descriptor of tarfile is inconsistent | Georg Brandl | 2005-07-12 | 1 | -1/+1 |
| | |||||
* | Backport: | Georg Brandl | 2005-07-11 | 2 | -27/+32 |
| | | | | | | | | | SF bug 1185883: PyObject_Realloc can't safely take over a block currently managed by C, because it's possible for the block to be smaller than the new requested size, and at the end of allocated VM. Trying to copy over nbytes bytes to a Python small-object block can segfault then, and there's no portable way to avoid this (we would have to know how many bytes starting at p are addressable, and std C has no means to determine that). | ||||
* | bug 1234979 addition | Georg Brandl | 2005-07-09 | 1 | -2/+2 |
| | |||||
* | backport bug [ 1234979 ] Lock.acquire treats only 1 as True | Georg Brandl | 2005-07-08 | 2 | -1/+4 |
| | |||||
* | backport bug [ 969757 ] function and method objects confounded in Tutorial | Georg Brandl | 2005-07-08 | 1 | -1/+1 |
| | |||||
* | backport bug #1177468: don't cache /dev/urandom file descriptor in os.urandom | Georg Brandl | 2005-07-04 | 2 | -8/+7 |
| | |||||
* | Revert patch for 1162912. | Georg Brandl | 2005-07-04 | 1 | -3/+0 |
| | |||||
* | backport bug [ 1162912 ] typesseq-mutable lacks note on combined key/cmp usage | Georg Brandl | 2005-07-03 | 1 | -0/+3 |
| | |||||
* | backport doctest for weakref examples | Georg Brandl | 2005-07-02 | 2 | -2/+90 |
| | |||||
* | backport patch [ 1231538 ] Typo fix in compiler/transformer.py (WalkerEror) | Georg Brandl | 2005-07-02 | 1 | -11/+11 |
| | |||||
* | backport bug [ 1228904 ] weakref example broken | Georg Brandl | 2005-07-02 | 1 | -5/+2 |
| | |||||
* | backport patch [ 1230615 ] Patch for (Doc) #1168746 (frame.f_exc_*) | Georg Brandl | 2005-07-02 | 1 | -11/+14 |
| | | | | backport bug [ 1204734 ] incorrect description of __getattribute__ | ||||
* | Cross reference the set built-ins with the sets module. | Raymond Hettinger | 2005-07-01 | 1 | -0/+8 |
| | |||||
* | Provide a comparison to the builtin set types. | Raymond Hettinger | 2005-07-01 | 1 | -2/+32 |
| | |||||
* | More info on rounding modes. Add sections for floating point notes. | Raymond Hettinger | 2005-07-01 | 1 | -7/+12 |
| | |||||
* | Note that file objects are iterable. | Raymond Hettinger | 2005-06-28 | 1 | -0/+15 |
| | |||||
* | * Show the keyword argument form of dict(). | Raymond Hettinger | 2005-06-27 | 1 | -2/+12 |
| | | | | * Note that dict works with the "in" keyword. | ||||
* | add note that os.EX_* constants are subject to availability on the host | Fred Drake | 2005-06-27 | 1 | -0/+3 |
| | | | | platform | ||||
* | - Bug #839151: Fix an attempt to access sys.argv in the warnings module | Georg Brandl | 2005-06-26 | 1 | -0/+3 |
| | | | | though this can be missing in embedded interpreters | ||||
* | backport bug [ 839151 ] attempt to access sys.argv when it doesn't exist | Georg Brandl | 2005-06-26 | 1 | -1/+5 |
| | |||||
* | backport bug [ 1172785 ] doctest.script_from_examples() result sometimes ↵ | Georg Brandl | 2005-06-26 | 1 | -1/+2 |
| | | | | un-exec-able | ||||
* | - Bug #1155638: Fix a bug which affected HTTP 0.9 responses in httplib. | Georg Brandl | 2005-06-26 | 1 | -0/+2 |
| | |||||
* | backport bug [ 1155638 ] self.length shield exception in httplib | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
| | |||||
* | Backport: Prevent creating a HTML link to file://?/ | Georg Brandl | 2005-06-26 | 1 | -2/+5 |
| | |||||
* | - Bug #1100201: Cross-site scripting was possible on BaseHTTPServer via | Georg Brandl | 2005-06-26 | 1 | -0/+19 |
| | | | | error messages. | ||||
* | backport bug [ 1100201 ] Cross-site scripting on BaseHTTPServer | Georg Brandl | 2005-06-26 | 1 | -1/+4 |
| | |||||
* | backport bug [ 1072853 ] thisid not intialized in pindent.py script | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
| | |||||
* | backport bug [ 1166582 ] IterableUserDict not in docs | Georg Brandl | 2005-06-25 | 1 | -3/+9 |
| |