index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_shlex.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-1/+0
*
gh-94352: shlex.split() no longer accepts None (#94353)
Victor Stinner
2022-07-04
1
-3/+2
*
bpo-33262: Deprecate passing None for `s` to shlex.split() (GH-6514)
Zackery Spytz
2020-04-01
1
-1/+6
*
bpo-35168: Make shlex.punctuation_chars read-only (#11631)
Alex
2019-09-11
1
-0/+7
*
bpo-28595: Allow shlex whitespace_split with punctuation_chars (GH-2071)
Evan
2019-06-01
1
-10/+36
*
bpo-22454: Add shlex.join() (the opposite of shlex.split()) (GH-7605)
Bo Bayles
2019-05-29
1
-0/+20
*
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
Vinay Sajip
2017-01-15
1
-0/+8
*
Closes #1521950: Made shlex parsing more shell-like.
Vinay Sajip
2016-07-29
1
-0/+112
*
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5/+1
*
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
1
-9/+0
|
\
|
*
Revert "Issue #16121: Fix line number accounting in shlex"
Petri Lehtinen
2013-02-23
1
-9/+0
*
|
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
1
-0/+8
|
\
\
|
|
/
|
*
Issue #16121: Fix line number accounting in shlex
Petri Lehtinen
2013-02-23
1
-0/+9
*
|
Avoid unwanted behavior change in shlex.quote (see #9723).
Éric Araujo
2011-08-09
1
-1/+2
|
\
\
|
|
/
*
|
Add shlex.quote function, to escape filenames and command lines (#9723).
Éric Araujo
2011-07-27
1
-2/+18
|
/
*
Recode modules from latin-1 to utf-8
Antoine Pitrou
2010-10-27
1
-3/+2
*
#2621 rename test.test_support to test.support
Benjamin Peterson
2008-05-20
1
-2/+2
*
Fix test_shlex: Use io.StringIO.
Walter Dörwald
2007-06-12
1
-7/+2
*
Whitespace normalization.
Tim Peters
2003-04-24
1
-2/+2
*
- Changed shlex.split() method to have more useful and
Gustavo Niemeyer
2003-04-20
1
-7/+3
*
Get test to work under regrtest when running whole suite
Neal Norwitz
2003-04-17
1
-1/+6
*
Implemented posix-mode parsing support in shlex.py, as dicussed in
Gustavo Niemeyer
2003-04-17
1
-0/+191