aboutsummaryrefslogtreecommitdiff
path: root/source/blog/2015-05-05-graceful-handling-of-sigint-when-using-pythons-multiprocessingprocess.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Markdown source files: Revert YAML closing line from ... to ---Zhiming Wang2016-01-081-1/+1
| | | | | GFM doesn't support closing with ..., and the rendered results are less than satisfactory.
* Markdown source files: Use ... to end YAML metadata blockZhiming Wang2016-01-081-1/+2
| | | | | | | | Also add a newline after the metadata block. ... is easier on markdown-mode; if --- is used, the line immediately above it will be treated as a setext header and highlighted, which isn't so easy on the eyes.
* pyblog: date-display => date_display, and update postsZhiming Wang2015-09-211-1/+1
| | | | Looks slightly more professional.
* 20150505 Graceful handling of SIGINT when using Python's multiprocessing.ProcessZhiming Wang2015-05-051-0/+73
Also implemented the "touch" action in pyblog, as well as wrote a README.md for the source branch. And some other minor patching.