Georg Brandl
|
0bdfbfa276
|
#10723: add missing builtin exceptions.
|
2010-12-18 17:51:28 +00:00 |
R. David Murray
|
32e1771daf
|
#10728: the default for printing help is sys.stdout, not stderr.
|
2010-12-18 16:39:06 +00:00 |
Georg Brandl
|
77570e2d0e
|
Fix typo.
|
2010-12-18 16:21:58 +00:00 |
Antoine Pitrou
|
197c9c945e
|
Make this a note again.
|
2010-12-18 12:33:06 +00:00 |
Georg Brandl
|
eebb252e6b
|
Use kbd role.
|
2010-12-18 12:01:15 +00:00 |
Georg Brandl
|
5d53fdd1ac
|
Typo fix.
|
2010-12-18 11:58:12 +00:00 |
Georg Brandl
|
101234bc83
|
Add attribution.
|
2010-12-18 11:53:25 +00:00 |
Raymond Hettinger
|
2b8861fa70
|
Nits.
|
2010-12-18 11:20:52 +00:00 |
Steven Bethard
|
fd311a712d
|
Add subparser aliases for argparse. Resolves issue 9324. Approved by Georg for beta2 on the tracker.
|
2010-12-18 11:19:23 +00:00 |
Raymond Hettinger
|
04129748ae
|
Minor markup and wording fixups.
|
2010-12-18 10:57:50 +00:00 |
Raymond Hettinger
|
d73be67c3f
|
Minor wordsmithing and markup fix-ups.
|
2010-12-18 10:48:26 +00:00 |
Raymond Hettinger
|
3094ed8c69
|
Enhance argparse example to show aliases.
|
2010-12-18 09:41:32 +00:00 |
Raymond Hettinger
|
c539a2a88e
|
Add link to a sample solution to a common problem.
|
2010-12-17 23:31:30 +00:00 |
Daniel Stutzbach
|
c5895dcc15
|
Fix typo
|
2010-12-17 22:28:07 +00:00 |
Łukasz Langa
|
79a06ed567
|
fix for an embarrassing autoformatting SNAFU. Thanks for your alertness, Antoine.
|
2010-12-17 22:05:46 +00:00 |
Łukasz Langa
|
2b38b6cee8
|
configparser hype coming up!
|
2010-12-17 21:57:32 +00:00 |
Łukasz Langa
|
71b37a5d6d
|
100% test coverage, better mapping protocol compatibility, some minor bugfixes
|
2010-12-17 21:56:32 +00:00 |
Daniel Stutzbach
|
2a1e3e67b3
|
Issue2690: Update docs to reflect the change made by issue2690.
|
2010-12-17 20:53:03 +00:00 |
Raymond Hettinger
|
09f44140aa
|
Expand the LBYL glossary entry.
|
2010-12-17 20:19:50 +00:00 |
Antoine Pitrou
|
988dbd7bc2
|
Issue #10711: Remove HTTP 0.9 support from http.client. The `strict`
parameter to HTTPConnection and friends is deprecated.
|
2010-12-17 17:35:56 +00:00 |
Daniel Stutzbach
|
7cb3051dc3
|
Issue 8753: Added documentation for Py_ReprEntr and Py_ReprLeave.
|
2010-12-17 16:31:32 +00:00 |
R. David Murray
|
94f58c3a65
|
#10454: clarify the compileall docs and help messages.
|
2010-12-17 16:29:07 +00:00 |
R. David Murray
|
a396463db3
|
#10559: provide instructions for accessing sys.argv when first mentioned.
|
2010-12-17 16:11:40 +00:00 |
Łukasz Langa
|
b25a791802
|
configparser API cleanup: default values now sensible, slightly incompatible.
Backwards compatible alternative values possible as documented.
Done by Łukasz Langa, approved by Raymond and Fred.
|
2010-12-17 01:32:29 +00:00 |
Antoine Pitrou
|
12de8ac215
|
Credit Florent for porting
|
2010-12-16 13:33:56 +00:00 |
Raymond Hettinger
|
202717db67
|
Add todo for WSGI
|
2010-12-16 10:06:11 +00:00 |
Éric Araujo
|
930df31987
|
Add missing docs and directives related to PEP 3147 and byte-compilation
|
2010-12-16 06:28:48 +00:00 |
Éric Araujo
|
971dc01e8a
|
Fix one versionchanged
|
2010-12-16 03:13:05 +00:00 |
Raymond Hettinger
|
9743e4f616
|
Improve the ContextDecorator example.
|
2010-12-16 02:24:12 +00:00 |
Éric Araujo
|
f68fa05f7b
|
Add versionadded directive missing from r78983.
|
2010-12-16 02:10:11 +00:00 |
Éric Araujo
|
1d55c7ea9b
|
Advertise “python -m test” over test.regrtest (r87296 followup)
|
2010-12-16 01:40:26 +00:00 |
Łukasz Langa
|
7f64c8a512
|
Broken ConfigParser removed, SafeConfigParser renamed to ConfigParser.
Life is beatiful once again.
|
2010-12-16 01:16:22 +00:00 |
Raymond Hettinger
|
bb9686f66f
|
Thank you ispell.
|
2010-12-16 00:53:05 +00:00 |
Raymond Hettinger
|
48f3bd331c
|
Nits
|
2010-12-16 00:30:53 +00:00 |
Éric Araujo
|
055d2e0da4
|
Advertise “python -m” instead of direct filename.
|
2010-12-16 00:23:30 +00:00 |
Raymond Hettinger
|
6046e22db3
|
Entries for ElementTree, collectionsm, functools and ZipFile.
|
2010-12-16 00:21:08 +00:00 |
Éric Araujo
|
d6c5f749d8
|
No need to generate a link for something that’s just above.
|
2010-12-16 00:07:01 +00:00 |
Antoine Pitrou
|
810023db3e
|
Issue #8844: Regular and recursive lock acquisitions can now be interrupted
by signals on platforms using pthreads. Patch by Reid Kleckner.
|
2010-12-15 22:59:16 +00:00 |
Éric Araujo
|
119cda0fd2
|
Mark up one missed None in pkgutil.rst (#8851)
|
2010-12-15 22:37:27 +00:00 |
Raymond Hettinger
|
07a605b1c7
|
Entry for decimal and fractions.
|
2010-12-15 22:35:03 +00:00 |
Raymond Hettinger
|
480ed78c0e
|
Add entries for structseq, ContextDecorator, and various C-API changes.
|
2010-12-15 22:07:15 +00:00 |
Éric Araujo
|
2d6bb12e1b
|
Add disclaimer about MinGW compat in distutils docs (#6007). Patch by Chris Lambacher.
|
2010-12-15 22:06:35 +00:00 |
Éric Araujo
|
4433a5fdc0
|
Fix wrong name in docstring and doc (#10693). Original patch by Eli Bendersky.
|
2010-12-15 20:26:30 +00:00 |
Terry Reedy
|
17a59252e8
|
Issue 10534, difflib: tweak doc; test new SequenceMatcher instance attributes; avoid unneeded lists of SM.b2j keys and items in .__chain_b. Do not backport.
|
2010-12-15 20:18:10 +00:00 |
Alexander Belopolsky
|
50ba19ee45
|
Use sentence case in section titles consistently
|
2010-12-15 19:47:37 +00:00 |
Raymond Hettinger
|
99db3fd03b
|
Elaborate on the calculation used in the random module.
|
2010-12-15 19:33:49 +00:00 |
Éric Araujo
|
67f0b6c5f2
|
Use nested method directives, rewrap long lines, fix whitespace.
|
2010-12-15 19:30:15 +00:00 |
Raymond Hettinger
|
e434b3b681
|
Add intro to the changed modules section.
|
2010-12-15 19:20:01 +00:00 |
Éric Araujo
|
d00862ac27
|
Improve trace documentation (#9264). Patch by Eli Bendersky.
|
2010-12-15 19:09:58 +00:00 |
Antoine Pitrou
|
b8eb9cbd71
|
Move the urllib-inherited API to a distinguished section
|
2010-12-15 19:07:26 +00:00 |