2319 Commits

Author SHA1 Message Date
Dan Bader d4c46386d5 Update 2019-09-16 10:24:21 -06:00
kennethreitz 010cbc0b91 Merge pull request #1003 from ankostis/patch-1
Use PY3 http.server instead of SimpleHTTPServer
2019-07-16 11:06:51 -04:00
Marc Poulin fca589daad Merge pull request #1004 from imba-tjd/patch-1
Trivial fix
2019-07-16 07:00:04 -06:00
谭九鼎 90cbdc8e20 Trivial fix 2019-07-16 11:40:10 +08:00
Kostis Anagnostopoulos e4ca32a36c Use PY3 http.server instead of SimpleHTTPServer 2019-07-13 05:12:18 +02:00
Dan Bader 6140459d2c Update ads.txt 2019-06-09 20:05:12 -07:00
Dan Bader d6d39ce69b Fix mixed content warning (HTTPS) 2019-05-31 11:26:44 -07:00
kennethreitz 9c3716fe11 Merge pull request #989 from manojk16/master
Merge pull request #1 from realpython/master
2019-05-31 13:19:07 -04:00
kennethreitz 62ad492f57 Merge pull request #963 from apjanke/github-section
Add a Publishing Your Code section about GitHub
2019-05-31 13:18:53 -04:00
kennethreitz 1d5905d5d7 Merge pull request #976 from mariokostelac/mario/add_link_to_essay
Add link to the original essay
2019-05-31 13:17:48 -04:00
kennethreitz 3bdf0ed087 Merge pull request #978 from carlosdamazio/freezing-code-linux
Adding instructions in Linux stubs in section "Freezing Your Code".
2019-05-31 13:17:01 -04:00
kennethreitz 6c223b97e1 Merge pull request #991 from morenoh149/patch-4
Replace Autoenv with direnv
2019-05-31 13:16:50 -04:00
kennethreitz 3b83106557 Merge pull request #998 from tbm/link
Fix broken reference to Stack Overflow post
2019-05-31 13:16:34 -04:00
kennethreitz 25b92aca9c Merge pull request #1000 from Mr-Io/master
use windows environment variable when indicating default path for pip…
2019-05-31 13:16:24 -04:00
kennethreitz 2433cc568f Merge pull request #1002 from mcfunley/master
Adding pugsql to the database guide
2019-05-31 13:16:02 -04:00
Dan McKinley adbbc9b60d adding pugsql 2019-05-29 18:02:33 -07:00
Mr-Io 20f0c9c2b7 use windows environment variable when indicating default path for pip.ini
Replace %HOME% with %USERPROFILE% when referencing commands line in
windows. This is already done in other part of the guide such as in
virtualenvwrapper.
2019-05-16 10:23:02 +02:00
Marc Poulin 62654036f0 Merge pull request #999 from tbm/typo
Fix some typos
2019-05-13 11:02:23 -06:00
Martin Michlmayr 69277aa1f5 Fix some typos 2019-05-13 15:49:04 +08:00
Martin Michlmayr 2a9ac95853 Fix broken reference to Stack Overflow post
This fixes the following build warning:

    python-guide/docs/scenarios/speed.rst:397: WARNING: Unknown target name: "stack overflow post".
2019-05-12 23:05:05 +08:00
Dan Bader e113bad35b Update Readme.rst 2019-04-30 08:41:37 -07:00
Dan Bader b4da9ce9fe Merge pull request #997 from s-pace/doc/enhance_search
[doc website] Update the search experience
2019-04-23 09:23:46 -07:00
s-pace f43eff5fd4 feat: add search to every documentation pages 2019-04-23 14:02:09 +02:00
s-pace b08cf0cb8b feat: enhance search to the main introduction page 2019-04-23 14:01:32 +02:00
Marc Poulin 7dc0ecd11c Merge pull request #992 from jul/patch-2
The pycrypto package is no longer maintained.
2019-04-15 10:42:22 -06:00
Marc Poulin 219301b212 Merge pull request #993 from zachvalenta/add-loguru
add paragraph on loguru to logging section
2019-04-02 12:18:18 -06:00
Marc Poulin 823d0abe8d Merge pull request #990 from morenoh149/patch-3
Removing virtualenv should delete venv directory
2019-04-01 08:35:59 -06:00
zachvalenta 22e11f45f4 add paragraph on loguru to logging section 2019-03-31 06:35:40 -04:00
julien tayon 9523ee5deb you don't let friends use pycrypto
Unmaintained package with CVE might not be a good help
https://www.cvedetails.com/product/22441/Dlitz-Pycrypto.html?vendor_id=11993

I also share the opinion of the author that pycrypto and its fork may promote insecure usage (like AES::ECB)
https://theartofmachinery.com/2017/02/02/dont_use_pycrypto.html
2019-03-29 19:42:43 +01:00
Harry Moreno fe7c85b26e Replace Autoenv with direnv
* Autoenv has been locked, use direnv as recommended by Autoenv
2019-03-24 16:24:29 -04:00
Harry Moreno 34e6410f25 Removing virtualenv should delete venv directory 2019-03-24 15:47:51 -04:00
Manoj Kumar eee09c799c Merge pull request #1 from realpython/master
Update the real python
2019-03-16 00:01:15 +05:30
Marc Poulin ad057124d4 Merge pull request #957 from apjanke/doscon-styling
Format Windows console examples with `doscon`or `powershell`
2019-03-14 08:23:08 -06:00
Marc Poulin 1ad887785b Merge pull request #975 from Christofosho/master
Minor Inconsistency and Grammar Fixes
2019-03-11 12:23:22 -06:00
Marc Poulin 1723ecb831 Merge pull request #980 from Gouravchawla/copyright_update
Update copyright to be dynamic
2019-03-11 08:30:18 -06:00
Gourav Chawla 972b2df51c Update copyright to be dynamic
- Updated the copyright to be dynamic.
- Made changes in import to adhere to PEP8
2019-03-11 11:24:55 +04:00
Marc Poulin 4ae0b0ee2a Merge pull request #961 from apjanke/fix-broken-or-redirect-links
Fix redirected and broken links
2019-03-05 11:24:41 -07:00
Andrew Janke d200bf04f8 Format Windows console examples with doscon or powershell 2019-03-05 01:05:12 -05:00
Andrew Janke 808eb3a286 Fix redirected and broken links 2019-03-05 00:52:49 -05:00
Marc Poulin 5187d5801d Merge pull request #988 from davidshq/master
- Minor enhancements to clibs and admin scenarios
2019-03-01 07:51:56 -07:00
Dave Mackey 011423c651 - In scenarios/admin.rst, adding a StackOverflow link to explain eggs
- In scenarios/clibs.rst, adding StackOverflow link to explain ABI
-- In same, adding Microsoft Doc link to explain LoadLibrary
-- Minor grammar changes
-- Updating struct documentation link to use /3/ instead of /3.5/
2019-02-28 09:02:27 -05:00
Marc Poulin 4241add07b Merge pull request #987 from davidshq/master
Updates to GUI and CLI Files
2019-02-26 10:44:22 -07:00
Dave Mackey 8c7e008147 - Updating link to Dive Into Python 2019-02-26 08:26:03 -05:00
Dave Mackey 554fb163d9 - Reformatting first paragraph of cli to conform to 78 character width.
-- Same for Click, Cement.
- In gui, similarly for Camelot, PyGObject, Kivy, Pyjs Desktop, Qt
-- PySimpleGUI, Toga, TkInterwxPython
2019-02-25 22:29:18 -05:00
Dave Mackey 188e336732 - Changing PyGTk to be less verbose, formatted as note.
- Updated PyjamasDesktop to Pyjs Desktop, streamlined description
-- Removed link to Python wiki entry, content outdated
- Updated link for wxPython, it had changed
2019-02-25 22:09:07 -05:00
Dave Mackey 907d9a7b82 Removed extraneous "by" and unnecessary "especially" from cli.rst 2019-02-25 21:42:38 -05:00
Marc Poulin bece4954e7 Merge pull request #985 from XVilka/patch-1
Before, links went to the 2.7 documentation.
Now, links go to the 3.x documentation.
2019-02-25 07:55:28 -07:00
Anton Kochkov 7013647d92 Don't recommend Python 2 Library
Switch the Further Reading section to Python 3 link
2019-02-25 16:39:54 +08:00
Marc Poulin dceab6e6f1 Merge pull request #979 from TomNicholas/patch-1
Add xarray to scientific section
2019-02-11 09:01:49 -07:00
Tom Nicholas bd742f7bb6 Add xarray to scientific.rst 2019-02-11 10:53:52 +00:00