1. 972cf5c bpo-35168: Make shlex.punctuation_chars read-only (#11631) by Alex · 6 years ago
  2. 56624a9 bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071) by Evan · 6 years ago
  3. ca80495 bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605) by Bo Bayles · 6 years ago
  4. e65fcde bpo-27200: Fix several doctests (GH-604) by Marco Buttu · 8 years ago
  5. dc4ce0e Fixes #28784: Clarified use of shlex.shlex with punctuation_chars. by Vinay Sajip · 9 years ago
  6. aa655b3 Fixes #29133: clarified shlex documentation. by Vinay Sajip · 9 years ago
  7. 23aa24b Fix "default role used" warning in shlex.rst by Berker Peksag · 9 years ago
  8. c1f974c Closes #1521950: Made shlex parsing more shell-like. by Vinay Sajip · 9 years ago
  9. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 9 years ago
  10. 8d56c02 Issue #27125: Fix various errors like “will [be] inherited” by Martin Panter · 9 years ago
  11. 4e98567 Issue #19197: Improved cross-references in the shlex module documentation. by Serhiy Storchaka · 12 years ago
  12. 493846e Add missing 'versionadded' for shlex.quote; closes #14165 by Eli Bendersky · 13 years ago
  13. 30e277b Expand shlex.quote example (#9723) by Éric Araujo · 14 years ago
  14. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 14 years ago
  15. a6bac95 issue10403 - Let's not use members anymore. Use 'attribute' where it denotes attribute and 'methods' where it denotes methods. Context should clarify usage. by Senthil Kumaran · 14 years ago
  16. a199368 More source links. by Raymond Hettinger · 15 years ago
  17. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 16 years ago
  18. 310d139 remove warning about not accepting unicode by Benjamin Peterson · 17 years ago
  19. 1d1eaa4 Renamed ConfigParser to configparser. by Alexandre Vassalotti · 17 years ago
  20. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 17 years ago
  21. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 18 years ago
  22. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 18 years ago