Johannes
852edbee25
Fix typo
2012-10-06 12:49:08 +02:00
Kenneth Reitz
3e009e21ac
Merge pull request #202 from osscca/master
...
Added NINJA-IDE to env.rst
2012-09-29 12:15:53 -07:00
osscca
ff1157d038
Added NINJA-IDE to IDEs
2012-09-28 21:08:42 +02:00
Kwpolska
e86d571a40
html_title
...
Signed-off-by: Kwpolska <kwpolska@gmail.com >
2012-09-28 20:02:05 +02:00
Clint Howarth
e36fd9d8cb
add section on emacs
2012-09-22 23:58:28 -04:00
Clint Howarth
b8a41ac61f
build out header matter, clean up formatting
2012-09-22 23:51:59 -04:00
Kenneth Reitz
af72128ab9
Merge pull request #197 from mindsocket/master
...
Add mock library to testing page
2012-09-22 18:48:46 -07:00
Clint Howarth
29af1a2097
tighten, de-dup PEP8 content, improve formatting/organization
2012-09-22 08:19:00 -04:00
Roger Barnes
3b902fe090
Add examples to section on mock
2012-09-19 16:46:54 +10:00
Roger Barnes
b96b11fe59
Add mock library to testing page
2012-09-18 21:04:14 +10:00
Alex Hoffman
632f8ae4e7
Updated IronPython link to latest stable 2.7.3
2012-09-11 14:09:22 +10:00
silkuze
f2ca4ea7c6
Missing a semicolon in the function definition
2012-09-08 15:23:39 +03:00
David Fischer
281a37ed06
Added notes about getting Python2.6 on RHEL/CentOS
2012-09-07 10:44:37 -04:00
Kirill Klenov
22088fd0a4
Added information about vim python-mode plugin
2012-08-02 23:59:41 +04:00
Lyndsy Simon
d6602f18b6
removes link to Sublime Text 2 Beta (now released)
2012-08-01 20:01:05 -05:00
Kenneth Reitz
49b5ccba95
gittip
2012-07-28 17:11:13 -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
Domen Kožar
33ab7535c2
Add comparison table and py2exe notes on freezing topic
2012-07-25 22:47:26 +02: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
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
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
Estevan Pequeno
d262c89293
remove deprecated flag
2012-07-03 20:10:06 -05: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
Ian Cordasco
226ad55c51
Improve upon string concatenation section.
2012-06-15 14:08:38 -04: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