Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ↵ | Nadeem Vawda | 2012-11-11 | 2 | -9/+11 |
|\ | | | | | | | | | | | mean 'no compression'. Patch by Brian Brazil. | ||||
| * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ↵ | Nadeem Vawda | 2012-11-11 | 2 | -9/+11 |
| |\ | | | | | | | | | | | | | | | | mean 'no compression'. Patch by Brian Brazil. | ||||
| | * | Issue #15677: Document that zlib and gzip accept a compression level of 0 to ↵ | Nadeem Vawda | 2012-11-11 | 2 | -10/+12 |
| | | | | | | | | | | | | | | | | | | mean 'no compression'. Patch by Brian Brazil. | ||||
* | | | Fixes issue #16409: The reporthook callback made by the legacy | Gregory P. Smith | 2012-11-10 | 1 | -1/+2 |
|\ \ \ | |/ / | | | | | | | | | | | | | urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve. | ||||
| * | | Fixes issue #16409: The reporthook callback made by the legacy | Gregory P. Smith | 2012-11-10 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | urllib.request.urlretrieve API now properly supplies a constant non-zero block_size as it did in Python 3.2 and 2.7. This matches the behavior of urllib.request.URLopener.retrieve. | ||||
* | | | Merge from 3.3: adjust set and frozenset function docs (issue #16436). | Chris Jerdonek | 2012-11-10 | 1 | -6/+13 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.2: adjust set and frozenset function docs (issue #16436). | Chris Jerdonek | 2012-11-10 | 1 | -6/+13 |
| |\ \ | | |/ | |||||
| | * | Link set and frozenset function docs to their class definitions (issue #16436). | Chris Jerdonek | 2012-11-10 | 1 | -6/+13 |
| | | | |||||
* | | | Merge from 3.3: improve FAQ link in documentation (for issue #16435). | Chris Jerdonek | 2012-11-10 | 2 | -3/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.2: improve FAQ link in documentation (for issue #16435). | Chris Jerdonek | 2012-11-10 | 2 | -3/+4 |
| |\ \ | | |/ | |||||
| | * | Improve FAQ link in documentation (for issue #16435). | Chris Jerdonek | 2012-11-10 | 2 | -3/+4 |
| | | | |||||
* | | | #16440: merge with 3.3. | Ezio Melotti | 2012-11-08 | 1 | -9/+15 |
|\ \ \ | |/ / | |||||
| * | | #16440: merge with 3.2. | Ezio Melotti | 2012-11-08 | 1 | -9/+15 |
| |\ \ | | |/ | |||||
| | * | #16440: fix exception type and clarify example. | Ezio Melotti | 2012-11-08 | 1 | -9/+15 |
| | | | |||||
* | | | Merge issue #16439: Fix markup in example for stdtypes. | Andrew Svetlov | 2012-11-08 | 1 | -5/+5 |
|\ \ \ | |/ / | | | | | | | Thanks to Yongzhi Pan. | ||||
| * | | Merge issue #16439: Fix markup in example for stdtypes. | Andrew Svetlov | 2012-11-08 | 1 | -5/+5 |
| |\ \ | | |/ | | | | | | | Thanks to Yongzhi Pan. | ||||
| | * | Issue #16439: Fix markup in example for stdtypes. | Andrew Svetlov | 2012-11-08 | 1 | -5/+5 |
| | | | | | | | | | | | | Thanks to Yongzhi Pan. | ||||
* | | | Merge issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
|\ \ \ | |/ / | | | | | | | Thanks to Yongzhi Pan from docs@ | ||||
| * | | Merge issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
| |\ \ | | |/ | | | | | | | Thanks to Yongzhi Pan from docs@ | ||||
| | * | Issue #16435: Link in tutorial now points to python3 FAQ. | Andrew Svetlov | 2012-11-08 | 1 | -7/+5 |
| | | | | | | | | | | | | Thanks to Yongzhi Pan from docs@ | ||||
* | | | #11481: merge with 3.3. | Ezio Melotti | 2012-11-08 | 2 | -5/+28 |
|\ \ \ | |/ / | |||||
| * | | #11481: merge with 3.2. | Ezio Melotti | 2012-11-08 | 2 | -5/+28 |
| |\ \ | | |/ | |||||
| | * | #11481: update copyreg docs and add example. | Ezio Melotti | 2012-11-08 | 2 | -5/+28 |
| | | | |||||
* | | | #10385: merge with 3.3. | Ezio Melotti | 2012-11-08 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | #10385: merge with 3.2. | Ezio Melotti | 2012-11-08 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | #10385: use the mod role in subprocess docs. | Ezio Melotti | 2012-11-08 | 1 | -5/+5 |
| | | | |||||
* | | | Backed out changeset dafca4714298 | Tim Golden | 2012-11-06 | 1 | -6/+5 |
| | | | |||||
* | | | issue9584: Add {} list expansion to glob. Original patch by Mathieu Bridon | Tim Golden | 2012-11-06 | 1 | -5/+6 |
| | | | |||||
* | | | Merge typo fix. | Ezio Melotti | 2012-11-05 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typo noticed by Tom Lynn. | Ezio Melotti | 2012-11-05 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #15641: Clean up deprecated classes from importlib | Andrew Svetlov | 2012-11-05 | 1 | -138/+0 |
| | | | | | | | | | | | | Patch by Taras Lyapun. | ||||
* | | | #16304: merge with 3.3. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
|\ \ \ | |/ / | |||||
| * | | #16304: merge with 3.2. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
| |\ \ | | |/ | |||||
| | * | #16304: clarify match objects docs. Initial patch by Jan Duzinkiewicz. | Ezio Melotti | 2012-11-04 | 1 | -3/+10 |
| | | | |||||
* | | | Merge 3.3 | Éric Araujo | 2012-11-03 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Avoid fd leak in example. Caught by Serhiy. | Éric Araujo | 2012-11-03 | 1 | -2/+3 |
| | | | |||||
* | | | Merge 3.3 | Éric Araujo | 2012-11-03 | 2 | -0/+33 |
|\ \ \ | |/ / | |||||
| * | | Add examples for opener argument of open (#13424). | Éric Araujo | 2012-11-03 | 2 | -0/+33 |
| | | | | | | | | | | | | Patch by Guillaume Pratte. | ||||
* | | | Merge from 3.3: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 2 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge from 3.2: link to mapping glossary entry in docs. | Chris Jerdonek | 2012-11-03 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Link to mapping glossary entry in "Mapping Types - dict" and os.environ docs. | Chris Jerdonek | 2012-11-03 | 2 | -3/+3 |
| | | | |||||
* | | | #4711: merge with 3.3. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | #4711: merge with 3.2. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | #4711: break long words in the docs sidebar to avoid overflow. | Ezio Melotti | 2012-11-03 | 1 | -0/+1 |
| | | | |||||
* | | | Issue #16261: fix bare excepts in Doc/ | Andrew Svetlov | 2012-11-02 | 3 | -5/+3 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2012-11-02 | 1 | -6/+0 |
|\ \ \ | |/ / | |||||
| * | | Issue #15814: Use hash function that is compatible with the equality | Stefan Krah | 2012-11-02 | 1 | -6/+0 |
| | | | | | | | | | | | | definition from #15573. | ||||
* | | | merge with 3.3 | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|\ \ \ | |/ / | |||||
| * | | merge with 3.2 | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
| |\ \ | | |/ | |||||
| | * | Grammar touchup. | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
| | | |