叶芝秋
|
2da8b40b93
|
Update p11_pass_socket_file_descriptor_between_processes.rst
错别字修正:相应 -> 响应
|
2023-06-11 14:52:45 +08:00 |
|
XiongNeng
|
d82f16e6cb
|
Merge pull request #356 from yicone/patch-1
fix: 代码违背文字描述
|
2022-02-01 12:12:43 +08:00 |
|
XiongNeng
|
21bb405f95
|
Merge pull request #353 from pylemon/patch-1
Update p10_wrap_existing_c_code_with_cython.rst
|
2022-02-01 12:12:08 +08:00 |
|
XiongNeng
|
7f45076ad8
|
Merge pull request #348 from jumploop/patch-1
Update p15_interpolating_variables_in_strings.rst
|
2022-02-01 12:10:50 +08:00 |
|
XiongNeng
|
507b0d40fd
|
Merge pull request #347 from sundyloveme/patch-1
修改错字
|
2022-02-01 12:10:34 +08:00 |
|
XiongNeng
|
a8665fd3b1
|
Merge pull request #345 from Jiuh-star/master
Update p02_write_simple_c_extension_module.rst
|
2022-02-01 12:10:22 +08:00 |
|
XiongNeng
|
5ff1c2ddc2
|
Merge pull request #344 from zlu27/developer
Update Chapter 01
|
2022-02-01 12:10:00 +08:00 |
|
XiongNeng
|
f4498a884a
|
Merge pull request #340 from Alexcn/patch-2
Update p25_creating_cached_instances.rst
|
2022-02-01 12:09:49 +08:00 |
|
XiongNeng
|
702a09ed80
|
Merge pull request #339 from timgates42/bugfix_typo_undefined
docs: fix simple typo, undifined -> undefined
|
2022-02-01 12:09:35 +08:00 |
|
XiongNeng
|
e7fd68b602
|
Merge pull request #336 from xiongnemo/patch-1
Update p02_creating_tcp_server.rst
|
2022-02-01 12:09:08 +08:00 |
|
XiongNeng
|
e10c50cb6f
|
Merge pull request #334 from khalane1221/master
Doc_Update
|
2022-02-01 12:08:53 +08:00 |
|
XiongNeng
|
b79ca676e3
|
Merge pull request #333 from hieast/patch-2
Update p12_patching_modules_on_import.rst
|
2022-02-01 12:08:38 +08:00 |
|
XiongNeng
|
05b0c740c8
|
Merge pull request #332 from hieast/patch-1
Update p21_avoid_repetitive_property_methods.rst
|
2022-02-01 12:08:18 +08:00 |
|
XiongNeng
|
147eb51d3a
|
Merge pull request #330 from ckkbupt/patch-1
Update p06_create_managed_attributes.rst
|
2022-02-01 12:07:54 +08:00 |
|
yicone
|
46d767278d
|
fix: 代码违背文字描述
文字描述:“另外,你可能还会问为什么 ``__init__()`` 方法中设置了 ``self.first_name`` 而不是 ``self._first_name`` 。”
参考:
https://github.com/yidao620c/python3-cookbook/blob/master/cookbook/c08/p06_managed_attribute.py#L12
|
2022-01-29 01:14:26 +08:00 |
|
Leeway
|
e96e47fd2e
|
Update p10_wrap_existing_c_code_with_cython.rst
改一个错别字
|
2021-07-15 15:28:29 +08:00 |
|
一叶知秋
|
69850e4962
|
Update p15_interpolating_variables_in_strings.rst
'%(name) has %(n) messages.' % vars()格式化错误,应该是'%{name} has %{n} messages.' % vars()
|
2021-06-05 21:32:09 +08:00 |
|
Sundy.Lee
|
2c7cc8f6a3
|
修改错字
|
2021-04-26 16:42:31 +08:00 |
|
Jiuh-star
|
87fcd3a82d
|
Update p02_write_simple_c_extension_module.rst
|
2021-04-23 09:48:10 +08:00 |
|
zlu27
|
779ae8a90d
|
Update c03 p14
|
2021-02-20 02:07:16 -06:00 |
|
zlu27
|
db9cee3125
|
文本润色
|
2021-02-19 22:43:15 -06:00 |
|
zlu27
|
8a316e4fdd
|
Chapter 1
|
2021-02-17 23:51:35 -06:00 |
|
zlu27
|
461583634b
|
文本润色
|
2021-02-17 00:15:03 -06:00 |
|
zlu27
|
f875801c8f
|
文本润色
|
2021-02-17 00:14:44 -06:00 |
|
Alex
|
083da2c930
|
Update p25_creating_cached_instances.rst
修改错别字
|
2020-12-23 16:03:32 +08:00 |
|
Tim Gates
|
f61250a834
|
docs: fix simple typo, undifined -> undefined
There is a small typo in cookbook/c03/p07_inf_nan.py.
Should read `undefined` rather than `undifined`.
|
2020-12-22 22:53:37 +11:00 |
|
Nemo Xiong
|
8aeda1b9d9
|
Update p02_creating_tcp_server.rst
文本:奔溃 -> 崩溃
|
2020-10-28 18:50:13 +08:00 |
|
xiongneng
|
a9cd77b989
|
update README.md
|
2020-10-17 23:40:52 +08:00 |
|
Mr_Khalane_1221
|
d4a5d68603
|
Update README.md
|
2020-10-01 00:09:23 +05:30 |
|
Hieast
|
e764ca76da
|
Update p12_patching_modules_on_import.rst
错别字纠正
|
2020-09-01 22:54:59 +08:00 |
|
Hieast
|
4280356362
|
Update p21_avoid_repetitive_property_methods.rst
fix misspell
|
2020-08-31 21:51:15 +08:00 |
|
ckkbupt
|
7e3a7e7ba1
|
Update p06_create_managed_attributes.rst
|
2020-08-20 12:12:11 +08:00 |
|
xiongneng
|
f67d542343
|
remove useless description
|
2020-08-02 21:45:36 +08:00 |
|
XiongNeng
|
5006aeb02c
|
Merge pull request #328 from Vineyard-w/patch-2
Update p07_infinity_and_nan.rst
|
2020-08-02 21:42:09 +08:00 |
|
XiongNeng
|
36a7c93c40
|
Merge pull request #327 from Vineyard-w/patch-1
Update p07_infinity_and_nan.rst
|
2020-08-02 21:41:34 +08:00 |
|
XiongNeng
|
9822dbda5c
|
Merge pull request #326 from distanters/patch-2
错别字
|
2020-08-02 21:41:13 +08:00 |
|
XiongNeng
|
037138813c
|
Merge pull request #325 from distanters/patch-1
dropwhile() 示例代码错误
|
2020-08-02 21:40:49 +08:00 |
|
XiongNeng
|
26ab1d8340
|
Merge pull request #320 from Jock2018/master
Update p03_keep_last_n_items.rst
|
2020-08-02 21:34:28 +08:00 |
|
XiongNeng
|
5cb110fd1c
|
Merge pull request #319 from tincochan/patch-1
修改单词拼错的小错误
|
2020-08-02 21:34:04 +08:00 |
|
XiongNeng
|
433d8e3d9c
|
Merge pull request #315 from woshihuo12/master
6.6 解析和修改XML 修改错别字
|
2020-08-02 21:31:45 +08:00 |
|
XiongNeng
|
a466647b2a
|
Merge pull request #314 from tinohean/patch-1
Update p09_find_commonalities_in_dicts.rst
|
2020-08-02 21:31:21 +08:00 |
|
XiongNeng
|
f26be39448
|
Merge pull request #313 from Everfighting/master
add python function indent
|
2020-08-02 21:31:03 +08:00 |
|
XiongNeng
|
511c0b40bf
|
Merge pull request #310 from vvtam/patch-2
Update p02_delegating_iteration.rst
|
2020-08-02 21:28:47 +08:00 |
|
XiongNeng
|
a0accc5105
|
Merge pull request #309 from vvtam/patch-1
Update p02_unpack_elements_from_iterables.rst
|
2020-08-02 21:28:25 +08:00 |
|
XiongNeng
|
7603cb41e3
|
Merge pull request #307 from domingo-dong/master
改了一个字
|
2020-08-02 21:28:10 +08:00 |
|
XiongNeng
|
52c91f2952
|
Merge pull request #306 from imhdx/master
修改错别字
|
2020-08-02 21:27:50 +08:00 |
|
XiongNeng
|
6295301207
|
Merge pull request #305 from Jiang-Hong/develop
some typos
|
2020-08-02 21:27:34 +08:00 |
|
XiongNeng
|
4e8cb251f2
|
Merge pull request #302 from hackman047/master
(for beginner friendly purpose)Added some more description in README.md
|
2020-08-02 21:26:40 +08:00 |
|
Vineyard
|
53849a3e87
|
Update p07_infinity_and_nan.rst
修改了一个错别字~
|
2020-07-11 16:58:17 +08:00 |
|
Vineyard
|
2096cd3d6e
|
Update p07_infinity_and_nan.rst
改了一个错别字~
|
2020-07-11 16:56:47 +08:00 |
|