R David Murray
|
d16ee63df2
|
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:19:20 -04:00 |
|
R David Murray
|
d5315482e9
|
Merge #10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:09:18 -04:00 |
|
R David Murray
|
3dd02d62c9
|
#10019: Fix regression relative to 2.6: add newlines if indent=0
Patch by Amaury Forgeot d'Arc, updated by Sando Tosi.
|
2011-04-12 21:02:45 -04:00 |
|
Raymond Hettinger
|
4bbde72440
|
Fix markup.
|
2011-04-11 17:57:21 -07:00 |
|
Vinay Sajip
|
4a0a31df5c
|
Added 'handlers' argument to logging.basicConfig.
|
2011-04-11 08:42:07 +01:00 |
|
Ezio Melotti
|
88fdeb45ef
|
#2650: re.escape() no longer escapes the "_".
|
2011-04-10 12:59:16 +03:00 |
|
Ross Lagerwall
|
344d26c7a0
|
Merge with 3.2
|
2011-04-10 09:34:35 +02:00 |
|
Ross Lagerwall
|
810b94a364
|
Issue #11818: Fix tempfile examples for Python 3.
|
2011-04-10 09:30:04 +02:00 |
|
Raymond Hettinger
|
1929983518
|
Beautify and modernize the SequenceMatcher example
|
2011-04-09 19:41:31 -07:00 |
|
Raymond Hettinger
|
dbb677a894
|
Beautify and modernize the SequenceMatcher example
|
2011-04-09 19:41:00 -07:00 |
|
Victor Stinner
|
cfa7123ef1
|
faulthandler: fix unregister() if it is called before register()
Fix a crash: don't read from NULL.
|
2011-04-08 12:48:15 +02:00 |
|
Vinay Sajip
|
d35d64b54c
|
Merged whitespace fix.
|
2011-04-08 01:35:04 +01:00 |
|
Vinay Sajip
|
77f8d2962c
|
Normalised whitespace.
|
2011-04-08 01:34:20 +01:00 |
|
Vinay Sajip
|
bfd463c57d
|
Merged doc fix in 3.2.
|
2011-04-08 01:32:27 +01:00 |
|
Vinay Sajip
|
c46102c98a
|
Updated Formatter documentation.
|
2011-04-08 01:30:51 +01:00 |
|
R David Murray
|
8debacb51c
|
#1690608: make formataddr RFC2047 aware.
Patch by Torsten Becker.
|
2011-04-06 09:35:57 -04:00 |
|
Antoine Pitrou
|
6b4be36cfd
|
Clarify that GzipFile.read1() is now implemented
|
2011-04-04 21:09:05 +02:00 |
|
Antoine Pitrou
|
e88604755c
|
Clarify that GzipFile.read1() isn't implemented.
|
2011-04-04 21:06:20 +02:00 |
|
Antoine Pitrou
|
5bfa0622ec
|
Issue #11688: Add sqlite3.Connection.set_trace_callback(). Patch by Torsten Landschoff.
|
2011-04-04 00:12:04 +02:00 |
|
Antoine Pitrou
|
37dc5f85b8
|
Issue #5863: Rewrite BZ2File in pure Python, and allow it to accept
file-like objects using a new `fileobj` constructor argument. Patch by
Nadeem Vawda.
|
2011-04-03 17:05:46 +02:00 |
|
Ezio Melotti
|
b7af620747
|
#11282: merge with 3.2.
|
2011-04-03 17:39:19 +03:00 |
|
Ezio Melotti
|
361467e522
|
#11282: the fail* methods will stay around a few more versions.
|
2011-04-03 17:37:58 +03:00 |
|
Ezio Melotti
|
c9a5272e8d
|
Merge with 3.2
|
2011-04-03 16:25:49 +03:00 |
|
Ezio Melotti
|
9481e41741
|
Merge with 3.1
|
2011-04-03 16:24:22 +03:00 |
|
Ezio Melotti
|
b5ff3e4ce5
|
Fix typo noticed by Sandro Tosi.
|
2011-04-03 16:20:21 +03:00 |
|
Victor Stinner
|
d727e23243
|
Issue #11393: The fault handler handles also SIGABRT
|
2011-04-01 12:13:55 +02:00 |
|
Georg Brandl
|
7098685bdb
|
Fix markup.
|
2011-04-01 09:19:57 +02:00 |
|
Raymond Hettinger
|
d6056b7d8d
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
|
2011-03-31 15:46:39 -07:00 |
|
Raymond Hettinger
|
6c94e6fb42
|
Issue #7796: Add link to Jan Kaliszewski's alternate constructor and ABC for named tuples.
|
2011-03-31 15:46:06 -07:00 |
|
Raymond Hettinger
|
112226f962
|
Fix markup and wording.
|
2011-03-31 13:59:52 -07:00 |
|
Raymond Hettinger
|
12e6c256ca
|
Fix markup and wording.
|
2011-03-31 13:59:24 -07:00 |
|
Raymond Hettinger
|
6604662616
|
Add links to make the math docs more usable.
|
2011-03-31 12:06:47 -07:00 |
|
Raymond Hettinger
|
1081d48889
|
Add links to make the math docs more usable.
|
2011-03-31 12:04:53 -07:00 |
|
Victor Stinner
|
702624ecf7
|
Issue #11393: Fix the documentation (cancel_dump_traceback_later)
* dump_traceback_later() => dump_tracebacks_later()
* cancel_dump_traceback_later() => cancel_dump_tracebacks_later()
|
2011-03-31 03:42:34 +02:00 |
|
Victor Stinner
|
024e37adcc
|
Issue #11393: Add the new faulthandler module
|
2011-03-31 01:31:06 +02:00 |
|
Guido van Rossum
|
20d2ab435e
|
Merge issue 11662.
|
2011-03-29 12:58:29 -07:00 |
|
Guido van Rossum
|
acb63092b7
|
Merge issue 11662.
|
2011-03-29 12:55:41 -07:00 |
|
guido@google.com
|
69cfcabae3
|
Merge.
|
2011-03-29 12:09:45 -07:00 |
|
guido@google.com
|
2008a8f8c0
|
Merge Issue 11662 from 3.2 branch.
|
2011-03-29 12:02:49 -07:00 |
|
guido@google.com
|
c768ff5d4f
|
Merge Issue 11662 from 3.1 branch.
|
2011-03-29 11:51:26 -07:00 |
|
guido@google.com
|
a119df91f3
|
Issue 11662: Fix vulnerability in urllib/urllib2.
(This version is a cleaned-up backport of a fix by Senthil Kumaran.)
|
2011-03-29 11:41:02 -07:00 |
|
R David Murray
|
86cc82e36f
|
Remove the 'strict' argument to Parser, deprecated since 2.4.
|
2011-03-29 11:32:35 -04:00 |
|
Ezio Melotti
|
c831a91931
|
#10617: merge with 3.2.
|
2011-03-28 19:27:09 +03:00 |
|
Ezio Melotti
|
7ef2b46a0a
|
#10617: merge with 3.1.
|
2011-03-28 13:53:40 +03:00 |
|
Ezio Melotti
|
9b2e67c4fa
|
#10617: add class directives to collections ABCs.
|
2011-03-28 13:50:41 +03:00 |
|
Raymond Hettinger
|
5d44613e3b
|
Add optional *func* argument to itertools.accumulate().
|
2011-03-27 18:52:10 -07:00 |
|
Steven Bethard
|
b04d70d993
|
Issue #9343: Document that argparse parent parsers must be configured before their children. (Merge from 3.2.)
|
2011-03-26 21:51:56 +01:00 |
|
Steven Bethard
|
d186f99d00
|
Issue #9343: Document that argparse parent parsers must be configured before their children.
|
2011-03-26 21:49:00 +01:00 |
|
Steven Bethard
|
0a3a7d35ca
|
Issue #8982: Improve the documentation for the argparse Namespace object. (Merge from 3.2.)
|
2011-03-26 19:55:36 +01:00 |
|
Steven Bethard
|
d8f2d50c20
|
Issue #8982: Improve the documentation for the argparse Namespace object.
|
2011-03-26 19:50:06 +01:00 |
|