1. fd16fca Issue #21999: Handled empty strings correctly when in POSIX mode. by Vinay Sajip · 8 years ago
  2. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 11 years ago
  3. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 11 years ago
  4. dd96ca3 Fix parameter passing. by Georg Brandl · 17 years ago
  5. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 17 years ago
  6. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  7. 756b3f3 * Move collections.deque() in from the sandbox by Raymond Hettinger · 20 years ago
  8. 48f3dcc - Changed shlex.split() method to have more useful and meaningful parameters. by Gustavo Niemeyer · 21 years ago
  9. 10cf218 Use True in a few more places. by Neal Norwitz · 21 years ago
  10. 2431523 - use Tue/False for booleans - some very minor cleanups by Fred Drake · 21 years ago
  11. 68d8cef Implemented posix-mode parsing support in shlex.py, as dicussed in by Gustavo Niemeyer · 21 years ago
  12. f13eb55 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  13. bc41957 Unused variable (caught by PyChecker) removed. by Eric S. Raymond · 23 years ago
  14. 0de6580 bunch more __all__ lists by Skip Montanaro · 23 years ago
  15. 70c4378 Whitespace normalization. by Tim Peters · 23 years ago
  16. bddbaf7 Make pop_source and push_source available, as documented. by Eric S. Raymond · 23 years ago
  17. 495ad3c Whitespace normalization. by Tim Peters · 23 years ago
  18. 9d56cd1 Patch #102953: Fix bug #125452, where shlex.shlex hangs when it by Andrew M. Kuchling · 23 years ago
  19. 49d27c8 Remove superfluous semicolons by Andrew M. Kuchling · 24 years ago
  20. dbbf76b Make tabnanny happy. mailbox.py: Convert to 4-space indents. by Fred Drake · 24 years ago
  21. 52dc76c Eric S. Raymond <esr@thyrsus.com>: by Fred Drake · 24 years ago
  22. 4b83ecb Eric Raymond: by Guido van Rossum · 24 years ago
  23. eb4e11a Eric Raymond: by Guido van Rossum · 24 years ago
  24. e7b146f The third and final doc-string sweep by Ka-Ping Yee. by Guido van Rossum · 24 years ago
  25. 73898c7 No need to import os or string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  26. 6a86f66 Get rid of #! line by Guido van Rossum · 25 years ago
  27. f247d75 Bug reported by Tobias Thelen: missing "self." in assignment target. by Guido van Rossum · 25 years ago
  28. 9c30c24 Adding shlex and netrc by Eric Raymond. by Guido van Rossum · 26 years ago