summaryrefslogtreecommitdiffstats
path: root/Doc/howto/cporting.rst
Commit message (Collapse)AuthorAgeFilesLines
* fix python 3 mod init function declaration (closes #26827)Benjamin Peterson2016-04-231-1/+1
|
* Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-291-1/+1
|
* Closes #22748: there are no PyString C functions in 3.x.Georg Brandl2014-10-281-4/+3
|
* Backport 6df456f8fc6d.Stefan Krah2013-01-201-19/+0
|
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
| | | | Patch by Serhiy Storchaka.
* Issue #14400: Fix typo.Martin v. Löwis2012-03-241-1/+1
|
* Use source reST role instead of file where it makes sense.Éric Araujo2012-03-051-2/+2
| | | | source generates a nifty link to the Mercurial web viewer.
* Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0".Larry Hastings2012-02-281-33/+40
|
* update to new C roles and directivesSandro Tosi2012-01-141-21/+21
|
* Issue #13053: Added section on migrating from CObject to CapsuleLarry Hastings2011-10-091-0/+52
| | | | to howto/cporting.rst.
* Add Python porting howto from 3.x.Éric Araujo2011-08-181-0/+2
| | | | | | No change was necessary to make the file build, contrary to cporting.rst that uses markup like :c:func: that needs to be changed to :cfunc: in 2.7. Future backports should be straightforward.
* Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via ↵Georg Brandl2010-11-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85548 | georg.brandl | 2010-10-15 21:46:19 +0200 (Fr, 15 Okt 2010) | 1 line #10072: assume a bit less knowledge of the FTP protocol in the ftplib docs. ........ r85572 | georg.brandl | 2010-10-16 20:51:05 +0200 (Sa, 16 Okt 2010) | 1 line #10122: typo fix. ........ r85573 | georg.brandl | 2010-10-16 20:53:08 +0200 (Sa, 16 Okt 2010) | 1 line #10124: typo fix. ........ r85606 | georg.brandl | 2010-10-17 08:32:59 +0200 (So, 17 Okt 2010) | 1 line #10058: tweak wording about exception returns. ........ r85609 | georg.brandl | 2010-10-17 11:19:03 +0200 (So, 17 Okt 2010) | 1 line #8556: use less confusing mapping key in example. ........ r85610 | georg.brandl | 2010-10-17 11:23:05 +0200 (So, 17 Okt 2010) | 1 line #8686: remove potentially confusing wording that does not add any value. ........ r85611 | georg.brandl | 2010-10-17 11:33:24 +0200 (So, 17 Okt 2010) | 1 line #8811: small fixes to sqlite3 docs. ........ r85612 | georg.brandl | 2010-10-17 11:37:54 +0200 (So, 17 Okt 2010) | 1 line #8855: add shelve security warning. ........ r85614 | georg.brandl | 2010-10-17 11:46:11 +0200 (So, 17 Okt 2010) | 1 line #8968: add actual name of token constants. ........ r85615 | georg.brandl | 2010-10-17 12:05:13 +0200 (So, 17 Okt 2010) | 1 line #459007: merge info from PC/getpathp.c and using/windows.rst to document the forming of sys.path under Windows. ........ r85616 | georg.brandl | 2010-10-17 12:07:29 +0200 (So, 17 Okt 2010) | 1 line Fix copy-paste error in example. ........
* Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEPVictor Stinner2010-05-141-1/+1
|
* Fix 'the the' duplicationAndrew M. Kuchling2009-04-031-1/+1
|
* clarify a few thingsBenjamin Peterson2008-09-271-7/+6
|
* typos.Georg Brandl2008-09-261-3/+3
|
* add an 'other options' sectionBenjamin Peterson2008-09-261-0/+9
|
* add the beginnings of a C-API 2 -> 3 porting guideBenjamin Peterson2008-09-261-0/+208