Raymond Hettinger
|
1d23199791
|
Use validate SQL in the example (this was confusing to readers)
|
2012-02-01 13:41:11 -08:00 |
Raymond Hettinger
|
81a55c01b8
|
Show the import in the sqlite3 example
|
2012-02-01 13:32:45 -08:00 |
Brian Curtin
|
3c8807bd5e
|
merge.
|
2012-02-01 15:22:50 -06:00 |
Brian Curtin
|
b4bef305fd
|
merge from fb225c289bf0
|
2012-02-01 15:17:39 -06:00 |
Petri Lehtinen
|
0518f470b1
|
sqlite3: Handle strings with embedded zeros correctly
Closes #13676.
|
2012-02-01 22:20:13 +02:00 |
Raymond Hettinger
|
6ab9813605
|
Use xrange in the example
|
2012-02-01 08:55:21 -08:00 |
Raymond Hettinger
|
9f55b63060
|
fix whitespace
|
2012-02-01 08:54:14 -08:00 |
Raymond Hettinger
|
bdb7fe4c84
|
Add a usage note
|
2012-02-01 08:52:44 -08:00 |
Terry Jan Reedy
|
1d4ae48f48
|
whitespace3
|
2012-01-31 02:55:32 -05:00 |
Terry Jan Reedy
|
b98000ab5b
|
#13506 Add '' to path for interactive interpreter by adding with_cwd parameter
to PyShell.PyShell.transfer_path() and changing elsewhere as needed.
Original patches by Marco Scataglini and Roger Serwy.
|
2012-01-31 02:09:25 -05:00 |
Georg Brandl
|
1d8e6fd45e
|
Fix #13900: resolve self-referential description of a parameter.
|
2012-01-29 15:38:47 +01:00 |
Benjamin Peterson
|
caa0f61463
|
remove tests from really old regex module
|
2012-01-28 20:33:21 -05:00 |
Antoine Pitrou
|
88c51e8cb1
|
Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data.
Patch by Oleg Plakhotnyuk.
|
2012-01-28 22:01:59 +01:00 |
Mark Dickinson
|
1abe6cd842
|
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa.c functions in float round.
|
2012-01-27 21:16:01 +00:00 |
Antoine Pitrou
|
7a556846d4
|
Fix intermittent test_ssl failure.
|
2012-01-27 17:33:01 +01:00 |
Benjamin Peterson
|
78028b0589
|
note that get() is not affected by default_factory (closes #13887)
|
2012-01-27 09:14:01 -05:00 |
Antoine Pitrou
|
374b4ea9da
|
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure.
|
2012-01-27 09:44:08 +01:00 |
Antoine Pitrou
|
d358e0554b
|
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV attack countermeasure.
|
2012-01-27 09:42:45 +01:00 |
Brett Cannon
|
64b2b6a84d
|
Issue #13883: Document all platforms PYTHONCASEOK works on.
|
2012-01-26 18:32:24 -05:00 |
Benjamin Peterson
|
0a15103d79
|
merge heads
|
2012-01-25 16:43:54 -05:00 |
Benjamin Peterson
|
dcd37e8154
|
forgot to resolve this conflict...
|
2012-01-25 16:43:26 -05:00 |
Georg Brandl
|
e9401a0476
|
#13852: some small doc fixes.
|
2012-01-25 22:36:25 +01:00 |
Benjamin Peterson
|
af90a40445
|
kill extra word
|
2012-01-25 16:30:18 -05:00 |
Benjamin Peterson
|
bcd6f3994c
|
say bitwise (because I have no idea what a bit-string is)
|
2012-01-25 16:29:03 -05:00 |
Antoine Pitrou
|
6f25d75f25
|
Remove debug output, fix assert (hopefully) and exercise signedness issues a bit more.
|
2012-01-25 15:38:32 +01:00 |
Antoine Pitrou
|
b744cef654
|
Fix temporary debug output (so, time_t is 8 bytes on some Windows builds)
|
2012-01-25 14:57:56 +01:00 |
Antoine Pitrou
|
11cc480ed0
|
Temporary debug for Windows buildbots.
|
2012-01-25 14:39:21 +01:00 |
Antoine Pitrou
|
0e5fd59a27
|
Make guard more dynamic (apparently the size of a filesystem timestamp may vary under Windows).
|
2012-01-25 03:31:39 +01:00 |
Antoine Pitrou
|
6e16f53855
|
Skip test failure under OpenIndiana
|
2012-01-25 02:49:47 +01:00 |
Antoine Pitrou
|
e3668e9842
|
Make test work under 32-bit systems, and when invoked through Lib/test/regrtest.py
(rather than `-m test.regrtest`)
|
2012-01-25 01:35:26 +01:00 |
Florent Xicluna
|
a1f948bdec
|
Issue #12501: merge the discordant NEWS entries.
|
2012-01-24 21:05:10 +01:00 |
Antoine Pitrou
|
d1c818a9c0
|
Issue #11235: Fix OverflowError when trying to import a source file whose modification time doesn't fit in a 32-bit timestamp.
|
2012-01-24 17:44:06 +01:00 |
Georg Brandl
|
dfdc46f274
|
#13816: fix two minor style issues. Thanks to Justin Wehnes for the patch.
|
2012-01-23 20:19:33 +01:00 |
Łukasz Langa
|
30b13eebfe
|
Fixes #4686. Reverts redundant picklability code from r74544.
|
2012-01-23 17:30:53 +01:00 |
Antoine Pitrou
|
8fc732f088
|
Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods.
|
2012-01-21 20:27:59 +01:00 |
Ezio Melotti
|
51ab3519d8
|
Move a space.
|
2012-01-21 16:40:03 +02:00 |
Sandro Tosi
|
2d71e5c6b9
|
fix typo; thanks to Justin Watt from docs@
|
2012-01-21 10:59:12 +01:00 |
Georg Brandl
|
27a4918c99
|
Fix conf.py for Sphinx 1.0.
|
2012-01-21 08:58:22 +01:00 |
Terry Jan Reedy
|
0bb1251e1a
|
whitespace
|
2012-01-21 00:32:23 -05:00 |
Terry Jan Reedy
|
96a0a46353
|
Issue13820 as and with really became keywords in 2.6.
Original rewording by Jim Jewett
|
2012-01-21 00:24:25 -05:00 |
Senthil Kumaran
|
b05f91d155
|
NEWS entry for Issue6631
|
2012-01-21 11:45:12 +08:00 |
Senthil Kumaran
|
58c6062068
|
Fix Issue6631 - Disallow relative files paths in urllib*.open()
|
2012-01-21 11:43:02 +08:00 |
Łukasz Langa
|
631c258000
|
Fixes #13760: picklability of ConfigParser exceptions
|
2012-01-20 17:02:08 +01:00 |
Vinay Sajip
|
6d102f18cb
|
Closes #13807: Now checks for sys.stderr being there before writing to it.
|
2012-01-20 11:20:12 +00:00 |
Sandro Tosi
|
cb21227407
|
Issue #13605: more meaningful example + fixes
|
2012-01-19 22:22:35 +01:00 |
Sandro Tosi
|
10f047dca8
|
Issue #13605: add documentation for nargs=argparse.REMAINDER
|
2012-01-19 21:59:34 +01:00 |
Sandro Tosi
|
d53abd3154
|
Issue #11948: clarify modules search path
|
2012-01-19 11:28:15 +01:00 |
Meador Inge
|
da747c3d97
|
Issue #2134: Clarify token.OP handling rationale in tokenize documentation.
|
2012-01-19 00:17:44 -06:00 |
Nadeem Vawda
|
d7664dee0c
|
Issue #13781: Fix GzipFile to work with os.fdopen()'d file objects.
|
2012-01-19 00:40:46 +02:00 |
Antoine Pitrou
|
e09bc1e8f5
|
Revert part of 13f56cd8dec1 (issue #1785) to avoid breaking getmembers() with unbound methods.
Python 3 isn't affected (unbound methods don't exist).
Thanks to Vincent Pelletier for noticing.
|
2012-01-18 17:39:01 +01:00 |