Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Separate source link from main text. | Raymond Hettinger | 2011-01-10 | 27 | -1/+53 |
| | |||||
* | Fixed a footnote reference | Alexander Belopolsky | 2011-01-10 | 1 | -1/+1 |
| | |||||
* | Fix typos. | Raymond Hettinger | 2011-01-10 | 1 | -50/+50 |
| | |||||
* | Move source links to consistent location and remove wordy, big yellow boxes. | Raymond Hettinger | 2011-01-10 | 26 | -114/+37 |
| | |||||
* | #10871: "file" does not exist anymore in Python 3. Also adapt the reprs of ↵ | Georg Brandl | 2011-01-09 | 1 | -14/+14 |
| | | | | opened file objects. | ||||
* | Wrap some long examples and signatures. | Georg Brandl | 2011-01-09 | 1 | -7/+14 |
| | |||||
* | #10869: do not visit root node twice in ast.increment_lineno(). | Georg Brandl | 2011-01-09 | 1 | -3/+3 |
| | |||||
* | Issue #10357: Clarify what it means to be a mapping. | Raymond Hettinger | 2011-01-08 | 1 | -3/+5 |
| | |||||
* | zlib only works with bytes objects. | Georg Brandl | 2011-01-08 | 1 | -22/+22 |
| | |||||
* | Fixed documentation to reflect recent changes for years < 1900. | Alexander Belopolsky | 2011-01-08 | 2 | -6/+19 |
| | |||||
* | Markup fix | Raymond Hettinger | 2011-01-08 | 1 | -2/+2 |
| | |||||
* | Issue 9717: Segregate and improve the documentation of "in-place" operators | Raymond Hettinger | 2011-01-08 | 1 | -85/+109 |
| | | | | in the operator module. | ||||
* | #10855: document close() semantics of wave objects. | Georg Brandl | 2011-01-08 | 1 | -9/+15 |
| | |||||
* | Issue 10533: Need example of using __missing__. | Raymond Hettinger | 2011-01-08 | 1 | -2/+14 |
| | |||||
* | Issue #10813: Small improvement to decimal money format recipe. | Raymond Hettinger | 2011-01-08 | 1 | -1/+2 |
| | |||||
* | #10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s. | R. David Murray | 2011-01-07 | 4 | -7/+16 |
| | | | | | | This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding). | ||||
* | Revert r87821 which moved the source link to the wrong section (from the ↵ | Raymond Hettinger | 2011-01-07 | 1 | -6/+5 |
| | | | | module intro covering the module to a section on thread imports). | ||||
* | Revert r87823 which moved the source link to the wrong section. | Raymond Hettinger | 2011-01-07 | 1 | -3/+5 |
| | |||||
* | Update the digest of PEP 3333 based on comments for Phillip Eby. | Raymond Hettinger | 2011-01-07 | 1 | -9/+23 |
| | |||||
* | Fix indent. | Georg Brandl | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | Combine the two seealso sections. | Raymond Hettinger | 2011-01-07 | 1 | -6/+4 |
| | |||||
* | Issue #10827: Changed the rules for 2-digit years. The time.asctime | Alexander Belopolsky | 2011-01-07 | 1 | -15/+26 |
| | | | | | | | | function will now format any year when time.accept2dyear is false and will accept years >= 1000 otherwise. The year range accepted by time.mktime and time.strftime is still system dependent, but time.mktime will now accept full range supported by the OS. Conversion of 2-digit years to 4-digit is deprecated. | ||||
* | Mention multiprocessing.Queue in the queue docs | Antoine Pitrou | 2011-01-07 | 1 | -4/+9 |
| | |||||
* | Group seealsos | Antoine Pitrou | 2011-01-07 | 2 | -8/+4 |
| | |||||
* | Put those "seealso"s together | Antoine Pitrou | 2011-01-07 | 3 | -12/+5 |
| | |||||
* | Put those source links together | Antoine Pitrou | 2011-01-07 | 1 | -5/+3 |
| | |||||
* | atexit.py doesn't exist | Antoine Pitrou | 2011-01-07 | 1 | -5/+1 |
| | |||||
* | Put link to source at the end. There's nothing edificating in threading.py. | Antoine Pitrou | 2011-01-07 | 1 | -5/+6 |
| | |||||
* | #10856: document (Base)Exception.args better. | Georg Brandl | 2011-01-07 | 1 | -12/+26 |
| | |||||
* | Undo an accidental commit in r87812. | Brett Cannon | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Get --coverage to be an acceptable flag for test.regrtest again. | Brett Cannon | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | Typo. | Raymond Hettinger | 2011-01-06 | 1 | -2/+2 |
| | |||||
* | #10846: fix typo. | Georg Brandl | 2011-01-06 | 1 | -3/+3 |
| | |||||
* | Elaborate about the GIL. | Antoine Pitrou | 2011-01-06 | 2 | -13/+35 |
| | |||||
* | Add acks where acks are due. | Georg Brandl | 2011-01-06 | 1 | -0/+1 |
| | |||||
* | Fix various issues (mostly Python 2 relics) found by Jacques Ducasse. | Georg Brandl | 2011-01-06 | 9 | -56/+47 |
| | |||||
* | itertools, operator and functools are not really "numeric" modules; move ↵ | Georg Brandl | 2011-01-06 | 3 | -3/+16 |
| | | | | them into their own "functional" chapter. | ||||
* | Issue #10840: make it explicit that "s*" and friends provide contiguous memory. | Antoine Pitrou | 2011-01-06 | 1 | -3/+4 |
| | |||||
* | Nits | Raymond Hettinger | 2011-01-06 | 1 | -5/+4 |
| | |||||
* | Add PEP 3333 to whatsnew. | Raymond Hettinger | 2011-01-06 | 1 | -1/+32 |
| | |||||
* | Add more porting notes. | Raymond Hettinger | 2011-01-05 | 1 | -0/+7 |
| | |||||
* | Remove mention of codes pending further discussion on transform()/untransform(). | Raymond Hettinger | 2011-01-05 | 1 | -10/+0 |
| | |||||
* | RC1 updates to whatsnew | Raymond Hettinger | 2011-01-05 | 1 | -26/+86 |
| | |||||
* | Overhaul the documentation about socket timeouts. | Antoine Pitrou | 2011-01-05 | 1 | -49/+84 |
| | |||||
* | Update tests and whatsnew for the 'quiet' flag | Raymond Hettinger | 2011-01-05 | 1 | -1/+8 |
| | |||||
* | Issue #5485: Add doc for expat.xmlparser.SetParamEntityParsing. | Antoine Pitrou | 2011-01-05 | 1 | -0/+7 |
| | |||||
* | #10130: Prepare for building epub-format docs. | Georg Brandl | 2011-01-05 | 3 | -0/+23 |
| | |||||
* | Fix duplicate end tag. | Georg Brandl | 2011-01-05 | 1 | -1/+1 |
| | |||||
* | #10790: make append work when output codec is different from input codec | R. David Murray | 2011-01-05 | 1 | -8/+9 |
| | | | | | There's still a bug here (the encode call shouldn't use the 'errors' paramter), but I'll fix that later. | ||||
* | Issue #8013: time.asctime and time.ctime no longer call system asctime | Alexander Belopolsky | 2011-01-04 | 1 | -1/+1 |
| | | | | | | | and ctime functions. The year range for time.asctime is now 1900 through maxint. The range for time.ctime is the same as for time.localtime. The string produced by these functions is longer than 24 characters when year is greater than 9999. |