1. 61eda72 Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode. by Vinay Sajip · 8 years ago
  2. c1f974c Closes #1521950: Made shlex parsing more shell-like. by Vinay Sajip · 8 years ago
  3. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  4. e766c74 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  5. 0362b54 Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  6. 6d61eaa Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  7. 7a05113 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  8. 7fc0394 Avoid unwanted behavior change in shlex.quote (see #9723). by Éric Araujo · 13 years ago
  9. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  10. d72402e Recode modules from latin-1 to utf-8 by Antoine Pitrou · 14 years ago
  11. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  12. 2c849f2 Fix test_shlex: Use io.StringIO. by Walter Dörwald · 17 years ago
  13. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  14. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 21 years ago
  15. aa1ac54 Get test to work under regrtest when running whole suite by Neal Norwitz · 21 years ago
  16. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 21 years ago