Georg Brandl
dbbc3a964b
merge with 3.4
2014-10-30 22:52:06 +01:00
Georg Brandl
5aa761db52
pyporting howto: fix link target
2014-10-30 22:52:02 +01:00
Georg Brandl
6b4c847c4f
Doc: fix default role usage (except in unittest mock docs)
2014-10-30 22:26:26 +01:00
Georg Brandl
93a56cdc37
Doc: fix default role usage (except in unittest mock docs)
2014-10-30 22:25:41 +01:00
Georg Brandl
bad8d4bb53
merge with 3.4
2014-10-29 10:57:42 +01:00
Georg Brandl
b7354a65ce
Fixing broken links in doc, part 4: some more breaks and redirects
2014-10-29 10:57:37 +01:00
Georg Brandl
794e9bf1fe
merge with 3.4
2014-10-29 10:27:06 +01:00
Georg Brandl
9bdcb3bc8a
Fixing broken links in doc, part 2: howto/
2014-10-29 09:37:43 +01:00
Georg Brandl
9e67d801bd
merge with 3.4
2014-10-29 09:00:37 +01:00
Georg Brandl
728e4debd8
Fix external links to docs.python.org to use internal links instead.
2014-10-29 09:00:30 +01:00
Georg Brandl
cadc3fdcb5
Merge with 3.4
2014-10-29 08:37:29 +01:00
Georg Brandl
e73778c1ac
Use https:// URLs when referring to python.org hosts.
2014-10-29 08:36:35 +01:00
Donald Stufft
8b852f111e
Fix Issue #21528 - Fix documentation typos
2014-05-20 12:58:38 -04:00
Larry Hastings
3732ed2414
Merge in all documentation changes since branching 3.4.0rc1.
2014-03-15 21:13:56 -07:00
Benjamin Peterson
bfca3ca114
fix typo ( closes #20892 )
2014-03-11 13:59:37 -05:00
Brett Cannon
c39e892955
Issue #20813 : Backport Python 2/3 HOWTO updates
2014-03-07 12:28:35 -05:00
Brett Cannon
f0996a9970
Issue #20208 : Clarify some things in the Python porting HOWTO.
...
Thanks to Rodrigo Bernardo Pimentel, Ondřej Čertík, and Dmitry
Shachnev for the feedback leading to the changes.
2014-01-17 11:45:01 -05:00
Brett Cannon
9ca21b3e1d
Issue #20096 : Update the Python 2/3 porting HOWTO to focus on
...
source-compatibility instead of 2to3.
2014-01-07 11:52:04 -05:00
Serhiy Storchaka
a4d170d985
Removed spaces before commas and periods.
2013-12-23 18:20:51 +02:00
Brett Cannon
b7e6b89554
Touch up the Python 2 to 3 porting guide
2013-03-09 14:22:35 -05:00
R David Murray
790e005669
#14640 : Fix typos/syntax in pyporting.rst.
...
Patch by Dionysios Kalofonos.
2012-04-23 14:44:00 -04:00
Jason R. Coombs
a90e364ea5
Issue #12666 : Added section about map changes.
2011-12-03 08:24:21 -05:00
Ezio Melotti
e130a52d8a
Remove duplication.
2011-10-19 10:58:56 +03:00
Ezio Melotti
c17c1f64aa
#11897 : Fix typo in porting howto. Patch by Marti Raudsepp.
2011-04-21 14:49:03 +03:00
Brett Cannon
6277fa4f7d
Update the porting HOWTO to be a little less harsh on using 2to3.
...
Patch reviewed by Raymond Hettinger, permission from Georg Brandl to commit
during an RC.
2011-02-18 01:34:28 +00:00
Georg Brandl
829befb9e3
Fix markup error and update suspicious ignores.
2011-02-13 09:59:39 +00:00
Brett Cannon
a2f154459a
Tweak wording about equality comparison.
2011-02-09 22:55:13 +00:00
Georg Brandl
2cb2fa9796
Consistent heading spacing, and fix two typos.
2011-02-07 15:30:45 +00:00
Eli Bendersky
7ac3419a6c
Fix some typos and grammar
2011-02-07 04:44:19 +00:00
Eli Bendersky
2d062de1d8
Fix some typos and grammar
...
[commit during RC with Brett's approval]
2011-02-07 04:19:57 +00:00
Brett Cannon
98135d07e7
Mention that people going the source compatibility route should run 2to3 to find pain points.
2011-02-05 22:22:47 +00:00
Brett Cannon
45aa7cc7a7
Soften wording on doctest.
2011-02-05 22:16:40 +00:00
Brett Cannon
ce71ab2d69
Re-arrange and clarify some __future__ import statements.
...
The absolute_import statement got moved to a new Python 2.5 and Newer section
as it was available since then. The division statement got moved to Common
Gotchas since it has been around for so long that any modern Python program can
use it.
2011-02-05 22:05:05 +00:00
Éric Araujo
5405a0b3d3
Use an internal reference instead of hard-coded URI.
2011-02-05 16:03:12 +00:00
Antoine Pitrou
bd866e972c
Everybody hates this one :) (bytes indexing)
2011-02-05 12:13:38 +00:00
Antoine Pitrou
e6a1464b89
Soften the wording about tracebacks. Reference cycles *don't*
...
prevent garbage collection! (fortunately)
2011-02-05 12:01:07 +00:00
Antoine Pitrou
5c28cfdc0c
Fix entries pertaining to file I/O
2011-02-05 11:53:39 +00:00
Antoine Pitrou
8d8f7c5e01
Mention -b and -bb
2011-02-05 11:40:05 +00:00
Brett Cannon
4b0c24a3ae
use 3-space indents.
2011-02-03 22:14:58 +00:00
Brett Cannon
8045d97819
Add a HOWTO on how to port from Python 2 to Python 3.
2011-02-03 22:01:54 +00:00