Commit Graph

  • d4c46386d5 Update Dan Bader 2019-09-16 10:24:21 -06:00
  • 010cbc0b91 Merge pull request #1003 from ankostis/patch-1 kennethreitz 2019-07-16 11:06:51 -04:00
  • fca589daad Merge pull request #1004 from imba-tjd/patch-1 Marc Poulin 2019-07-16 07:00:04 -06:00
  • 90cbdc8e20 Trivial fix 谭九鼎 2019-07-16 11:40:10 +08:00
  • e4ca32a36c Use PY3 http.server instead of SimpleHTTPServer Kostis Anagnostopoulos 2019-07-13 05:12:18 +02:00
  • 6140459d2c Update ads.txt Dan Bader 2019-06-09 20:05:12 -07:00
  • d6d39ce69b Fix mixed content warning (HTTPS) Dan Bader 2019-05-31 11:26:44 -07:00
  • 9c3716fe11 Merge pull request #989 from manojk16/master kennethreitz 2019-05-31 13:19:07 -04:00
  • 62ad492f57 Merge pull request #963 from apjanke/github-section kennethreitz 2019-05-31 13:18:53 -04:00
  • 1d5905d5d7 Merge pull request #976 from mariokostelac/mario/add_link_to_essay kennethreitz 2019-05-31 13:17:48 -04:00
  • 3bdf0ed087 Merge pull request #978 from carlosdamazio/freezing-code-linux kennethreitz 2019-05-31 13:17:01 -04:00
  • 6c223b97e1 Merge pull request #991 from morenoh149/patch-4 kennethreitz 2019-05-31 13:16:50 -04:00
  • 3b83106557 Merge pull request #998 from tbm/link kennethreitz 2019-05-31 13:16:34 -04:00
  • 25b92aca9c Merge pull request #1000 from Mr-Io/master kennethreitz 2019-05-31 13:16:24 -04:00
  • 2433cc568f Merge pull request #1002 from mcfunley/master kennethreitz 2019-05-31 13:16:02 -04:00
  • adbbc9b60d adding pugsql Dan McKinley 2019-05-29 18:02:33 -07:00
  • 20f0c9c2b7 use windows environment variable when indicating default path for pip.ini Mr-Io 2019-05-16 10:03:22 +02:00
  • 62654036f0 Merge pull request #999 from tbm/typo Marc Poulin 2019-05-13 11:02:23 -06:00
  • 69277aa1f5 Fix some typos Martin Michlmayr 2019-05-13 15:49:04 +08:00
  • 2a9ac95853 Fix broken reference to Stack Overflow post Martin Michlmayr 2019-05-12 23:05:05 +08:00
  • e113bad35b Update Readme.rst Dan Bader 2019-04-30 08:41:37 -07:00
  • b4da9ce9fe Merge pull request #997 from s-pace/doc/enhance_search Dan Bader 2019-04-23 09:23:46 -07:00
  • f43eff5fd4 feat: add search to every documentation pages s-pace 2019-04-23 14:02:09 +02:00
  • b08cf0cb8b feat: enhance search to the main introduction page s-pace 2019-04-23 14:01:32 +02:00
  • 7dc0ecd11c Merge pull request #992 from jul/patch-2 Marc Poulin 2019-04-15 10:42:22 -06:00
  • 219301b212 Merge pull request #993 from zachvalenta/add-loguru Marc Poulin 2019-04-02 12:18:18 -06:00
  • 823d0abe8d Merge pull request #990 from morenoh149/patch-3 Marc Poulin 2019-04-01 08:35:59 -06:00
  • 22e11f45f4 add paragraph on loguru to logging section zachvalenta 2019-03-31 06:35:40 -04:00
  • 9523ee5deb you don't let friends use pycrypto julien tayon 2019-03-29 19:42:43 +01:00
  • fe7c85b26e Replace Autoenv with direnv Harry Moreno 2019-03-24 16:24:29 -04:00
  • 34e6410f25 Removing virtualenv should delete venv directory Harry Moreno 2019-03-24 15:47:51 -04:00
  • eee09c799c Merge pull request #1 from realpython/master Manoj Kumar 2019-03-16 00:01:15 +05:30
  • ad057124d4 Merge pull request #957 from apjanke/doscon-styling Marc Poulin 2019-03-14 08:23:08 -06:00
  • 1ad887785b Merge pull request #975 from Christofosho/master Marc Poulin 2019-03-11 12:23:22 -06:00
  • 1723ecb831 Merge pull request #980 from Gouravchawla/copyright_update Marc Poulin 2019-03-11 08:30:18 -06:00
  • 972b2df51c Update copyright to be dynamic Gourav Chawla 2019-02-18 18:41:35 +05:30
  • 4ae0b0ee2a Merge pull request #961 from apjanke/fix-broken-or-redirect-links Marc Poulin 2019-03-05 11:24:41 -07:00
  • d200bf04f8 Format Windows console examples with doscon or powershell Andrew Janke 2018-12-18 00:48:19 -05:00
  • 808eb3a286 Fix redirected and broken links Andrew Janke 2018-12-18 02:05:53 -05:00
  • 5187d5801d Merge pull request #988 from davidshq/master Marc Poulin 2019-03-01 07:51:56 -07:00
  • 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/ Dave Mackey 2019-02-28 09:02:27 -05:00
  • 4241add07b Merge pull request #987 from davidshq/master Marc Poulin 2019-02-26 10:44:22 -07:00
  • 8c7e008147 - Updating link to Dive Into Python Dave Mackey 2019-02-26 08:26:03 -05:00
  • 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 Dave Mackey 2019-02-25 22:29:18 -05:00
  • 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 Dave Mackey 2019-02-25 22:09:07 -05:00
  • 907d9a7b82 Removed extraneous "by" and unnecessary "especially" from cli.rst Dave Mackey 2019-02-25 21:42:38 -05:00
  • bece4954e7 Merge pull request #985 from XVilka/patch-1 Marc Poulin 2019-02-25 07:55:28 -07:00
  • 7013647d92 Don't recommend Python 2 Library Anton Kochkov 2019-02-25 16:39:54 +08:00
  • dceab6e6f1 Merge pull request #979 from TomNicholas/patch-1 Marc Poulin 2019-02-11 09:01:49 -07:00
  • bd742f7bb6 Add xarray to scientific.rst Tom Nicholas 2019-02-11 10:53:52 +00:00
  • 92c70b865a Adding instructions for bbFreeze and PyInstaller in Linux stubs in Freezing Your Code. Carlos Damázio 2019-02-10 17:58:44 -02:00
  • 696d729319 Add link to the original essey Mario Kostelac 2019-02-09 21:08:24 +00:00
  • ff05d2f76c Fix inconsistency with virtualenv project folder naming, and a couple grammar checks. Christopher Snow 2019-02-08 21:35:06 -05:00
  • 7698c948f9 Merge pull request #974 from realpython/requests-redirect Marc Poulin 2019-02-08 15:01:55 -07:00
  • 507281032e python-requests.org redirect Marc Poulin 2019-02-08 14:54:07 -07:00
  • cbd69760ff Merge pull request #973 from barbourkd/fix-requests-url Dan Bader 2019-02-07 07:37:35 -08:00
  • 6749edc80a Fix broken link to python-requests.org (http only) Kevin D Barbour 2019-02-07 08:45:55 -05:00
  • 1d98f63f66 Merge pull request #959 from apjanke/remove-osx-version-reference-for-default-python-version Marc Poulin 2019-01-24 08:59:04 -07:00
  • fdb272edfe Merge pull request #970 from zachvalenta/rm-ref-to-clint Marc Poulin 2019-01-17 12:18:13 -07:00
  • 1efc78a09a Merge pull request #971 from gbrova/gbrova/prefer-list-comps-over-map Marc Poulin 2019-01-15 09:44:54 -07:00
  • f066175650 Merge pull request #958 from apjanke/console-lexer-not-bash Dan Bader 2019-01-14 17:38:01 -08:00
  • c283dbdf9b Reword the discussion on short ways to manipulate lists George Brova 2019-01-15 01:00:13 +01:00
  • 90af77a526 Remove explicit recommendation to use map and filter over list comprehensions George Brova 2019-01-15 00:57:22 +01:00
  • c84165588c remove reference to Clint zachvalenta 2019-01-10 14:58:49 -05:00
  • 7375152528 Merge pull request #969 from Benjamin-Lee/patch-1 Marc Poulin 2019-01-10 11:49:40 -07:00
  • 2bcf5e9a82 Fix grammar mistake Benjamin Lee 2019-01-10 11:38:36 -06:00
  • 01c5ec4178 Merge pull request #966 from tiangolo/fastapi Marc Poulin 2019-01-04 13:55:20 -07:00
  • 124d9ef00c Update FastAPI section from code review Sebastián Ramírez 2019-01-04 23:59:38 +04:00
  • 979b4cdfbd Merge pull request #953 from apjanke/global-vs-caller-namespace Marc Poulin 2018-12-28 08:46:29 -07:00
  • d012a66ed6 Use "local" instead of "global" to describe where imports go Andrew Janke 2018-12-17 14:25:42 -05:00
  • 4e9a305151 Merge pull request #967 from realpython/update-heading-styles Marc Poulin 2018-12-27 08:31:13 -07:00
  • 0ee8f8d40b Update H1 to H4 heading styles Marc Poulin 2018-12-27 08:28:38 -07:00
  • 8b7f86b857 Add FastAPI to the web frameworks section Sebastián Ramírez 2018-12-22 20:07:05 +04:00
  • b913993ce2 Merge pull request #955 from apjanke/typos2 Marc Poulin 2018-12-21 10:17:28 -07:00
  • 922d549603 Merge branch 'master' into typos2 Marc Poulin 2018-12-21 10:13:13 -07:00
  • ade79fad44 Merge pull request #965 from apjanke/fix-build-warnings Marc Poulin 2018-12-21 09:50:06 -07:00
  • 3733857b09 Merge pull request #947 from harishkrao/master Marc Poulin 2018-12-21 09:44:03 -07:00
  • 4e09d8aae0 Implemented feedback and suggestions from code review Harish Kesava Rao 2018-12-20 20:05:01 -06:00
  • 3ae73f4bb5 Merge pull request #962 from apjanke/standard-american-english Marc Poulin 2018-12-20 15:09:18 -07:00
  • 705e90ef43 Merge branch 'master' into standard-american-english Marc Poulin 2018-12-20 15:03:09 -07:00
  • 9d975b5361 Merge pull request #946 from suryasr007/master Marc Poulin 2018-12-20 14:27:07 -07:00
  • dc85a33f3a Fixed Scripts issue Surya Teja Reddy Valluri 2018-12-20 21:34:46 +05:30
  • a5eb4cae8e Merge branch 'master' of https://github.com/realpython/python-guide Surya Teja Reddy Valluri 2018-12-20 21:28:23 +05:30
  • 831ccee881 Merge pull request #954 from apjanke/update-anaconda-links Marc Poulin 2018-12-19 10:27:12 -07:00
  • 32437cc4bc Merge pull request #952 from apjanke/typos Marc Poulin 2018-12-19 08:42:58 -07:00
  • 90ab6b34ab Merge pull request #956 from apjanke/Unix-not-UNIX Marc Poulin 2018-12-19 08:31:14 -07:00
  • 97679865ac Fix "WARNING: Title level inconsistent" Andrew Janke 2018-12-18 14:01:35 -05:00
  • 249f031fbb Fix sphinx build warnings Andrew Janke 2018-12-18 13:57:40 -05:00
  • 9633848acf Add a Publishing Your Code section about GitHub Andrew Janke 2018-12-18 13:42:36 -05:00
  • 179493d96c small typo Surya Teja Reddy Valluri 2018-12-18 22:33:59 +05:30
  • 7022a9faef Fixed typos/grammer Surya Teja Reddy Valluri 2018-12-18 22:32:01 +05:30
  • fb856c1167 Merge branch 'master' of https://github.com/realpython/python-guide Surya Teja Reddy Valluri 2018-12-18 22:30:33 +05:30
  • 3cf750bea1 Incorporated changes from style suggestions Harish Kesava Rao 2018-12-18 07:01:38 -06:00
  • a2555b9852 Standardize on American English for the Guide Andrew Janke 2018-12-18 02:32:06 -05:00
  • 9ae7b69a62 Don't qualify OS X version when saying what Python version it ships with Andrew Janke 2018-12-18 01:02:58 -05:00
  • c902b8c628 Use console lexer, not bash, for shell sessions Andrew Janke 2018-12-18 00:51:46 -05:00
  • e6d6e47b46 Use "Unix" instead of "UNIX" consistently Andrew Janke 2018-12-18 00:33:12 -05:00
  • a622afa235 More typo, grammar, and style fixes Andrew Janke 2018-12-17 18:19:53 -05:00
  • fd2a8f3e8f Final commit Harish Kesava Rao 2018-12-17 21:02:21 -06:00
  • 5dcd3b81da Update Anaconda links and text to reflect company name change Andrew Janke 2018-12-17 18:22:01 -05:00