Anders Kaseorg 
								
							 
						 
						
							
							
							
							
								
							
							
								53e59c8c09 
								
							 
						 
						
							
							
								
								Rename default branch to ‘main’  
							
							... 
							
							
							
							Signed-off-by: Anders Kaseorg <anders@zulip.com> 
							
						 
						
							2021-08-24 12:50:52 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									PIG208 
								
							 
						 
						
							
							
							
							
								
							
							
								9ce7c52a10 
								
							 
						 
						
							
							
								
								pyupgrade: Reformat with --py36-plus.  
							
							... 
							
							
							
							This includes mainly fixes of string literals using f-strings or
.format(...), as well as unpacking of list comprehensions. 
							
						 
						
							2021-06-02 18:45:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									PIG208 
								
							 
						 
						
							
							
							
							
								
							
							
								e27ac0ddbe 
								
							 
						 
						
							
							
								
								pyupgrade: Replace Text with str.  
							
							... 
							
							
							
							We uses `pyupgrade --py3-plus` to automatically replace all occurence
of `Text`. But manual fix is required to remove the unused imports. Note
that with this configuration pyupgrade also convert string literals to
.format(...) style, which is manually not included in the commit as well. 
							
						 
						
							2021-06-02 18:45:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									PIG208 
								
							 
						 
						
							
							
							
							
								
							
							
								6f3f9bf7e4 
								
							 
						 
						
							
							
								
								black: Reformat without skipping string normalization.  
							
							
							
						 
						
							2021-06-02 18:45:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									PIG208 
								
							 
						 
						
							
							
							
							
								
							
							
								fba21bb00d 
								
							 
						 
						
							
							
								
								black: Reformat skipping string normalization.  
							
							
							
						 
						
							2021-06-02 18:45:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									PIG208 
								
							 
						 
						
							
							
							
							
								
							
							
								5580c68ae5 
								
							 
						 
						
							
							
								
								isort: Reformat using isort.  
							
							
							
						 
						
							2021-06-02 18:45:57 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Anders Kaseorg 
								
							 
						 
						
							
							
							
							
								
							
							
								5f81eb3a70 
								
							 
						 
						
							
							
								
								Update zulipchat.com links to zulip.com.  
							
							... 
							
							
							
							Signed-off-by: Anders Kaseorg <anders@zulip.com> 
							
						 
						
							2020-06-11 21:06:58 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Anders Kaseorg 
								
							 
						 
						
							
							
							
							
								
							
							
								2f6623bbc4 
								
							 
						 
						
							
							
								
								cleanup: Remove unused imports.  
							
							... 
							
							
							
							Generated by autoflake.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com> 
							
						 
						
							2020-04-18 20:31:14 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Anders Kaseorg 
								
							 
						 
						
							
							
							
							
								
							
							
								5428c5f296 
								
							 
						 
						
							
							
								
								typing: Convert function type annotations to Python 3 style.  
							
							... 
							
							
							
							Generated by com2ann (slightly patched to avoid also converting
assignment type annotations, which require Python 3.6), followed by
some manual whitespace adjustment, and two fixes for use-before-define
issues:
-    def set_zulip_client(self, zulipToJabberClient: ZulipToJabberBot) -> None:
+    def set_zulip_client(self, zulipToJabberClient: 'ZulipToJabberBot') -> None:
-def init_from_options(options: Any, client: Optional[str] = None) -> Client:
+def init_from_options(options: Any, client: Optional[str] = None) -> 'Client':
Signed-off-by: Anders Kaseorg <anders@zulipchat.com> 
							
						 
						
							2020-04-18 20:31:14 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Anders Kaseorg 
								
							 
						 
						
							
							
							
							
								
							
							
								e30b3b094b 
								
							 
						 
						
							
							
								
								Modernize legacy Python 2 syntax with pyupgrade.  
							
							... 
							
							
							
							Generated by `pyupgrade --py3-plus --keep-percent-format` followed by
manual indentation fixes.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com> 
							
						 
						
							2020-04-18 15:04:36 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rht 
								
							 
						 
						
							
							
							
							
								
							
							
								46c78ce7b5 
								
							 
						 
						
							
							
								
								integrations: Remove usage of six.  
							
							
							
						 
						
							2020-04-02 13:02:28 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rht 
								
							 
						 
						
							
							
							
							
								
							
							
								1412403037 
								
							 
						 
						
							
							
								
								integrations: Remove from __future__ imports.  
							
							
							
						 
						
							2020-04-02 13:02:28 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rht 
								
							 
						 
						
							
							
							
							
								
							
							
								a465467388 
								
							 
						 
						
							
							
								
								integrations: Switch to python3.  
							
							
							
						 
						
							2020-04-02 13:02:28 -04:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									rht 
								
							 
						 
						
							
							
							
							
								
							
							
								8a74f576a3 
								
							 
						 
						
							
							
								
								python: Remove per-file copyright notices.  
							
							... 
							
							
							
							These notices are redundant and obscure what are often very short
example scripts. 
							
						 
						
							2020-03-23 12:52:52 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									novokrest 
								
							 
						 
						
							
							
							
							
								
							
							
								7a95c31162 
								
							 
						 
						
							
							
								
								mercurial: Rename hook file to zulip_changegroup.py.  
							
							... 
							
							
							
							Rename hook file from 'zulip-changegroup.py'
to 'zulip_changegroup.py' for importing as module. 
							
						 
						
							2018-05-29 11:45:56 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									novokrest 
								
							 
						 
						
							
							
							
							
								
							
							
								9b9070808f 
								
							 
						 
						
							
							
								
								mercurial: Update changegroup hook according to new mercurial API.  
							
							... 
							
							
							
							Fixes  #322  
						
							2018-05-29 11:45:56 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									neiljp (Neil Pilgrim) 
								
							 
						 
						
							
							
							
							
								
							
							
								9502e0eb9a 
								
							 
						 
						
							
							
								
								hg integration: Use explicit sys.exit.  
							
							
							
						 
						
							2018-01-08 15:39:03 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									neiljp (Neil Pilgrim) 
								
							 
						 
						
							
							
							
							
								
							
							
								55df1886cc 
								
							 
						 
						
							
							
								
								mypy: Amend hg integration to simplify error handling/typing.  
							
							
							
						 
						
							2018-01-08 15:39:03 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									derAnfaenger 
								
							 
						 
						
							
							
							
							
								
							
							
								50d8c5f7fe 
								
							 
						 
						
							
							
								
								zulip package: Add requirements.txt for each integration.  
							
							
							
						 
						
							2017-09-12 01:39:21 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Eeshan Garg 
								
							 
						 
						
							
							
							
							
								
							
							
								3d0f7955b6 
								
							 
						 
						
							
							
								
								api: Move the API package to a dedicated subdirectory.  
							
							... 
							
							
							
							In order to keep all three packages (zulip, zulip_bots,
zulip_botserver) in the same repo, all package files must now
be nested one level deeper.
For instance, python-zulip-api/zulip_bots/zulip_bots/bots/, instead
of python-zulip-api/zulip_bots/bots/. 
							
						 
						
							2017-07-18 02:20:32 -02:30