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 |
Raymond Hettinger
|
c766b31dbc
|
Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons.
|
2012-01-10 07:55:17 +00:00 |
Terry Jan Reedy
|
cfe6deb6f7
|
#11906 Make test_argparse work interactively by removing extra space
in comparison string that argparse does not add when program name is blank.
|
2012-01-09 18:20:09 -05:00 |
Antoine Pitrou
|
df4c986f9e
|
Issue #13747: fix SSL compatibility table.
|
2012-01-09 21:43:18 +01:00 |
Antoine Pitrou
|
4a7e0c896c
|
Issue #13747: fix documentation error about the default SSL version.
|
2012-01-09 21:35:11 +01:00 |
Sandro Tosi
|
e5f93ef268
|
Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@
|
2012-01-07 18:32:06 +01:00 |
Sandro Tosi
|
f788cf70f8
|
clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@
|
2012-01-07 17:56:43 +01:00 |
Raymond Hettinger
|
36cdca1277
|
Clarify that vars() doesn't place extra restrictions on __dict__.
|
2012-01-05 23:23:52 -08:00 |
Sandro Tosi
|
24f207e99e
|
Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler
|
2012-01-05 19:48:30 +01:00 |
Sandro Tosi
|
7f418f67a8
|
Issue #11984: remove reference to parser, it's not showing symbol usage anymore
|
2012-01-05 19:05:44 +01:00 |
Sandro Tosi
|
8b211fc123
|
Issue #10772: add count and help argparse action; patch by Marc Sibson
|
2012-01-04 23:24:48 +01:00 |
Benjamin Peterson
|
5fc58c6321
|
fix this to not depend on dictionary order
|
2012-01-03 16:23:11 -06:00 |
Antoine Pitrou
|
d76088d972
|
Issue #13636: Weak ciphers are now disabled by default in the ssl module
(except when SSLv2 is explicitly asked for).
|
2012-01-03 22:46:48 +01:00 |
Sandro Tosi
|
499718de49
|
Issue #6031: improve serve_forever() description
|
2012-01-03 22:35:41 +01:00 |
Sandro Tosi
|
711f54798c
|
Issue #9349: add argparse.SUPPRESS to help doc
|
2012-01-03 18:31:51 +01:00 |
Charles-François Natali
|
3aa59e327c
|
Issue #9975: socket: Fix incorrect use of flowinfo and scope_id. Patch by
Vilmos Nebehaj.
|
2012-01-02 15:38:27 +01:00 |
Sandro Tosi
|
8448dfa17d
|
Issue #13302: backport part of 3ed28f28466f
|
2012-01-01 23:41:44 +01:00 |