Georg Brandl
|
a5ed401688
|
Clarify :option: description.
|
2010-07-19 06:57:52 +00:00 |
Georg Brandl
|
70f355d13e
|
Clarify.
|
2010-07-19 06:52:35 +00:00 |
Jean-Paul Calderone
|
7f54dce9bd
|
Document the extra epoll flags
|
2010-07-18 16:30:31 +00:00 |
Jean-Paul Calderone
|
7f94f392a0
|
There is no method named "register(fd, eventmask)"; fix markup to just indicate this is code.
|
2010-07-18 16:13:27 +00:00 |
Mark Dickinson
|
c95111995b
|
Add configure check for a bug with gcc soft floating-point and subnormals, to help debug issue 8265.
|
2010-07-18 16:01:36 +00:00 |
Benjamin Peterson
|
d319ad5c1a
|
nest method and attribute doc
|
2010-07-18 14:27:02 +00:00 |
Benjamin Peterson
|
0b9fb808a0
|
use classmethod
|
2010-07-18 14:23:36 +00:00 |
Georg Brandl
|
86e78d1f2d
|
#9110: update to ContextDecorator doc.
|
2010-07-18 13:43:32 +00:00 |
Georg Brandl
|
02053ee3b9
|
#9279: remove the pdb.doc file, put its contents in pdb.__doc__. Also sync this and the pdb docs, introduce a new directive for pdb commands and a role to link to them.
|
2010-07-18 10:11:03 +00:00 |
Mark Dickinson
|
1b3c262027
|
Clarify Misc/NEWS entry.
|
2010-07-18 08:03:10 +00:00 |
Mark Dickinson
|
e26660f9f2
|
Misc/NEWS entry for r82941.
|
2010-07-18 07:48:20 +00:00 |
Mark Dickinson
|
eff5d8594b
|
Issue #9277: Struct module: standard bool packing was incorrect if
char is unsigned. Thanks Stefan Krah for the patch.
|
2010-07-18 07:29:02 +00:00 |
Alexander Belopolsky
|
d92f04062a
|
Issue #5180: Fixed a bug that prevented loading 2.x pickles in 3.x
python when they contain instances of old-style classes.
|
2010-07-17 22:50:45 +00:00 |
Benjamin Peterson
|
bbda0c5fbc
|
sharedinstall should depend on sharedmods #9280
|
2010-07-17 20:39:23 +00:00 |
Alexander Belopolsky
|
929d384058
|
Issue #9268: Add annotation option to pickletools.dis
|
2010-07-17 15:51:21 +00:00 |
Stefan Krah
|
f4e7a35d64
|
Issue #7384: On Gentoo, libreadline.so is a "fake library", so ldd fails.
In that case, do not attempt to parse stderr output.
|
2010-07-17 11:46:52 +00:00 |
R. David Murray
|
45bf773f60
|
#1555570: correctly handle a \r\n that is split by the read buffer.
Patch and test by Tony Nelson.
|
2010-07-17 01:19:57 +00:00 |
Brett Cannon
|
cbe1a4e28f
|
Add comma grouping to max result so it's easier to read.
|
2010-07-16 19:26:23 +00:00 |
Antoine Pitrou
|
448acd0a3f
|
Fix possible failure in pickling tests due to different instantiations
of the random module being around.
|
2010-07-16 19:10:38 +00:00 |
Brett Cannon
|
3b0a19eaba
|
Add benchmarks for importing just source w/o writing bytecode, importing source
while writing bytecode, and importing bytecode with source existing (don't care
about sourceless imports).
|
2010-07-16 19:04:29 +00:00 |
Alexander Belopolsky
|
44c2ffd38f
|
Corrected TUPLE<N> opcodes' docs.
|
2010-07-16 14:39:45 +00:00 |
Brett Cannon
|
7b9bcb8411
|
Touch up comments and code along with outputting what the unit of measure is.
|
2010-07-15 06:24:04 +00:00 |
Senthil Kumaran
|
0736767fdf
|
Fix issue9132 - Documentation for comparing dictionaries is out of date
|
2010-07-14 20:30:02 +00:00 |
Senthil Kumaran
|
04f31b8ae6
|
Fix a mistake, https proxy shoud be https://
|
2010-07-14 20:10:52 +00:00 |
Senthil Kumaran
|
e4004a653c
|
Fix: Issue6853 - Get HTTPS system proxy in Windows.
|
2010-07-14 19:15:23 +00:00 |
Alexander Belopolsky
|
4988d7a375
|
PEP 8 conformance: class_ -> cls
|
2010-07-14 13:46:57 +00:00 |
Antoine Pitrou
|
1f9dea0b5f
|
Issue #9251: test_threaded_import didn't fail when run through regrtest
if the import lock was disabled.
|
2010-07-14 11:52:38 +00:00 |
Senthil Kumaran
|
aa69d4d00f
|
Fix Issue5842 - Moving the tests out of urllib.parse module
|
2010-07-14 10:21:22 +00:00 |
Stefan Krah
|
fc9e08de3a
|
High byte is the exit status.
|
2010-07-14 10:16:11 +00:00 |
Georg Brandl
|
b639c14c32
|
#9235: fix missing import of sys.
|
2010-07-14 08:54:40 +00:00 |
Georg Brandl
|
b0eb5da018
|
Remove unused code that would raise a NameError.
|
2010-07-14 08:53:36 +00:00 |
Georg Brandl
|
49b31d0a0b
|
Remove XXX from text.
|
2010-07-14 08:53:18 +00:00 |
Georg Brandl
|
e767e047c8
|
#9258: fix copy-paste errors.
|
2010-07-14 08:00:22 +00:00 |
Victor Stinner
|
996903120c
|
Woops, test_sndhdr.py contains the same code twice: fix it
|
2010-07-13 23:08:01 +00:00 |
Victor Stinner
|
e9ebde48cf
|
Issue #9243: Fix sndhdr module and add unit tests, contributed by James Lee.
|
2010-07-13 23:04:56 +00:00 |
Alexander Belopolsky
|
903396ee66
|
Set sys.modules[name] to None instead of 0 to block module import.
|
2010-07-13 14:50:16 +00:00 |
Jeroen Ruigrok van der Werven
|
9c558bcfd1
|
Fix documentation typo: wprite() -> write().
|
2010-07-13 14:47:01 +00:00 |
Georg Brandl
|
85f2177f6d
|
Add bytes in literal_eval doc.
|
2010-07-13 06:38:10 +00:00 |
Mark Dickinson
|
94628eeb58
|
Yield more information on failure in test_struct boolean test.
|
2010-07-12 20:03:24 +00:00 |
Antoine Pitrou
|
c779515a75
|
Fix definition of len() and indexing for memoryview objects (part of #7696).
|
2010-07-12 20:01:52 +00:00 |
Ezio Melotti
|
2efaf96771
|
#6026: skip test_get_file_list when zlib is not available.
|
2010-07-12 19:49:41 +00:00 |
Mark Dickinson
|
0bddfd0a53
|
Regenerate Python/graminit.c.
|
2010-07-12 14:18:21 +00:00 |
Mark Dickinson
|
1c50d11708
|
Issue #2009: refactor varargslist and typedargslist productions to make them more friendly for third-party parsers.
|
2010-07-12 14:14:18 +00:00 |
Mark Dickinson
|
cf48e44130
|
Remove mention of execfile from the tutorial.
|
2010-07-12 09:37:40 +00:00 |
Georg Brandl
|
db4e939206
|
Use raw string literals for regexes containing backlash.
|
2010-07-12 09:06:13 +00:00 |
Georg Brandl
|
4abda54889
|
Take care of duplicate target name warnings.
|
2010-07-12 09:00:29 +00:00 |
Martin v. Löwis
|
b5085d8df4
|
Remove myself.
|
2010-07-12 06:03:18 +00:00 |
Brian Curtin
|
c014448108
|
Put my name down for winreg.
|
2010-07-11 23:32:11 +00:00 |
Benjamin Peterson
|
5ef96e5fac
|
allow byte literals
|
2010-07-11 23:06:06 +00:00 |
Mark Dickinson
|
c762242cca
|
Include versionadded in (c)math.isfinite docs (thanks Ezio Melotti). Other minor doc cleanups.
|
2010-07-11 19:47:37 +00:00 |