FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Lib/ConfigParser.py - java66liu/python · GitHub
java66liu
/
python
Public
forked from
glix/python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python
Lib
ConfigParser.py
on
master
User selector
Datepicker
Commit history
Commits on Aug 2, 2008
Remove a __getitem__() removal on an exception to silence a warning triggered
Show description for b9ffb07
brett.cannon
committed
b9ffb07
View commit details
Copy full SHA for b9ffb07
View code at this point
Browse repository at this point
Commits on May 25, 2008
ConfigParser renaming reversal part 3: move module into place and adapt imports.
Show description for f5006ab
georg.brandl
committed
f5006ab
View commit details
Copy full SHA for f5006ab
View code at this point
Browse repository at this point
Commits on May 14, 2008
Renamed the ConfigParser module to 'configparser'.
Show description for bbc5e1a
alexandre.vassalotti
committed
bbc5e1a
View commit details
Copy full SHA for bbc5e1a
View code at this point
Browse repository at this point
Commits on Feb 23, 2008
Show description for 5ee6ffb
facundo.batista
committed
5ee6ffb
View commit details
Copy full SHA for 5ee6ffb
View code at this point
Browse repository at this point
Commits on May 5, 2007
Deprecate BaseException.message as per PEP 352.
Show description for 12bf845
brett.cannon
committed
12bf845
View commit details
Copy full SHA for 12bf845
View code at this point
Browse repository at this point
Commits on Mar 13, 2007
Patch #1603688: ConfigParser.SafeConfigParser now checks values that
Show description for 9e1aada
georg.brandl
committed
9e1aada
View commit details
Copy full SHA for 9e1aada
View code at this point
Browse repository at this point
Commits on Dec 3, 2006
Patch #1371075: Make ConfigParser accept optional dict type
Show description for be5ee33
martin.v.loewis
committed
be5ee33
View commit details
Copy full SHA for be5ee33
View code at this point
Browse repository at this point
Commits on Jul 22, 2005
Fix all wrong instances of "it's".
Show description for 34fcc83
birkenfeld
committed
34fcc83
View commit details
Copy full SHA for 34fcc83
View code at this point
Browse repository at this point
Commits on Oct 3, 2004
SF bug #997050: Document, test, & check for non-string values in ConfigParser. Moved the new string-only restriction added in rev. 1.65 to the SafeConfigParser class, leaving existing ConfigParser…
Show description for 383b427
goodger
committed
383b427
View commit details
Copy full SHA for 383b427
View code at this point
Browse repository at this point
SF bug #1017864: ConfigParser now correctly handles default keys, processing them with ``ConfigParser.optionxform`` when supplied, consistent with the handling of config file entries and runtime-se…
Show description for 99ef4e3
goodger
committed
99ef4e3
View commit details
Copy full SHA for 99ef4e3
View code at this point
Browse repository at this point
Commits on May 18, 2004
ConfigParser:
Show description for e54bb0e
fdrake
committed
e54bb0e
View commit details
Copy full SHA for e54bb0e
View code at this point
Browse repository at this point
ConfigParser:
Show description for 7ad88b2
fdrake
committed
7ad88b2
View commit details
Copy full SHA for 7ad88b2
View code at this point
Browse repository at this point
ConfigParser:
Show description for 08dcd60
fdrake
committed
08dcd60
View commit details
Copy full SHA for 08dcd60
View code at this point
Browse repository at this point
Commits on May 4, 2004
Replace str.find()!=1 with the more readable "in" operator.
Show description for e969916
rhettinger
committed
e969916
View commit details
Copy full SHA for e969916
View code at this point
Browse repository at this point
Commits on Feb 12, 2004
Replace backticks with repr() or "%r"
Show description for 63026f0
doerwalter
committed
63026f0
View commit details
Copy full SHA for 63026f0
View code at this point
Browse repository at this point
Commits on Oct 21, 2003
Make both items() methods return lists; one had changed to return an
Show description for 6526e41
fdrake
committed
6526e41
View commit details
Copy full SHA for 6526e41
View code at this point
Browse repository at this point
Commits on Oct 20, 2003
Fix a bunch of typos in documentation, docstrings and comments.
Show description for bc52028
doerwalter
committed
bc52028
View commit details
Copy full SHA for bc52028
View code at this point
Browse repository at this point
Commits on Sep 1, 2003
SF patch #790443: add SafeConfigParser to __all__
Show description for 8a55b67
rhettinger
committed
8a55b67
View commit details
Copy full SHA for 8a55b67
View code at this point
Browse repository at this point
Commits on Jun 29, 2003
Fix arguments for instantiating InterpolationSyntaxError
Show description for c595214
nnorwitz
committed
c595214
View commit details
Copy full SHA for c595214
View code at this point
Browse repository at this point
Commits on Dec 31, 2002
Further cleanup of exceptions. All interpolation-related exceptions
Show description for bce43da
fdrake
committed
bce43da
View commit details
Copy full SHA for bce43da
View code at this point
Browse repository at this point
ConfigParser._interpolate(): Pass the missing key to the
Show description for 8ae4261
fdrake
committed
8ae4261
View commit details
Copy full SHA for 8ae4261
View code at this point
Browse repository at this point
Commits on Dec 30, 2002
- added InterpolationSyntaxError to __all__
Show description for 6439d63
fdrake
committed
6439d63
View commit details
Copy full SHA for 6439d63
View code at this point
Browse repository at this point
Add missing InterpolationSyntaxError.
Show description for 7861839
nnorwitz
committed
7861839
View commit details
Copy full SHA for 7861839
View code at this point
Browse repository at this point
Commits on Dec 17, 2002
Update doc for getboolean() to match code (ie, returning True/False)
Show description for ec64970
nnorwitz
committed
ec64970
View commit details
Copy full SHA for ec64970
View code at this point
Browse repository at this point
Commits on Nov 9, 2002
Whitespace normalization.
Show description for 5059700
tim_one
committed
5059700
View commit details
Copy full SHA for 5059700
View code at this point
Browse repository at this point
Commits on Nov 6, 2002
Fix docstring typos
Show description for d37e717
akuchling
committed
d37e717
View commit details
Copy full SHA for d37e717
View code at this point
Browse repository at this point
Commits on Oct 25, 2002
Implement a safer and more predictable interpolation approach.
Show description for b291e44
fdrake
committed
b291e44
View commit details
Copy full SHA for b291e44
View code at this point
Browse repository at this point
According to the docs, __name__ is not exposed via the API except
Show description for 2c220be
fdrake
committed
2c220be
View commit details
Copy full SHA for 2c220be
View code at this point
Browse repository at this point
Re-factor: Use a RawConfigParser base class and make ConfigParser a
Show description for 33014af
fdrake
committed
33014af
View commit details
Copy full SHA for 33014af
View code at this point
Browse repository at this point
Commits on Sep 27, 2002
Allow internal whitespace in keys.
Show description for bf530c3
fdrake
committed
bf530c3
View commit details
Copy full SHA for bf530c3
View code at this point
Browse repository at this point
items(): New method, provided by Gustavo Niemeyer in SF bug #545096.
Show description for 265306d
fdrake
committed
265306d
View commit details
Copy full SHA for 265306d
View code at this point
Browse repository at this point
has_option(): Use the option name transform consistently.
Show description for cd2a1d4
fdrake
committed
cd2a1d4
View commit details
Copy full SHA for cd2a1d4
View code at this point
Browse repository at this point
Commits on Jun 3, 2002
Remove uses of the string and types modules:
Show description for 173fa37
doerwalter
committed
173fa37
View commit details
Copy full SHA for 173fa37
View code at this point
Browse repository at this point
Commits on Jun 1, 2002
SF 563203. Replaced 'has_key()' with 'in'.
Show description for 47cf425
rhettinger
committed
47cf425
View commit details
Copy full SHA for 47cf425
View code at this point
Browse repository at this point
Replaced boolean test with 'is None'
Show description for 40507db
rhettinger
committed
40507db
View commit details
Copy full SHA for 40507db
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL