| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid relying on the default reST role in logging library doc | Éric Araujo | 2011-10-22 | 1 | -10/+10 |
|
|
* | Fix text duplication. Spotted by Nick Coghlan, thanks! | Éric Araujo | 2011-10-21 | 1 | -2/+2 |
|
|
* | #12753: Add support for Unicode name aliases and named sequences. | Ezio Melotti | 2011-10-21 | 1 | -0/+9 |
|
|
* | Banch merge | Éric Araujo | 2011-10-21 | 1 | -0/+4 |
|\ |
|
| * | Document that packaging doesn’t create __init__.py files (#3902). | Éric Araujo | 2011-10-21 | 1 | -0/+4 |
|
|
* | | Closes #13235: Added deprecation for warn() methods and function in logging. | Vinay Sajip | 2011-10-21 | 1 | -2/+9 |
|
|
* | | Issue #12170: The count(), find(), rfind(), index() and rindex() methods | Antoine Pitrou | 2011-10-20 | 1 | -0/+6 |
|
|
* | | #13219: merge with 3.2. | Ezio Melotti | 2011-10-20 | 1 | -24/+30 |
|\ \ |
|
| * | | #13219: clarify section about character sets in the re documentation. | Ezio Melotti | 2011-10-20 | 1 | -24/+30 |
|
|
* | | | Issue 13227: Option to make the lru_cache() type specific (suggested by Andre... | Raymond Hettinger | 2011-10-20 | 1 | -3/+10 |
|
|
* | | | Mention that os.O_CLOEXEC was added to Python 3.3 | Victor Stinner | 2011-10-19 | 1 | -0/+2 |
|
|
* | | | Merge | Raymond Hettinger | 2011-10-19 | 1 | -12/+11 |
|\ \ \
| |/ / |
|
| * | | Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs | Raymond Hettinger | 2011-10-19 | 1 | -12/+11 |
|
|
* | | | Issue #13121: Support in-place math operators for collections.Counter(). | Raymond Hettinger | 2011-10-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. | Senthil Kumaran | 2011-10-19 | 1 | -6/+6 |
|
|
* | | default - Fix closes Issue6090 - Raise a ValueError, instead of failing with ... | Senthil Kumaran | 2011-10-19 | 1 | -1/+5 |
|\ \
| |/ |
|
| * | 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unre... | Senthil Kumaran | 2011-10-19 | 1 | -1/+5 |
|
|
* | | Fix warning while building documentation. | Florent Xicluna | 2011-10-19 | 1 | -2/+2 |
|
|
* | | Merge with 3.2. | Ezio Melotti | 2011-10-19 | 18 | -19/+19 |
|\ \
| |/ |
|
| * | Remove duplication. | Ezio Melotti | 2011-10-19 | 14 | -15/+15 |
|
|
* | | Issue #12281: Rewrite the MBCS codec to handle correctly replace and ignore | Victor Stinner | 2011-10-18 | 1 | -3/+4 |
|
|
* | | #12277: merge with 3.2. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #12277: add missing comma. | Ezio Melotti | 2011-10-18 | 1 | -1/+1 |
|
|
* | | Fix closes issue 1673007 urllib.request to support HEAD requests with a new m... | Senthil Kumaran | 2011-10-16 | 1 | -7/+28 |
|
|
* | | Fix typo in the os doc: lremoveattr => lremovexattr | Victor Stinner | 2011-10-13 | 1 | -2/+2 |
|
|
* | | Replace mentions of IOError | Antoine Pitrou | 2011-10-12 | 17 | -39/+85 |
|
|
* | | This shameful limitation of the fileinput module is not relevant anymore. | Antoine Pitrou | 2011-10-12 | 1 | -4/+0 |
|
|
* | | Fix some mentions of IOError | Antoine Pitrou | 2011-10-12 | 4 | -6/+14 |
|
|
* | | Fix mentions of IOError in the io module docs | Antoine Pitrou | 2011-10-12 | 1 | -9/+13 |
|
|
* | | Update doc for BlockingIOError and its alias in the io module | Antoine Pitrou | 2011-10-12 | 2 | -10/+11 |
|
|
* | | Replace mentions of WindowsError | Antoine Pitrou | 2011-10-12 | 2 | -13/+56 |
|
|
* | | Replace mentions of socket.error. | Antoine Pitrou | 2011-10-12 | 5 | -25/+30 |
|
|
* | | Mention the merging of other exceptions into OSError. | Antoine Pitrou | 2011-10-12 | 1 | -0/+5 |
|
|
* | | Minimal update of select docs for PEP 3151. | Antoine Pitrou | 2011-10-12 | 1 | -8/+4 |
|
|
* | | Minimal update of socket docs for PEP 3151. | Antoine Pitrou | 2011-10-12 | 1 | -11/+12 |
|
|
* | | Update exceptions doc for PEP 3151 | Antoine Pitrou | 2011-10-12 | 1 | -53/+142 |
|
|
* | | #13138: merge with 3.2. | Ezio Melotti | 2011-10-09 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | #13138: add missing versionadded. | Ezio Melotti | 2011-10-09 | 1 | -0/+2 |
|
|
* | | Clean-up and improve the priority queue example in the heapq docs. | Raymond Hettinger | 2011-10-09 | 1 | -25/+25 |
|\ \
| |/ |
|
| * | Clean-up and improve the priority queue example in the heapq docs. | Raymond Hettinger | 2011-10-09 | 1 | -25/+25 |
|
|
* | | Branch merge | Éric Araujo | 2011-10-09 | 2 | -6/+9 |
|\ \ |
|
| * | | Fix packaging byte-compilation to comply with PEP 3147 (#11254). | Éric Araujo | 2011-10-08 | 1 | -3/+6 |
|
|
| * | | Merge fixes for #10526, #10359, #11254, #9100 and the bug without number | Éric Araujo | 2011-10-08 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Fix a typo and a broken link (part of #10536). | Éric Araujo | 2011-10-07 | 1 | -3/+3 |
|
|
* | | | Closes #12192: Document that mutating list methods do not return the instance... | Georg Brandl | 2011-10-08 | 1 | -0/+4 |
|/ / |
|
* | | Issue #12823: remove broken link and replace it with another resource. | Antoine Pitrou | 2011-10-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Issue #12823: remove broken link and replace it with another resource. | Antoine Pitrou | 2011-10-07 | 1 | -2/+2 |
|
|
| * | Branch merge | Éric Araujo | 2011-10-06 | 1 | -16/+16 |
| |\ |
|
* | | | Issue #12943: python -m tokenize support has been added to tokenize. | Meador Inge | 2011-10-07 | 1 | -0/+57 |
|
|
* | | | Issue #10141: Don't use hardcoded frame size in example, use struct.calcsize() | Victor Stinner | 2011-10-06 | 1 | -1/+2 |
|
|