Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix python 3 mod init function declaration (closes #26827) | Benjamin Peterson | 2016-04-23 | 1 | -1/+1 |
| | |||||
* | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | |||||
* | Closes #22748: there are no PyString C functions in 3.x. | Georg Brandl | 2014-10-28 | 1 | -4/+3 |
| | |||||
* | Backport 6df456f8fc6d. | Stefan Krah | 2013-01-20 | 1 | -19/+0 |
| | |||||
* | Issue #16714: use 'raise' exceptions, don't 'throw'. | Andrew Svetlov | 2012-12-18 | 1 | -1/+1 |
| | | | | Patch by Serhiy Storchaka. | ||||
* | Issue #14400: Fix typo. | Martin v. Löwis | 2012-03-24 | 1 | -1/+1 |
| | |||||
* | Use source reST role instead of file where it makes sense. | Éric Araujo | 2012-03-05 | 1 | -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 Hastings | 2012-02-28 | 1 | -33/+40 |
| | |||||
* | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -21/+21 |
| | |||||
* | Issue #13053: Added section on migrating from CObject to Capsule | Larry Hastings | 2011-10-09 | 1 | -0/+52 |
| | | | | to howto/cporting.rst. | ||||
* | Add Python porting howto from 3.x. | Éric Araujo | 2011-08-18 | 1 | -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 Brandl | 2010-11-26 | 1 | -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 PEP | Victor Stinner | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | Fix 'the the' duplication | Andrew M. Kuchling | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | clarify a few things | Benjamin Peterson | 2008-09-27 | 1 | -7/+6 |
| | |||||
* | typos. | Georg Brandl | 2008-09-26 | 1 | -3/+3 |
| | |||||
* | add an 'other options' section | Benjamin Peterson | 2008-09-26 | 1 | -0/+9 |
| | |||||
* | add the beginnings of a C-API 2 -> 3 porting guide | Benjamin Peterson | 2008-09-26 | 1 | -0/+208 |