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
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
kennethreitz
4a3c975eb8
Merge pull request #684 from serra/youtube-raw
...
Include Youtube video of reading code
2016-03-14 03:32:35 -04:00
Marijn van der Zee
4d8ae2a694
I fail to see how Mule would help in Continuous Integration scenarios
...
afaik Mule is an Enterprise Service Bus, which can be useful in enterprise application integration scenarios,
but imo it is really is not useful in the context of continuous integration of Python programs.
2016-03-13 17:30:57 +01:00
Marijn van der Zee
5e5d548a6c
Include Youtube video using raw:: html directive
2016-03-12 14:19:09 +01:00
kennethreitz
7921fec0ab
Merge pull request #682 from evidens/patch-1
...
Fix pip requirements link
2016-03-09 17:03:41 -05:00
F. Gabriel Gosselin
fada1cedd8
Fix pip requirements link
...
Missing < broke the link
2016-03-09 13:59:58 -08:00
kennethreitz
8ad9ec6a00
Merge pull request #681 from bryanj4/patch-1
...
Update structure.rst
2016-03-08 18:05:42 -05:00
Jacob Bryan
4e3b235a1c
Update structure.rst
...
Updated a broken link to the pip website which explains a pip requirements file
2016-03-08 16:31:44 -06:00
kennethreitz
25c3d1543d
Merge pull request #680 from n1trux/patch-1
...
change W3C link to the XPath Tutorial
2016-03-05 14:55:24 -05:00
kennethreitz
476282de5a
Merge pull request #679 from prateekrc3/patch-1
...
Update learning.rst
2016-03-05 14:55:09 -05:00
Crack Duck
31452655eb
change W3C link to the XPath Tutorial
...
the old link 404's, so I did a quick search and found the W3C XPath tutorial and replaced the link.
2016-03-05 13:22:56 +01:00
prateekrc3
6f370e16dc
Update learning.rst
...
Added a tutorial http://thepythonguru.com/ .
2016-03-05 11:28:30 +05:30
kennethreitz
0ae341c58e
Merge pull request #677 from sburns/clarify-gondor
...
Clarify Gondors stance
2016-02-23 11:23:58 -05:00
Scott Burns
4a83c7a88b
Clarify gondor
2016-02-22 15:22:32 -06:00
kennethreitz
e39e69d7a4
thats better
2016-02-22 00:58:21 -05:00
kennethreitz
5c1329ed9b
sp
2016-02-22 00:55:59 -05:00
kennethreitz
819255fd01
waitress
2016-02-22 00:54:32 -05:00
kennethreitz
b1032554dd
tornado opinion
2016-02-22 00:49:34 -05:00
kennethreitz
b98cc3bd2c
fail
2016-02-22 00:48:45 -05:00
kennethreitz
23d13f3762
better
2016-02-22 00:48:08 -05:00
kennethreitz
a4c1c3213a
recommended
2016-02-22 00:41:00 -05:00
kennethreitz
b7b58209ca
few
2016-02-22 00:39:13 -05:00
kennethreitz
1edba2863f
better
2016-02-22 00:38:06 -05:00
kennethreitz
b887e0df6f
better
2016-02-22 00:36:46 -05:00
kennethreitz
c1093f01ae
simplify
2016-02-22 00:35:36 -05:00
kennethreitz
8cf1d124bb
templates
2016-02-22 00:34:19 -05:00
kennethreitz
ca270f5833
better
2016-02-22 00:27:26 -05:00
kennethreitz
e6c516f108
note
2016-02-22 00:25:12 -05:00