Commit Graph

256 Commits

Author SHA1 Message Date
Jay Roberts a27f9d25a8 Fix minor spelling, grammar, and consistency errors in the Dynamic Typing section. 2012-05-11 14:46:07 -04:00
Jay Roberts 2dd87bea16 Fix minor spelling, grammar, and consistency errors in the Decorators section. 2012-05-11 14:39:58 -04:00
Jay Roberts cca9272a7f Fix minor spelling, grammar, and consistency errors in the Object-oriented programming section.
The paragraph about context and side effects was very difficult to
parse and contained the word "decelable". I attempted to capture the
meaning of the paragraph in a way that was more readable.
2012-05-11 14:37:56 -04:00
Jay Roberts e79aa476a0 Fix minor spelling, grammar, and consistency errors in the Packages section. 2012-05-11 14:24:49 -04:00
Jay Roberts 13865eecae Fix minor spelling, grammar, and consistency errors in the Modules section. 2012-05-11 14:20:14 -04:00
Jay Roberts 947bdef1c2 Fix minor spelling, grammar, and consistency errors in the Structure is Key section. 2012-05-11 14:08:08 -04:00
Niko Wenselowski 39103d0ad5 Fix small markup error. 2012-05-10 21:57:07 +03:00
Kenneth Reitz 95c010dace Merge pull request #134 from guibog/master
Adding decorators, typing and (im)mutability
2012-05-09 11:03:39 -07:00
Vincent Noel 489d97e357 Missing double quote 2012-05-03 18:05:29 +03:00
guibog d62b2d74f4 Adding decorators, typing and (im)mutability 2012-05-01 22:57:34 +08:00
Kenneth Reitz 8311ad2ad6 Merge pull request #52 from epequeno/master
Added idioms to style.rst
2012-04-27 11:36:59 -07:00
guibog b1bb63071f About OOP 2012-04-27 22:40:21 +08:00
guibog 61e948e887 Clarifying a bit on commented code 2012-04-27 21:40:25 +08:00
guibog 68fc11453a Add on documentation and comments 2012-04-25 23:17:40 +08:00
guibog 8ad935e609 About module and packages in Structure 2012-04-24 22:44:30 +08:00
Kenneth Reitz 9ecebd541b Merge pull request #125 from benregn/master
Source formatting
2012-04-23 12:14:38 -07:00
Tomas Thor Jonsson 70ca1a8cef lines less than 80 chars in /writing/ 2012-04-23 20:24:39 +02:00
guibog 15de2679a3 Adding some generalities to Style 2012-04-23 23:11:34 +08:00
Kenneth Reitz 911d8299e0 Merge pull request #119 from guibog/master
Adding a reference section with a new book and line continuation style guide.
2012-04-22 17:51:56 -07:00
Juarez Bochi 1fb99e5242 Fixed some typos in writing/tests 2012-04-21 17:39:23 -03:00
guibog 2d48df09fc Adding poor project structuration examples 2012-04-21 23:40:35 +08:00
guibog f860d3e982 add line continuations in style 2012-04-21 22:43:54 +08:00
guibog 9944385417 Adding a bunch on unit tests 2012-04-21 21:35:04 +08:00
guibog 6ccfb2fff5 Adding a sample and explanation for doctests 2012-04-21 19:42:37 +08:00
guibog 6e9b37cc37 add some explanations to style guide 2012-04-21 18:15:10 +08:00
William Ting 6e2bd3e7cf Fix list manipulation comments and for loop 2012-04-17 00:06:21 -10:00
Trey Hunner aeb8a0b51f pocco was renamed to pycco 2012-04-03 22:32:30 -07:00
Lee Trout e9339cca50 Corrected atter typo in style. 2012-03-25 13:28:53 -03:00
Lee Trout 7ad589a03c Updated value checking in style guide with more explicit example for None. 2012-03-25 13:25:00 -03:00
Lee Trout b80f05a16e Added missing call to enumerate. 2012-03-25 13:07:09 -03:00
Kenneth Reitz a26f75e158 Merge pull request #101 from kevinburke/style
Clean up the style page
2012-03-16 01:18:34 -07:00
Kevin Burke d5a5e545c7 add examples of python idioms. 2012-03-16 01:11:42 -07:00
Dan Crosta 8587cf6a95 per feedback from @ejucovy, warn about shadowing gettext with "_" 2012-03-14 16:10:32 -07:00
Dan Crosta 3268aff854 some idioms I used this morning 2012-03-14 16:09:56 -07:00
Kenneth Reitz 6f878661ff Merge pull request #98 from mahmoudhossam/master
Django ORM, Linux packaging, and a license chooser.
2012-03-14 15:59:28 -07:00
Kevin Burke 67d6aa5dcd sharpen up vim section and spelling fixes 2012-03-13 00:31:05 -07:00
Kevin Burke 07ace6f29a lead in to command 2012-03-13 00:10:22 -07:00
Kevin Burke 5464ab3c8d refactor the style page. 2012-03-13 00:09:13 -07:00
Mahmoud Hossam b334b575ba Added license chooser 2012-03-11 12:50:07 +02:00
Kamil Kisiel 8a8a6c794f A variety of build error fixes 2012-01-02 06:26:12 -08:00
Mike Thornton 909bd39635 First pass at styleguide 2011-12-30 16:36:19 -06:00
Estevan Pequeno d3dbd65547 Update docs/writing/style.rst 2011-12-30 11:38:13 -06:00
Estevan Pequeno b147a1c490 Update docs/writing/style.rst 2011-12-30 11:02:43 -06:00
John Del Rosario 32f664aa3d Add full Zen of Python in Code Style section. 2011-12-31 00:46:52 +08:00
Mike Thornton 05f7ede1bd Mostly added s, AUTHORS.rst, fixed some links, added some text editors 2011-12-30 01:20:28 -06:00
Darius Bacon 1758ba7434 Fix indent in code examples. 2011-12-29 21:04:10 -08:00
MithrandirAgain 36893a5a61 Fixed a small location bug and 2 formatting bugs causing warnings on build. 2011-12-29 20:11:44 -08:00
Kamil Kisiel 422ba2e6bd Wrote up the idioms section 2011-12-23 14:33:27 -08:00
Kamil Kisiel 9e0eb0b79f Fleshed out the tests documentation
The doctest bit still needs some work, I've never really used it myself
so not sure what the benefits are :)
2011-12-22 14:58:48 -08:00
Alex Gaynor 7a29a4806b Added py.test 2011-12-22 13:05:19 -06:00