Ł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 |
Jesus Cea
|
a8f75da8f2
|
Yet another emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:43:50 +01:00 |
Jesus Cea
|
f830aa5455
|
Emergency fix for #13803 bootstrap issue: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 04:25:28 +01:00 |
Jesus Cea
|
4a8ba19783
|
Closes #13803: Under Solaris, distutils doesn't include bitness in the directory name
|
2012-01-18 03:51:38 +01:00 |
Sandro Tosi
|
25e76bdb69
|
file.next() doc refers to itself
|
2012-01-17 18:57:30 +01:00 |
Sandro Tosi
|
03c6110b21
|
revert part of cefe4f38fa0e, as agreed with Éric
|
2012-01-17 18:32:02 +01:00 |
Antoine Pitrou
|
3b6a31412f
|
Issue #13589: Fix some serialization primitives in the aifc module.
Patch by Oleg Plakhotnyuk.
|
2012-01-17 17:13:04 +01:00 |
Jesus Cea
|
23fbd8ccb1
|
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
|
2012-01-17 00:17:10 +01:00 |
Jesus Cea
|
2ab4a91f43
|
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
|
2012-01-16 23:57:34 +01:00 |
Sandro Tosi
|
6008a8b5ba
|
Issue: #12409: remove obsolete susp-entries
|
2012-01-16 18:01:55 +01:00 |
Ezio Melotti
|
8eab1fdc8b
|
#13715: fix typo in unicodedata doc. Patch by Eli Collins.
|
2012-01-16 08:42:32 +02:00 |
Ezio Melotti
|
055d70d588
|
#13695: fix a couple of typos in the doc.
|
2012-01-16 08:21:24 +02:00 |
Benjamin Peterson
|
465b58e5ee
|
explain why we need this grammar file (closes #13766)
|
2012-01-15 21:28:00 -05:00 |
Terry Jan Reedy
|
8ef4a70a48
|
#13039 allow proper deletion of '>>> ' in IDLE editor windows.
Patch by Roger Serwy.
|
2012-01-15 19:02:50 -05:00 |
Sandro Tosi
|
bde7eacd85
|
fix typo; thanks to Jan Heidbrink from docs@
|
2012-01-15 16:34:29 +01:00 |
Sandro Tosi
|
7d77c6f6e0
|
remove 'Documenting Python' and its references, it's now on devguide
|
2012-01-14 22:22:54 +01:00 |
Georg Brandl
|
c86bb00ee5
|
Fix label names.
|
2012-01-14 17:06:53 +01:00 |
Sandro Tosi
|
9a5606886c
|
how could I have missed :cmember: in import.rst?
|
2012-01-14 16:51:16 +01:00 |
Sandro Tosi
|
a76bb03c55
|
None is not a keyword, link file.next() to functions.html#next
|
2012-01-14 16:43:14 +01:00 |
Sandro Tosi
|
d6e87f43d6
|
update part of sphinxext
|
2012-01-14 16:42:21 +01:00 |
Sandro Tosi
|
98ed08f24e
|
update to new C roles and directives
|
2012-01-14 16:42:02 +01:00 |
Sandro Tosi
|
bbd41d0874
|
update Sphinx reference from 0.6.7 to 1.0.7
|
2012-01-14 16:41:26 +01:00 |
Terry Jan Reedy
|
150122a5a2
|
#11633 about buffering of print
|
2012-01-14 00:06:37 -05:00 |
Terry Jan Reedy
|
4ba76b68b9
|
closes #13730
|
2012-01-13 23:41:31 -05:00 |
Amaury Forgeot d'Arc
|
dee76e627d
|
Issue #13774: json: Fix a SystemError when a bogus encoding is passed to
json.loads().
|
2012-01-13 22:53:25 +01:00 |
Antoine Pitrou
|
44765e58b0
|
Issue #13764: remove outdated script Misc/build.sh
|
2012-01-13 19:41:42 +01:00 |
Antoine Pitrou
|
2d047e85b7
|
Merge
|
2012-01-12 08:09:15 +01:00 |
Antoine Pitrou
|
d716c73d03
|
Issue #13724: improve documentation for socket.create_connection.
|
2012-01-12 08:06:19 +01:00 |
Terry Jan Reedy
|
477a06c142
|
Minor correction. Closes #11418
|
2012-01-11 14:51:07 -05:00 |
Terry Jan Reedy
|
1d79eb6abe
|
Closes #13754 String returned if less than *or equal to* x 3
|
2012-01-11 03:19:28 -05:00 |
Antoine Pitrou
|
9e0839006e
|
Remove unused certificate from the test directory.
|
2012-01-10 23:45:54 +01:00 |
Senthil Kumaran
|
8070ddcd9b
|
port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter.
|
2012-01-11 01:35:02 +08:00 |
Senthil Kumaran
|
bcd833f30f
|
- Issue #13642: Unquote before b64encoding user:password during Basic
Authentication. Patch contributed by Joonas Kuorilehto and Michele Orrù.
|
2012-01-11 00:09:24 +08:00 |
Raymond Hettinger
|
a0ff91cac0
|
Fix stock symbol for Microsoft
|
2012-01-10 09:51:51 +00:00 |