Commit Graph

561 Commits

Author SHA1 Message Date
Kenneth Reitz 97c1cbc400 lawyer up 2012-09-03 04:06:10 -04:00
Kenneth Reitz bc110a2163 Merge remote-tracking branch 'origin/master' 2012-07-28 17:09:21 -04:00
Kenneth Reitz dc3af98a38 Merge pull request #183 from thomasballinger/spelling-fix
Spelling fixes in style guide
2012-07-28 13:58:20 -07:00
Kenneth Reitz 3cdb586d70 Merge pull request #188 from dcrosta/makefile-hack
make targets in docs/Makefile available at top level
2012-07-28 13:57:26 -07:00
Dan Crosta 291c0ff37a make targets in docs/Makefile available at top level 2012-07-28 13:28:37 -04:00
Kenneth Reitz 707d5c018e Merge pull request #187 from iElectric/master
Add comparison table and py2exe notes on freezing topic
2012-07-25 13:48:36 -07:00
Domen Kožar 33ab7535c2 Add comparison table and py2exe notes on freezing topic 2012-07-25 22:47:26 +02:00
Kenneth Reitz ccea69feb0 hmm 2012-07-16 20:59:54 -04:00
Kenneth Reitz 28f993acaf Merge pull request #185 from akavlie/master
Add PIL installation instructions for Mac OS X
2012-07-16 11:01:08 -07:00
Aaron Kavlie 482e56c51e Add Mac OS X PIL installation instructions 2012-07-16 10:43:27 -07:00
Kenneth Reitz bbb1c2ea19 Revert "Fix spelling in structure.rst"
This reverts commit 0ff26166c6.
2012-07-08 15:48:56 -04:00
Kenneth Reitz 91985e91c4 Merge pull request #184 from thomasballinger/remove-apparently-unnecessary-escapes
remove slashes in code sample in style guide
2012-07-05 14:50:31 -07:00
Thomas Ballinger 96fb1d42d1 remove slashes in code sample in style guide 2012-07-05 14:55:00 -04:00
Thomas Ballinger a8e36af3ea fix grammar issues with style guide 2012-07-05 14:47:47 -04:00
Thomas Ballinger 0a045fdf78 Fix spelling in style guide 2012-07-05 14:25:25 -04:00
Kenneth Reitz 9f53bc9123 Merge pull request #182 from epequeno/markup
Fix markup in structure.rst
2012-07-05 00:02:23 -07:00
Estevan Pequeno 9f792956db small edit 2012-07-05 01:59:25 -05:00
Estevan Pequeno 80a12a70ff markup fix 2012-07-05 01:57:37 -05:00
Kenneth Reitz 4461f0ce8e Merge pull request #178 from epequeno/modulename
Add stub, naming restrictions to structure
2012-07-03 23:33:13 -07:00
Kenneth Reitz d78b1a3e99 Merge pull request #179 from campbellr/master
Fix several spelling mistakes
2012-07-03 23:20:51 -07:00
Kenneth Reitz 6a45957340 Merge pull request #180 from mrtazz/patch-1
add notes about vim usage with syntastic
2012-07-03 23:20:28 -07:00
Kenneth Reitz 627e1a1a11 Merge pull request #181 from mrtazz/patch-2
add section about travis-ci
2012-07-03 23:20:07 -07:00
Kenneth Reitz 1fdb37aad8 Revert "remove deprecated flag"
This reverts commit d262c89293.
2012-07-04 02:16:48 -04:00
Daniel Schauenberg d8c4d3612e add section about travis-ci 2012-07-04 02:27:18 -03:00
Daniel Schauenberg e5caa56e88 add notes about vim usage with syntastic 2012-07-04 02:09:35 -03:00
Ryan Campbell 1d63c913bf Fix spelling in writing/tests.rst 2012-07-03 21:56:06 -06:00
Ryan Campbell e3eac0c78c Fix spelling in style.rst 2012-07-03 21:55:49 -06:00
Ryan Campbell 0ff26166c6 Fix spelling in structure.rst 2012-07-03 21:48:42 -06:00
Ryan Campbell 1cfed040f7 Fix spelling in install/osx.rst 2012-07-03 21:46:52 -06:00
Ryan Campbell d6f0ec1680 Fix spelling in styleguide.rst 2012-07-03 21:43:08 -06:00
Ryan Campbell bd770496a2 fix spelling in env.rst 2012-07-03 21:40:36 -06:00
Ryan Campbell e6cef5d19e Fix spelling in learning.rst 2012-07-03 21:38:06 -06:00
Estevan Pequeno 28d211f6f5 edit stub 2012-07-03 22:36:07 -05:00
Ryan Campbell 7d66ac6d20 Fix spelling in documentation article 2012-07-03 21:32:00 -06:00
Ryan Campbell 63a2bfc514 Fix awkward wording in "Comments" section 2012-07-03 21:31:10 -06:00
Estevan Pequeno 167d566650 add stub 2012-07-03 22:19:31 -05:00
Estevan Pequeno fcefab992c minor editing 2012-07-03 21:24:08 -05:00
Estevan Pequeno f05bad3839 module naming 2012-07-03 21:08:42 -05:00
Kenneth Reitz bfeaa95aa2 Merge pull request #177 from epequeno/virtualenv
remove deprecated flag
2012-07-03 18:17:57 -07:00
Estevan Pequeno d262c89293 remove deprecated flag 2012-07-03 20:10:06 -05:00
Kenneth Reitz 251afc359d Merge pull request #176 from guibog/master
A bit on returning values and nested unpacking
2012-06-24 09:15:42 -07:00
guibog 810c637f6c Adding a bit about returning values 2012-06-24 22:31:09 +08:00
guibog 513bb5fe51 Adding nested unpacking 2012-06-24 21:47:24 +08:00
Kenneth Reitz 8528261a2c Merge pull request #175 from sigmavirus24/master
Add two more examples to the structure section
2012-06-15 11:13:30 -07:00
Ian Cordasco 226ad55c51 Improve upon string concatenation section. 2012-06-15 14:08:38 -04:00
Kenneth Reitz 93498b9727 Merge pull request #173 from kylerob/concat-example
Add code example to demonstrate proper string concatenation.
2012-06-13 20:16:04 -07:00
Kyle Roberts 62e59a57e4 Add code example to demonstrate proper string concatenation.
The text does a good job of explaining which route to take when
concatenating strings, but the mention of "join" might mean nothing to
beginners without a concrete example.
2012-06-13 21:34:08 -04:00
Kenneth Reitz 50e66130a1 Merge pull request #171 from JensRantil/fix_broken_bullet_list
Fixing a broken bullet list
2012-06-10 17:34:38 -07:00
Kenneth Reitz 60f2c05df3 Merge pull request #169 from JensRantil/minor_spelling_fix
Minor spelling fix
2012-06-10 17:34:24 -07:00
Kenneth Reitz 393c06464f Merge pull request #172 from JensRantil/adding_cross_references
Adding cross references
2012-06-10 17:33:56 -07:00