Will
092eaf6b20
dropwhile() 示例代码错误
...
第一次示例 LIne 44,应该是:
... for line in dropwhile(lambda line: line.startswith('#'), f):
而不是:
... for line in dropwhile(lambda line: not line.startswith('#'), f):
因为这里的目的是不显示 # 开头的文本
2020-07-02 14:25:08 +08:00
xiongneng
913ea87aea
update aboutme.rst
2020-05-04 00:36:04 +08:00
XiongNeng
01d3afe4af
Merge pull request #303 from ronghuaxueleng/master
...
第二章第五节搜索和替换中补充命名分组的替换写法
2019-10-24 11:45:57 +08:00
曹强
33594bffa5
第二章第五节搜索和替换中补充命名分组的替换写法
2019-10-20 20:56:22 +08:00
brant-ruan
c8c5bd25d7
Update p13_determine_last_friday_date.rst
...
translate `last` as `the day before`, not `the final`.
2019-09-30 15:29:46 +08:00
XiongNeng
1a36df21bb
Merge pull request #297 from bilikyar/patch-1
...
修改错别字
2019-08-18 22:03:34 +08:00
XiongNeng
6b74c23bd9
Merge pull request #295 from linchiwei123/patch-1
...
小修改
2019-08-13 11:22:19 +08:00
tohti bilikyar
10dcd591a6
修改错别字
2019-07-31 17:43:03 +08:00
chenke23
481c358ba4
Update p01_interact_with_http_services_as_client.rst
2019-07-24 14:40:37 +08:00
linchiwei123
5f067490f6
小修改
2019-07-23 17:00:18 +08:00
terry
969150baee
Update p12_using_decorators_to_patch_class_definitions.rst
...
This word '系' is surplus is here,so delete it.
2019-06-30 18:42:51 +08:00
terry
45ee30224a
Update p20_call_method_on_object_by_string_name.rst
...
change 两部 to 两步
2019-06-29 10:51:26 +08:00
Zhang Peng
622290a7a5
修改部分翻译
2019-06-19 17:43:13 +08:00
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
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
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
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
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
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
非法操作
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
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
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
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
xiaoyun0710
b13beab691
Update p02_creating_tcp_server.rst
...
更正错别字
2019-02-18 16:27:32 +08:00
MLee
4624315206
更正错笔字
2019-01-23 20:02:38 +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
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
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
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
XiongNeng
a431f9747e
Merge pull request #255 from kerwincsc/patch-4
...
Update p21_implementing_visitor_pattern.rst
2018-12-18 21:53:47 +08:00
kerwincsc
aa811e2bc9
Update p21_implementing_visitor_pattern.rst
...
的->得
2018-12-18 20:24:40 +08:00
kerwincsc
7eae8b988b
Update p21_implementing_visitor_pattern.rst
...
删除重复的'需要'
2018-12-18 19:50:34 +08:00