XiongNeng
|
ee37a13fe6
|
Merge pull request #289 from qianmosolo/master
修改8.25 get_spam格式
|
2019-05-18 22:09:38 +08:00 |
|
chim
|
4de0abd467
|
修改8.25 get_spam格式
|
2019-05-13 11:26:43 +08:00 |
|
XiongNeng
|
81d774ea4b
|
Merge pull request #287 from Flynnon/patch-2
Update p06_calling_python_from_c.rst
|
2019-05-11 13:08:44 +08:00 |
|
Flynnon
|
81ed041dec
|
Update p06_calling_python_from_c.rst
|
2019-05-08 23:55:38 +08:00 |
|
XiongNeng
|
6fd2af4ed2
|
Merge pull request #286 from fanhengyuan/patch-1
Update p12_sanitizing_clean_up_text.rst
|
2019-05-08 15:32:40 +08:00 |
|
XiongNeng
|
f6a4375597
|
Merge pull request #284 from Flynnon/patch-1
Update p14_make_your_program_run_faster.rst
|
2019-05-08 15:31:34 +08:00 |
|
Fan Hengyuan
|
001211c116
|
Update p12_sanitizing_clean_up_text.rst
spelling mistakes
|
2019-05-08 12:00:16 +08:00 |
|
Flynnon
|
e01a06f337
|
Update p14_make_your_program_run_faster.rst
|
2019-05-05 00:16:35 +08:00 |
|
XiongNeng
|
15c76fbdb3
|
Merge pull request #283 from SixGodZhang/master
修正笔误
|
2019-05-04 21:41:33 +08:00 |
|
sixgod_zhang
|
6777e4f631
|
修正笔误
|
2019-04-28 17:06:10 +08:00 |
|
XiongNeng
|
ecde9211ce
|
Merge pull request #282 from caimaoy/patch-1
Update p11_load_modules_from_remote_machine_by_hooks.rst
|
2019-04-27 22:11:38 +08:00 |
|
XiongNeng
|
f19b7511b8
|
Merge pull request #281 from gudongqing/patch-2
Update p08_skip_first_part_of_iterable.rst
|
2019-04-27 22:11:22 +08:00 |
|
XiongNeng
|
5401f9da2a
|
Merge pull request #280 from gudongqing/patch-1
Update p08_skip_iterable.py
|
2019-04-27 22:10:02 +08:00 |
|
Yue Chen
|
15867834c2
|
Update p11_load_modules_from_remote_machine_by_hooks.rst
it may be a bug.
|
2019-04-26 11:28:12 +08:00 |
|
gudongqing
|
86f97a08df
|
Update p08_skip_first_part_of_iterable.rst
|
2019-04-25 17:36:50 +08:00 |
|
gudongqing
|
04d726a07d
|
Update p08_skip_iterable.py
|
2019-04-25 17:16:54 +08:00 |
|
XiongNeng
|
6d07ccf3c4
|
Merge pull request #279 from hjlarry/patch-1
Update p10_defining_an_actor_task.rst
|
2019-04-22 22:44:37 +08:00 |
|
XiongNeng
|
5e3b8f6876
|
Merge pull request #278 from Flynnon/patch-5
Update p14_launching_daemon_process_on_unix.rst
|
2019-04-22 22:44:25 +08:00 |
|
XiongNeng
|
0ad3e89ceb
|
Merge pull request #277 from Flynnon/patch-4
Update p12_using_generators_as_alternative_to_threads.rst
|
2019-04-22 22:44:08 +08:00 |
|
非法操作
|
9f51f9b1fd
|
Update p10_defining_an_actor_task.rst
|
2019-04-22 10:09:53 +08:00 |
|
Flynnon
|
8ff455fab9
|
Update p14_launching_daemon_process_on_unix.rst
看代码这里并不是关闭子进程,而是终止父进程来使得新开的子进程变为孤儿进程。
但是我并不是很确定这样改是否正确,麻烦评估一下。
|
2019-04-22 00:00:51 +08:00 |
|
Flynnon
|
f799d43027
|
Update p12_using_generators_as_alternative_to_threads.rst
change format and wrong words.
|
2019-04-21 23:33:47 +08:00 |
|
XiongNeng
|
ded49dd0c7
|
Merge pull request #274 from zhangjieke/patch-1
根据上下文,__init__中属性名称是 self._first_name 而不是 self.first_name
|
2019-04-14 10:19:18 +08:00 |
|
zhangjieke
|
5fa4da27b4
|
根据上下文,__init__中属性名称是 self._first_name 而不是 self.first_name
def __init__(self, first_name):
self._first_name = first_name
|
2019-03-29 10:50:57 +08:00 |
|
XiongNeng
|
2d96318dd3
|
Merge pull request #273 from leemeans/patch-1
Update p15_c_extensions.rst
|
2019-03-27 23:43:34 +08:00 |
|
leemeans
|
d94f5eda6e
|
Update p15_c_extensions.rst
修正错别字:我么=>我们
|
2019-03-27 10:51:02 +08:00 |
|
XiongNeng
|
b7781bfb2c
|
Merge pull request #271 from Flynnon/patch-1
change sth
|
2019-03-19 11:02:32 +08:00 |
|
XiongNeng
|
7b6ff91b49
|
Merge pull request #270 from Flynnon/patch-2
fix wrong words.
|
2019-03-19 11:02:22 +08:00 |
|
Flynnon
|
fa4bcc6ccc
|
change sth
|
2019-03-10 15:40:46 +08:00 |
|
Flynnon
|
f44feeab95
|
Update p20_implement_multiple_dispatch_with_function_annotations.rst
|
2019-03-10 14:45:31 +08:00 |
|
XiongNeng
|
dc582e28cb
|
Merge pull request #267 from xiaoyun0710/patch-1
Update p02_creating_tcp_server.rst
|
2019-02-21 22:04:33 +08:00 |
|
xiaoyun0710
|
b13beab691
|
Update p02_creating_tcp_server.rst
更正错别字
|
2019-02-18 16:27:32 +08:00 |
|
XiongNeng
|
fe899835e4
|
Merge pull request #266 from MakingL/patch-1
更正错笔字
|
2019-01-24 14:10:39 +08:00 |
|
MLee
|
4624315206
|
更正错笔字
|
2019-01-23 20:02:38 +08:00 |
|
XiongNeng
|
9fa30940e7
|
Merge pull request #265 from liujie-gd/patch-2
Update p14_capture_class_attribute_definition_order.rst
|
2019-01-06 00:06:04 +08:00 |
|
Liu Jie
|
49c20f00c9
|
Update p14_capture_class_attribute_definition_order.rst
format
|
2019-01-05 15:16:00 +08:00 |
|
XiongNeng
|
d47a1feb90
|
Merge pull request #263 from liujie-gd/patch-1
Update p24_making_classes_support_comparison_operations.rst
|
2018-12-30 17:46:35 +08:00 |
|
XiongNeng
|
1ae162b0af
|
Merge pull request #262 from lluxury/patch-1
Update p10_defining_an_actor_task.rst
|
2018-12-30 17:46:26 +08:00 |
|
XiongNeng
|
5b71b7ca3b
|
Merge pull request #261 from liujie-gd/master
Update p13_create_data_processing_pipelines.rst
|
2018-12-30 17:46:07 +08:00 |
|
Liu Jie
|
5345bd3fa2
|
Update p24_making_classes_support_comparison_operations.rst
来 -> 类
|
2018-12-29 16:08:57 +08:00 |
|
yann
|
617665f923
|
Update p10_defining_an_actor_task.rst
a.close()
a.join()
with out this ,no result
|
2018-12-28 11:39:15 +08:00 |
|
Liu Jie
|
2a8f35e02d
|
Update p13_create_data_processing_pipelines.rst
typo 最为->作为
|
2018-12-25 14:46:29 +08:00 |
|
XiongNeng
|
3978bddf15
|
Merge pull request #260 from kerwincsc/patch-8
Update p01_testing_output_sent_to_stdout.rst
|
2018-12-21 00:36:23 +08:00 |
|
XiongNeng
|
16d2d7b302
|
Merge pull request #259 from kerwincsc/patch-7
Update p14_test_debug_and_exceptions.rst
|
2018-12-21 00:36:09 +08:00 |
|
kerwincsc
|
846a70d521
|
Update p01_testing_output_sent_to_stdout.rst
二->而
|
2018-12-20 18:44:54 +08:00 |
|
kerwincsc
|
3e512b3d64
|
Update p14_test_debug_and_exceptions.rst
的->得
|
2018-12-20 15:36:58 +08:00 |
|
XiongNeng
|
2d6baf7dd8
|
Merge pull request #258 from kerwincsc/patch-6
Update p07_creating_thread_pool.rst
|
2018-12-19 21:41:50 +08:00 |
|
XiongNeng
|
ac28b9ef72
|
Merge pull request #257 from kerwincsc/patch-5
Update p06_storing_thread_specific_state.rst
|
2018-12-19 21:41:36 +08:00 |
|
kerwincsc
|
67904b360f
|
Update p07_creating_thread_pool.rst
相应->响应
|
2018-12-19 19:49:11 +08:00 |
|
kerwincsc
|
d5996fb530
|
Update p06_storing_thread_specific_state.rst
贡献->共享
|
2018-12-19 19:18:30 +08:00 |
|