kennethreitz
0760825429
Merge pull request #715 from toanant/patch-1
...
Added section on Shinken #238
2016-06-22 17:53:34 -04:00
kikisdeliveryservice
122f67bf05
Clean up of tests.rst
2016-06-21 13:06:58 -07:00
nhumrich
081c47511f
Update cli.rst
...
Add cement to cli frameworks
2016-06-21 12:28:06 -06:00
Abhishek Kumar Singh
a64d47166c
Added Oxford Comma!
...
Signed-off-by: Abhishek Kumar Singh <abhishek4bhopati@gmail.com >
2016-06-21 13:00:42 +05:30
Abhishek Kumar Singh
30f19999fd
Corrected Oxford comma. Close #238
...
Signed-off-by: Abhishek Kumar Singh <abhishek4bhopati@gmail.com >
2016-06-21 12:54:55 +05:30
kennethreitz
673ed9a742
oreilly book
2016-06-20 23:16:50 -04:00
kennethreitz
7c21a38d53
Merge pull request #716 from kikisdeliveryservice/master
...
Clean up of intro paragraphs for clarity.
2016-06-20 20:24:44 -04:00
kikisdeliveryservice
2ed32ebe0d
Clean up of intro paragraphs for clarity.
2016-06-20 13:38:23 -07:00
Abhishek Kumar Singh
7c7fe74dab
Update admin.rst with monitoring tool shinken.
2016-06-20 18:06:58 +05:30
kennethreitz
856ebdef4f
Merge pull request #713 from rahiel/patch-1
...
speed.rst: PEP8 in examples
2016-06-15 01:02:49 -07:00
Rahiel Kasim
fc8788b230
speed.rst: PEP8 in examples
...
PEP8
2016-06-14 14:04:43 +02:00
Michael Bryan
10defd73a2
Added a bit so the transition from short to long docstrings flows better
2016-06-13 10:07:29 +08:00
Michael Bryan
3c0b0270ba
Removed the rst/sphinx-style docstring example
2016-06-13 09:49:18 +08:00
Michael Bryan
fb388b8f7b
changed the pep 257 line from a see also to a normal line
2016-06-12 19:53:40 +08:00
Michael Bryan
4fb3bf7b4a
Wrote a bit about docstrings
2016-06-12 19:51:46 +08:00
kennethreitz
91e208505f
Merge pull request #707 from LibHunt/awesome-python-newsletter
...
Add 'Awesome Python Newsletter' from LibHunt
2016-06-04 11:33:26 -07:00
kennethreitz
3ec10e2c83
Merge pull request #709 from Michael-F-Bryan/speed
...
Speed
2016-06-04 11:33:05 -07:00
Ian Cordasco
da6648f9bd
Merge pull request #711 from zevav/patch-1
...
changed "tenants" to "tenets"
2016-06-04 10:03:29 -05:00
Zev Averbach
8b674a5b30
changed "tenants" to "tenets"
...
Tenants are people who pay rent; tenets are principles or beliefs.
2016-06-03 16:06:45 -07:00
kennethreitz
91cdb50a36
Merge pull request #710 from dsfcode/master
...
Fix a few typos
2016-06-03 15:24:53 -07:00
dfowler
5888db734d
Fix a few typos
2016-06-03 17:58:02 -04:00
Michael Bryan
dde23c230e
Converted "::" to proper python code-block directives
2016-06-03 16:15:00 +08:00
Michael Bryan
75e957e89e
Wrote a bit about threading
2016-06-03 16:06:11 +08:00
Michael Bryan
1d25e8bffe
Added a bit about concurrent.futures
2016-06-03 15:24:21 +08:00
Stan Bright
6eee93bb68
Add 'Awesome Python Newsletter' from LibHunt
2016-05-27 12:50:42 +03:00
Ian Cordasco
b620def812
Merge pull request #704 from ForeverWintr/master
...
Fix incorrect dictConfig example
2016-05-10 20:02:20 -05:00
Tom
bdf3e1ea92
Fix incorrect dictConfig example
...
dictConfig expects a special `root` key outside of the `loggers` subdictionary in order to configure the root logger. I've tried the existing example code on python 2.7.5 and 3.5.1, and in neither case does the final log line produce any output (because the root logger remains set to `looging.WARN` by default).
Changing the example to use the `root` key causes the log message to appear properly.
The `root` key is explained in PEP391: https://www.python.org/dev/peps/pep-0391/#dictionary-schema-detail
2016-05-10 17:05:23 -06:00
kennethreitz
2c4ec63445
Merge pull request #699 from gregimba/master
...
link to pep 257
2016-04-21 21:46:30 -04:00
Grant Regimbal
44e72cd2e3
link to pep 257
2016-04-21 19:44:26 -05:00
kennethreitz
e6d51a13be
Merge pull request #698 from gruzovator/master
...
more simple rm pyc files command
2016-04-20 10:43:05 -04:00
gruzovator
f7f4728833
more simple rm pyc files command
2016-04-19 11:55:48 +03:00
kennethreitz
4af285087d
Merge pull request #697 from irons/typo/xcode
...
Fix Xcode typo
2016-04-04 01:42:56 -04:00
Nathaniel Irons
1a5d942353
Fix Xcode typo
2016-04-03 11:53:21 -07:00
kennethreitz
95b5c79cba
Merge pull request #696 from Ayrx/patch-1
...
pyca/cryptography no longer supports Python 3.2.
2016-04-01 16:47:01 -04:00
Terry Chia
9c703e6c70
Update crypto.rst
...
Python 3.2 support has been dropped from pyca/cryptography as of April 2015. https://github.com/pyca/cryptography/pull/1846
2016-04-01 16:56:21 +08:00
kennethreitz
4ea12d432d
Merge pull request #695 from stevepiercy/patch-1
...
use correct URL for Pyramid
2016-03-31 09:45:10 -04:00
Adam Nelson
328a261c4f
Re-instated references to setuptools
2016-03-31 09:38:25 -04:00
Adam Nelson
ef3cc7eec2
Merge remote-tracking branch 'upstream/master'
2016-03-31 09:30:00 -04:00
Steve Piercy
205ffc7dd6
use correct URL for Pyramid
...
wrap to 79 columns
2016-03-31 05:31:40 -07:00
kennethreitz
50909dbe7a
Merge pull request #694 from cguardia/patch-1
...
Remove inaccurate comparison of Pyramid to Django.
2016-03-31 08:23:46 -04:00
Carlos de la Guardia
cc6a4c03a8
Remove inaccurate comparison of Pyramid to Django.
...
Ass proposed in #693 .
2016-03-30 23:53:51 -06:00
kennethreitz
bddc345817
Merge pull request #691 from remcodraijer/patch-1
...
Changed summary line of docstring to follow PEP 0257
2016-03-24 18:23:38 -04:00
remcodraijer
02d68a86ed
Changed summary line of docstring to follow PEP 0257 - update
...
Quoting https://www.python.org/dev/peps/pep-0257/#one-line-docstrings
"The docstring is a phrase ending in a period. It prescribes the function or method's effect as a command ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
2016-03-24 12:33:39 +01:00
remcodraijer
6b4d013f52
Changed summary line of docstring to follow PEP 0257
...
Quoting https://www.python.org/dev/peps/pep-0257/#one-line-docstrings
The docstring is a phrase ending in a period. It prescribes the function or method's effect as a command ("Do this", "Return that"), not as a description; e.g. don't write "Returns the pathname ...".
2016-03-24 12:27:57 +01:00
kennethreitz
9ddb9ab3ba
Merge pull request #690 from adamliter/fix/homebrew
...
Updates command for installing Homebrew
2016-03-22 19:02:19 -04:00
Adam Liter
49192a4317
Updates command for installing Homebrew
...
As can be seen on the Homebrew website (http://brew.sh/ ), it seems that
Homebrew is now recommending that you install Homebrew by calling
`/usr/bin/ruby` instead of just `ruby`.
2016-03-19 22:44:22 -04:00
kennethreitz
e86b2f7771
Merge pull request #689 from ewjoachim/patch-1
...
Fixes #686
2016-03-17 12:39:06 -04:00
Joachim Jablon
a37543f242
Fixes #686
2016-03-17 00:25:34 +01:00
kennethreitz
2839c219fe
Merge pull request #685 from serra/what-has-mule-got-to-do-with-ci
...
I fail to see how Mule would help in Continuous Integration scenarios
2016-03-16 15:22:19 -04:00
Adam Nelson
9223381e4e
Python3 stuff in virtualenv less prominent
2016-03-15 10:00:26 -04:00