summaryrefslogtreecommitdiffstats
path: root/Doc/howto
Commit message (Collapse)AuthorAgeFilesLines
* Closes #25344: Merged fix from 3.4.Vinay Sajip2015-10-091-0/+137
|\
| * Closes #25344: Added cookbook recipe to show buffering of logging events.Vinay Sajip2015-10-091-0/+137
| |
* | merge 3.4 (#25145)Benjamin Peterson2015-09-201-3/+2
|\ \ | |/
| * remove reference to PyGoogle (#25145)Benjamin Peterson2015-09-201-2/+1
| | | | | | | | Patch by Bar Harel.
| * use a more modern UA (#25145)Benjamin Peterson2015-09-201-1/+1
| |
| * Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple ↵Senthil Kumaran2015-06-153-6/+6
| | | | | | | | | | | | | | | | | | documentation typos. Related Issues: #issue21528 #issue24453
* | Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-182-2/+2
|\ \ | |/
| * Issue #24232: Fix typos. Patch by Ville Skyttä.Berker Peksag2015-05-182-2/+2
| |
* | Argument Clinic: added missing bit of info in howtoTal Einat2015-05-161-0/+1
| |
* | PEP 479: Change StopIteration handling inside generators.Yury Selivanov2015-05-091-4/+4
| | | | | | | | Closes issue #22906.
* | Issue #24000: Improved Argument Clinic's mapping of converters to legacyLarry Hastings2015-05-081-37/+33
| | | | | | | | "format units". Updated the documentation to match.
* | Fix a grammar error in the porting HOWTO as found by Eric Smith.Brett Cannon2015-04-131-1/+1
| |
* | Issue #23733: Mention bytes.__mod__ in the porting HOWTO.Brett Cannon2015-04-131-3/+2
| |
* | Fix doc build errorAntoine Pitrou2015-04-131-1/+1
| |
* | Issue #23732: Mention the new -b semantics in the porting HOWTO.Brett Cannon2015-04-131-4/+6
| |
* | Issue #12955: Change the urlopen() examples to use context managers where ↵Berker Peksag2015-04-121-8/+8
|\ \ | |/ | | | | | | | | appropriate. Patch by Martin Panter.
| * Issue #12955: Change the urlopen() examples to use context managers where ↵Berker Peksag2015-04-121-8/+8
| | | | | | | | | | | | appropriate. Patch by Martin Panter.
* | Issue #23622: Unknown escapes in regular expressions that consist of ``'\'``Serhiy Storchaka2015-03-241-1/+1
| | | | | | | | | | and ASCII letter now raise a deprecation warning and will be forbidden in Python 3.6.
* | Merge 3.4Brett Cannon2015-03-131-13/+13
|\ \ | |/
| * Make the case to only support Python 2.7 when supporting 2/3 simultaneouslyBrett Cannon2015-03-131-13/+13
| |
* | Merge with 3.4 for porting HOWTO tweaksBrett Cannon2015-02-271-2/+3
|\ \ | |/
| * Fix the clarification as to why division cannot be ported automaticallyBrett Cannon2015-02-271-2/+3
| |
* | Added respect_handler_level to QueueListener.Vinay Sajip2015-02-091-0/+9
| |
* | Merged documentation update from 3.4.Vinay Sajip2015-02-011-0/+54
|\ \ | |/
| * Added a cookbook entry on logging audible messages.Vinay Sajip2015-02-011-0/+54
| |
* | Merged documentation update from 3.4.Vinay Sajip2015-01-281-0/+55
|\ \ | |/
| * Added a logging cookbook entry on customized exception formatting.Vinay Sajip2015-01-281-0/+55
| |
* | Issue #22286: The "backslashreplace" error handlers now works withSerhiy Storchaka2015-01-251-2/+5
| | | | | | | | decoding and translating.
* | Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
|\ \ | |/
| * Add missing URL link to Modernize docs.Ned Deily2015-01-031-1/+1
| |
* | merge 3.4Benjamin Peterson2014-12-241-2/+2
|\ \ | |/
| * update correct French examples (#23109)Benjamin Peterson2014-12-241-2/+2
| |
* | merge 3.4 (#23109)Benjamin Peterson2014-12-241-2/+2
|\ \ | |/
| * improve incorrect French (#23109)Benjamin Peterson2014-12-241-2/+2
| | | | | | | | Following suggestions from Clément.
* | Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
|\ \ | |/ | | | | Patch by Chaitanya agrawal.
| * Issue #23047: Fix typo in pyporting.rst.Berker Peksag2014-12-131-1/+1
| | | | | | | | Patch by Chaitanya agrawal.
* | Merge with 3.4 for porting HOWTO tweaksBrett Cannon2014-12-121-8/+23
|\ \ | |/
| * Address some comments from Nick CoghlanBrett Cannon2014-12-121-8/+23
| |
* | merge 3.4Benjamin Peterson2014-12-121-3/+1
|\ \ | |/
| * remove reference to dead irc channel (closes #23038)Benjamin Peterson2014-12-121-3/+1
| |
* | Merge with 3.4Brett Cannon2014-12-051-1/+1
|\ \ | |/
| * Fix a bad linkBrett Cannon2014-12-051-1/+1
| |
* | Merge with 3.4Brett Cannon2014-12-051-584/+343
|\ \ | |/
| * Issue #22914: Update the Python 2/3 porting HOWTO to describe a moreBrett Cannon2014-12-051-584/+343
| | | | | | | | automated process.
* | Issue #19676: Added the "namereplace" error handler.Serhiy Storchaka2014-11-251-2/+5
| |
* | Issue #22823: Use set literals instead of creating a set from a listRaymond Hettinger2014-11-091-1/+1
| |
* | merge with 3.4Georg Brandl2014-10-301-4/+4
|\ \ | |/
| * pyporting howto: fix link targetGeorg Brandl2014-10-301-4/+4
| |
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
| |
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-301-1/+1
| |