Commit Graph

1510 Commits

Author SHA1 Message Date
L. Caputo 8f18bcecec Corrected typo.
Standardized spelling to match Oxford spelling throughout the rest of the text. Changed 'recognised' to 'recognized'.
2015-10-01 21:02:18 -04:00
Ian Cordasco 025a9cbfea Merge pull request #561 from alasin/master
Contribute link on sidebar fixed
2015-10-01 17:55:21 -05:00
Ian Cordasco 121db49e64 Merge pull request #565 from AaronCritchley/master
Un-hyphenating best practice in multiple files
2015-10-01 17:52:34 -05:00
Aaron Critchley 0e48f6cc3d Un-hypenating best practice 2015-10-01 23:19:20 +01:00
Rajath Kumar M.P a35561efc9 IPython install edit
Installs dependencies for notebook.
2015-10-01 18:39:55 +05:30
Anuj Pahuja 258bc91c53 Contribute link on sidebar fixed 2015-10-01 12:56:08 +05:30
Ian Cordasco 796620657d Merge pull request #557 from i-rme/patch-3
quick start is written wrong
2015-09-30 18:44:20 -05:00
Ian Cordasco 08e3892e01 Merge pull request #560 from dreamtocode/patch-1
Update the Readme.rst
2015-09-30 18:42:07 -05:00
George Gognadze 04cf7b2f51 Update the Readme.rst
f should be capitalized.
2015-10-01 02:19:10 +04:00
Ian Cordasco e701616e8a Merge pull request #559 from rajathkumarmp/patch-1
Minor Edit
2015-09-30 16:20:37 -05:00
Rajath Kumar M.P e88dad2dc0 Minor Edit
Latest is El Capitan
2015-10-01 02:45:41 +05:30
i-rme 4b6bbd5efb quick start is written wrong 2015-09-30 20:53:53 +02:00
kennethreitz beaae535a2 Merge pull request #528 from tony/patch-1
Add ptpython to other tools
2015-09-20 17:18:29 -04:00
kennethreitz 56974e3b09 Merge pull request #548 from tartley/master
Intro paras for Freezing and Packaging your code
2015-09-20 17:18:02 -04:00
Ian Cordasco 3e8a4d1d28 Merge pull request #549 from PauliusLabanauskis/master
Fixed a broken PEP acceptance workflow link.
2015-09-19 21:25:23 -05:00
Ian Cordasco 66af14cd6e Merge pull request #552 from ryush00/patch-1
serif failback
2015-09-19 21:24:39 -05:00
Ian Cordasco 6093e233f3 Merge pull request #553 from brettcannon/patch-1
Point to the Python 3 porting HOWTO
2015-09-19 21:22:52 -05:00
Ian Cordasco 5427bd7019 Merge pull request #554 from MarkusHackspacher/patch-1
pyside link
2015-09-16 15:48:35 -05:00
Markus Hackspacher 2187540f9d pyside link 2015-09-16 21:40:40 +02:00
Brett Cannon 4c84110606 Point to the Python 3 porting HOWTO
Kept up-to-date unlike Armin's blog post on the subject.
2015-09-09 09:16:58 -07:00
SeongHoon Ryu ee19ef65c8 serif failback 2015-09-03 00:19:15 +09:00
Jonathan Hartley b4f393c83a fix grammar typos 2015-08-28 11:36:35 +01:00
Jonathan Hartley 4e96f4b777 fix markup again 2015-08-28 11:35:21 +01:00
Jonathan Hartley 62282e47e8 fix markup 2015-08-28 11:33:55 +01:00
Jonathan Hartley df345c0ca0 add mention of bdist_rpm 2015-08-28 11:21:43 +01:00
Jonathan Hartley c0b377e84d also mention .rpm as an example Linux package 2015-08-28 11:01:00 +01:00
Paulius Labanauskis 04e38e9e8b Fixed a broken PEP acceptance workflow link. 2015-08-23 09:02:59 +03:00
Jonathan Hartley 72e00459bb Megabyte is abbreviated 'MB', according to wikipedia 2015-08-21 14:56:41 +01:00
Jonathan Hartley 2914f72188 Megabyte is abbreviated 'MB', according to wikipedia 2015-08-21 14:54:53 +01:00
Jonathan Hartley 5587288b81 Freezing: clarify how it affects Python security updates 2015-08-21 13:30:50 +01:00
Jonathan Hartley 1a79ec73c2 Intro paras for Freezing and Packaging Your Code
I've tried to describe why you would choose one method over
another, and what the relative advantages and disadvantages
are of each method.

I'm painfully aware that I haven't covered the combo of
freezing an application *then* creating a Linux distro
package of it, but maybe that's a battle for another day.

My intent is to add more content on the Freezing page
once this commit is accepted, so I can hear your feedback
before doing any further work.

Thanks.
2015-08-21 13:27:33 +01:00
Ian Cordasco da2f75b4bd Merge pull request #547 from smandy/master
reflect unification of python in emacs.
2015-08-16 21:38:14 -05:00
Andy Smith 6f8082d1b6 reflect unification of python in emacs. 2015-08-16 20:58:12 +01:00
Ian Cordasco 8fd3cc112a Merge pull request #544 from ssundarraj/issue543
Fixes #543. % is not depricated in PEP3101.
2015-07-17 07:57:51 -05:00
Sriram Sundarraj ec78861eef Fixes #543. % is not depricated in PEP3101. 2015-07-17 16:12:58 +05:30
Ian Cordasco 8c60d1bd1b Merge pull request #542 from spollard/master
Update scenarios/gui.rst
2015-06-18 14:40:17 -05:00
spollard 9b1e9e2686 Update gui.rst 2015-06-18 10:57:23 -06:00
Ian Cordasco b77bcef7f3 Merge pull request #540 from vipul-sharma20/docs
fixes #532 added doc for vim-flake8
2015-06-01 15:16:21 -05:00
Ian Cordasco 983ed79516 Merge pull request #541 from elatomo/fix-chameleon-link
Fix rst formatting for chameleon link
2015-05-24 11:28:01 -05:00
José Fernández Ramos 06e3bcef58 Fix rst formatting for chameleon link 2015-05-24 18:09:05 +02:00
vipul bb593a1b94 fixes #532 added doc for vim-flake8
fixes #532 added doc for vim-flake8

fixes #532 added doc for vim-flake8
2015-05-18 19:49:02 +05:30
Ian Cordasco dce73b93dc Merge pull request #539 from tedmiston/master
Add mkproject instructions for virtualenvwrapper
2015-05-16 14:24:34 -05:00
Taylor Edmiston 7e7e971588 Add mkproject instructions for virtualenvwrapper 2015-05-15 21:17:28 -04:00
Ian Cordasco d1ff0442fd Merge pull request #538 from vienno/jython_version
jython version now 2.7
2015-05-13 14:52:04 -05:00
vienno 6af3912ce6 jython version now 2.7 2015-05-13 19:09:10 +02:00
Ian Cordasco c000a536e9 Merge pull request #536 from tylerdave/master
Fixed broken contributing link
2015-05-03 21:39:27 -05:00
Dave Forgac ad9f689f83 Fixed broken contributing link 2015-05-03 22:11:32 -04:00
Ian Cordasco 247e1c4ec3 Merge pull request #535 from knikolla/master
Removed broken link to Zen of Python
2015-05-03 12:51:57 -05:00
Kristi Nikolla f7ee56f50d Corrected line ending after removing broken link 2015-05-03 11:25:46 -04:00
Kristi Nikolla 28e365f1ea Removed broken link to Zen of Python in style.rst 2015-05-03 11:20:37 -04:00