Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added threadName to LogRecord | Vinay Sajip | 2005-03-31 | 1 | -0/+1 |
| | |||||
* | Minor wording fix. | Michael W. Hudson | 2005-03-30 | 1 | -2/+3 |
| | |||||
* | add 2.4.1 to the release history | Fred Drake | 2005-03-29 | 1 | -0/+1 |
| | |||||
* | Mention that DEBUG_LEAK includes DEBUG_SAVEALL. Fixes #1170460. | Martin v. Löwis | 2005-03-28 | 1 | -1/+3 |
| | | | | Will backport to 2.4. | ||||
* | SF #1169212: merge from 2.4 branch: fix silly typo in explaining AFMT | Greg Ward | 2005-03-28 | 1 | -8/+9 |
| | | | | | macros: U16 is unsigned and S16 is signed. Duh. Clarify surrounding text a bit and refer to OSS docs. | ||||
* | Fix whitespace. | Raymond Hettinger | 2005-03-27 | 1 | -1/+1 |
| | |||||
* | SF patch #1171417: bug fix for islice() in docs | Raymond Hettinger | 2005-03-27 | 1 | -9/+7 |
| | |||||
* | Function signatures for tp_descr_get and tp_descr_set. | Thomas Heller | 2005-03-24 | 1 | -1/+15 |
| | |||||
* | clean up the underscore mess for the typeset formats so that subscripts | Fred Drake | 2005-03-24 | 4 | -28/+256 |
| | | | | work in math displays (thanks to Bo Peng on the Doc-SIG) | ||||
* | Fix typo. | Walter Dörwald | 2005-03-23 | 1 | -1/+1 |
| | |||||
* | - fix markup bugs | Fred Drake | 2005-03-22 | 1 | -5/+14 |
| | | | | | - more consistent markup - elaborate a couple of points | ||||
* | Add the upload command. Make all dist commands register their | Martin v. Löwis | 2005-03-21 | 1 | -0/+35 |
| | | | | outputs with the distribution object. | ||||
* | correct ontosys url - closes 1167329 | Skip Montanaro | 2005-03-21 | 1 | -1/+1 |
| | |||||
* | fix obscure markup error, wrapping a long line | Fred Drake | 2005-03-21 | 1 | -2/+2 |
| | |||||
* | fix environment broken in revision 1.6 | Fred Drake | 2005-03-21 | 1 | -0/+1 |
| | |||||
* | PEP 314 implementation (client side): | Fred Drake | 2005-03-20 | 2 | -0/+84 |
| | | | | added support for the provides, requires, and obsoletes metadata fields | ||||
* | Write part of PEP 309 section | Andrew M. Kuchling | 2005-03-20 | 1 | -1/+22 |
| | |||||
* | Describe how to get back lib-old; if this isn't the best way, please let me know | Andrew M. Kuchling | 2005-03-20 | 1 | -1/+14 |
| | |||||
* | Add item | Andrew M. Kuchling | 2005-03-20 | 1 | -1/+11 |
| | |||||
* | Describe various things | Andrew M. Kuchling | 2005-03-20 | 1 | -6/+44 |
| | |||||
* | Fill-in missing argspec. | Raymond Hettinger | 2005-03-19 | 1 | -1/+1 |
| | |||||
* | Add a remove() method to collections.deque objects. | Raymond Hettinger | 2005-03-18 | 1 | -0/+6 |
| | |||||
* | add UnicodeReader and UnicodeWriter example classes | Skip Montanaro | 2005-03-18 | 1 | -0/+35 |
| | |||||
* | Revised the itertools quantifier recipes to match the performance of the | Raymond Hettinger | 2005-03-11 | 1 | -8/+8 |
| | | | | new builtins. | ||||
* | Add two new functions, any() and all(). | Raymond Hettinger | 2005-03-11 | 1 | -0/+26 |
| | |||||
* | Fix test for socket.getfqdn() to also include the name returned by | Brett Cannon | 2005-03-11 | 1 | -2/+2 |
| | | | | | | | socket.gethostname() in the check for a valid return. Also clarified docs (official and docstring) that the value from gethostname() is returned if gethostbyaddr() doesn't do the job. | ||||
* | - fix generated Texinfo markup for \deprecated | Fred Drake | 2005-03-10 | 1 | -1/+10 |
| | | | | | | - add support for additional markup: \leq, \textbar, \textit - add a comment about the non-support for the Euro character (ported from release24-maint branch release 1.10.4.2) | ||||
* | fix broken usage comment | Fred Drake | 2005-03-10 | 1 | -1/+1 |
| | |||||
* | add missing entries from GNU info conversion table | Fred Drake | 2005-03-10 | 1 | -0/+2 |
| | | | | (ported from release24-maint branch revision 1.10.4.1) | ||||
* | correct several markup errors caught by the GNU info conversion | Fred Drake | 2005-03-10 | 1 | -22/+25 |
| | | | | (ported from release24-maint branch revision 1.86.2.3) | ||||
* | operator.itemgetter() and operator.attrgetter() now support extraction | Raymond Hettinger | 2005-03-09 | 1 | -4/+11 |
| | | | | | of multiple fields. This provides direct support for sorting by multiple keys. | ||||
* | hmmm... moving def'n of version makes the __init__ unnecessary for the | Skip Montanaro | 2005-03-09 | 1 | -2/+0 |
| | | | | example | ||||
* | Correct description/example of how to override User-agent. | Skip Montanaro | 2005-03-09 | 1 | -4/+4 |
| | |||||
* | Make functional.partial() more closely match the spec by emulating some ↵ | Raymond Hettinger | 2005-03-08 | 1 | -0/+8 |
| | | | | | | | useful features of regular functions: * Made weak referencable. * Allow attribute access so a user can set __name__, __doc__, etc. | ||||
* | SF #1156412: document the __new__() static method | Greg Ward | 2005-03-08 | 1 | -0/+29 |
| | | | | (merge from release24-maint branch). | ||||
* | SF #818006: merge from release24-maint branch: add useful read-only | Greg Ward | 2005-03-07 | 1 | -1/+16 |
| | | | | attributes to oss_audio_device object: 'closed', 'name', and 'mode'. | ||||
* | Patch #918101: Add tarfile open mode r|* for auto-detection of the | Martin v. Löwis | 2005-03-05 | 1 | -1/+2 |
| | | | | stream compression; add, for symmetry reasons, r:* as a synonym of r. | ||||
* | Patch #1043890: tarfile: add extractall() method. | Martin v. Löwis | 2005-03-04 | 1 | -0/+25 |
| | |||||
* | Updates to the exceptions documentation (this is my patch #1156102). | Michael W. Hudson | 2005-03-04 | 2 | -23/+27 |
| | |||||
* | Patch #1107221: Updated "Working on Cygwin" section. | Martin v. Löwis | 2005-03-03 | 1 | -17/+28 |
| | | | | Will backport to 2.4. | ||||
* | minor edits: | Fred Drake | 2005-03-03 | 1 | -3/+4 |
| | | | | | | - function names marked with \function should include parentheses - "standard error" instead of "stderr" for text - a boolean parameter takes true or false values, not just True or False | ||||
* | Patches #749830, #1144555: allow UNIX mmap size to default to current | Martin v. Löwis | 2005-03-03 | 1 | -2/+4 |
| | | | | file size. | ||||
* | Document quiet parameter to decode. Fixes #803413. | Martin v. Löwis | 2005-03-03 | 1 | -1/+5 |
| | |||||
* | Noted that the module is new in version 2.5. | Raymond Hettinger | 2005-03-02 | 1 | -0/+1 |
| | |||||
* | Improve (?) description of system dependence of access to the pw_passwd | Skip Montanaro | 2005-03-02 | 1 | -2/+5 |
| | | | | field on systems that support shadow passwords. | ||||
* | Note various changes that need to be described | Andrew M. Kuchling | 2005-03-01 | 1 | -3/+26 |
| | |||||
* | SF patch #941881: PEP 309 Implementation (Partial Function Application). | Raymond Hettinger | 2005-02-28 | 2 | -0/+73 |
| | | | | | Combined efforts of many including Peter Harris, Hye-Shik Chang, Martin v. Löwis, Nick Coghlan, Paul Moore, and Raymond Hettinger. | ||||
* | Update an example to match current output. | Raymond Hettinger | 2005-02-23 | 1 | -3/+1 |
| | |||||
* | Document missing opcodes. | Raymond Hettinger | 2005-02-21 | 1 | -0/+8 |
| | |||||
* | Fix some wording and grammar nits. | Raymond Hettinger | 2005-02-21 | 1 | -5/+5 |
| |