Łukasz Langa
|
8d518970ce
|
Merged parser['DEFAULT'].__setitem__ fix (issue #16820) from 3.3.
|
2012-12-31 13:57:21 +01:00 |
|
Łukasz Langa
|
0210194d48
|
Fixes __setitem__ on parser['DEFAULT'] reported in issue #16820.
|
2012-12-31 13:55:11 +01:00 |
|
Łukasz Langa
|
1dce0003a6
|
Merged parser.clean() fix (issue #16820) from 3.2 through 3.3.
|
2012-12-31 03:43:37 +01:00 |
|
Łukasz Langa
|
0dc5ab41f0
|
Merged parser.clean() fix (issue #16820) from 3.2.
|
2012-12-31 03:41:54 +01:00 |
|
Łukasz Langa
|
3a8479a583
|
Fixes parser.clean() reported in issue #16820.
|
2012-12-31 03:38:39 +01:00 |
|
Łukasz Langa
|
641bb66070
|
Merged fix for #15803 from 3.2 through 3.3
|
2012-12-31 02:26:11 +01:00 |
|
Łukasz Langa
|
97eefc105e
|
Merged fix for #15803 from 3.2
|
2012-12-31 02:25:28 +01:00 |
|
Łukasz Langa
|
3057469506
|
Fixes issue #15803: incorrect ConfigParser.items() docstring
|
2012-12-31 02:18:20 +01:00 |
|
Andrew Svetlov
|
f7a17b48d7
|
Replace IOError with OSError (#16715)
|
2012-12-25 16:47:37 +02:00 |
|
Łukasz Langa
|
cba243215e
|
Fixes #14590: ConfigParser doesn't strip inline comment when delimiter occurs
earlier without preceding space.
|
2012-07-07 18:54:08 +02:00 |
|
Ezio Melotti
|
f10644983e
|
Merge with 3.2.
|
2011-10-19 11:06:26 +03:00 |
|
Ezio Melotti
|
e130a52d8a
|
Remove duplication.
|
2011-10-19 10:58:56 +03:00 |
|
Łukasz Langa
|
82710c594b
|
Merged minor cleanups from 3.2.
|
2011-04-29 16:17:51 +02:00 |
|
Łukasz Langa
|
5c7419d433
|
Removed debugging leftovers.
|
2011-04-29 16:16:36 +02:00 |
|
Łukasz Langa
|
70eb79c669
|
Merged solution for #11324 from 3.2.
|
2011-04-28 17:04:25 +02:00 |
|
Łukasz Langa
|
1aa422fe8f
|
Closes #11324: ConfigParser(interpolation=None) doesn't work.
Initial patches by Tobias Brink. Thanks!
|
2011-04-28 17:03:45 +02:00 |
|
Łukasz Langa
|
50c7562da9
|
Merged solution for #11858 from 3.2.
|
2011-04-28 11:01:18 +02:00 |
|
Łukasz Langa
|
e698cd54bc
|
Closes #11858: configparser.ExtendedInterpolation and section case.
Patch by ゆかり ぴんく魔女. Thanks!
|
2011-04-28 10:58:57 +02:00 |
|
Łukasz Langa
|
29050d7317
|
Merged #11670 from 3.2
|
2011-04-27 18:11:50 +02:00 |
|
Łukasz Langa
|
daab1c8092
|
Closes #11670: configparser read_file now iterates over f.
|
2011-04-27 18:10:05 +02:00 |
|
Raymond Hettinger
|
9fe1ccfb5a
|
Issue #11297: Add collections.ChainMap()
|
2011-02-26 01:02:51 +00:00 |
|
Raymond Hettinger
|
57d1a887e7
|
Fix imports from collections.abc
|
2011-02-23 00:46:28 +00:00 |
|
Raymond Hettinger
|
ddb52404ee
|
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
|
2011-02-21 19:42:11 +00:00 |
|
Raymond Hettinger
|
e66036063b
|
Issue #11089: Fix performance issue limiting the use of ConfigParser()
with large config files.
|
2011-02-21 19:38:53 +00:00 |
|
Łukasz Langa
|
71b37a5d6d
|
100% test coverage, better mapping protocol compatibility, some minor bugfixes
|
2010-12-17 21:56:32 +00:00 |
|