July 2008 Archives by thread
Starting: Tue Jul 1 00:09:46 CEST 2008
Ending: Thu Jul 31 23:30:38 CEST 2008
Messages: 1775
- [issue3245] Memory leak on OS X
Mark Dickinson
- [issue3191] round docstring is inaccurate
Mark Dickinson
- [issue3008] Let bin/oct/hex show floats
Raymond Hettinger
- [issue3238] backport python 3.0 language functionality to python 2.6 by adding 7 opcodes to ceval.c
kai zhu
- [issue3245] Memory leak on OS X
Edward Langley
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Amaury Forgeot d'Arc
- [issue1682] Move Demo/classes/Rat.py to Lib/fractions.py and fix it up.
Guido van Rossum
- [issue3245] Memory leak on OS X
Benjamin Peterson
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Brodie Rao
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Benjamin Peterson
- [issue3247] dir of an "_sre.SRE_Match" object not working
vizcayno
- [issue1754483] linecache package handling
Hans Ulrich Niedermann
- [issue1068477] linecache.py::updatecache strips directory info from files
Hans Ulrich Niedermann
- [issue1309567] linecache module returns wrong results
Hans Ulrich Niedermann
- [issue1754483] linecache package handling
Hans Ulrich Niedermann
- [issue1309567] linecache module returns wrong results
Hans Ulrich Niedermann
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Brodie Rao
- [issue3248] ScrolledText can't be placed in a PanedWindow
Guilherme Polo
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Brodie Rao
- [issue3099] On windows, "import nul" always succeed
Hirokazu Yamamoto
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Amaury Forgeot d'Arc
- [issue3249] bug adding datetime.timedelta to datetime.date
Chris Withers
- [issue3250] datetime.time does not support arithmetic
Chris Withers
- [issue1613573] xmlrpclib ServerProxy uses old httplib interface
anatoly techtonik
- [issue648658] xmlrpc can't do proxied HTTP
anatoly techtonik
- [issue3251] references are case insensitive
Wolfgang Langner
- [issue3252] str.tobytes() and bytes/bytearray.tostr()
Mark Summerfield
- [issue3000] 2to3 doesn't handle print(whatever); print nor string.* functions
Mark Summerfield
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Brodie Rao
- [issue3218] 2to3 Fix_imports optimization
Collin Winter
- [issue3253] shutil.move bahave unexpected in fat32
grissiom
- [issue3239] curses/textpad.py incorrectly and redundantly imports ascii
Georgij Kondratjev
- [issue3218] 2to3 Fix_imports optimization
Nick Edds
- [issue3174] 3.0b1 doesn't seem to install on macs
Benjamin Peterson
- [issue2683] subprocess.Popen.communicate takes bytes, not str
Georg Brandl
- [issue2683] subprocess.Popen.communicate takes bytes, not str
Rafael Zanella
- [issue3219] repeated keyword arguments
Benjamin Peterson
- [issue3174] 3.0b1 doesn't seem to install on macs
Benjamin Peterson
- [issue2683] subprocess.Popen.communicate takes bytes, not str
Georg Brandl
- [issue2775] Implement PEP 3108
Georg Brandl
- [issue3235] Improve subprocess module usage
Georg Brandl
- [issue3240] IDLE environment corrupts string.letters
Roger Upole
- [issue3220] Improve Bytes and Byte Array Methods doc
Georg Brandl
- [issue3217] make text is broken
Georg Brandl
- [issue3240] IDLE environment corrupts string.letters
Georg Brandl
- [issue3216] Scarce msilib documentation
Georg Brandl
- [issue3203] sphinx - table of contents doesn't render correctly (html)
Georg Brandl
- [issue1682] Move Demo/classes/Rat.py to Lib/fractions.py and fix it up.
Mark Dickinson
- [issue3214] Suggest change to glossary explanation: "Duck Typing"
Georg Brandl
- [issue3240] IDLE environment corrupts string.letters
Martin v. Löwis
- [issue3112] implement PEP 3134 exception reporting
Antoine Pitrou
- [issue3191] round docstring is inaccurate
Georg Brandl
- [issue1523853] 2.4.2 file.read caches EOF state
Georg Brandl
- [issue1410739] Add notes to the manual about `is` and methods
Georg Brandl
- [issue3242] Segfault in PyFile_SoftSpace/PyEval_EvalFrameEx with sys.stdout reassigned
Amaury Forgeot d'Arc
- [issue2351] Using __(get|set|del)slice__ needs a Py3K warning
Georg Brandl
- [issue3254] Suggestion: change default behavior of __ne__
cvp
- [issue2885] Create the urllib package
Brett Cannon
- [issue2275] urllib2 header capitalization
Senthil
- [issue2275] urllib2 header capitalization
Senthil
- [issue3214] Suggest change to glossary explanation: "Duck Typing"
Paddy McCarthy
- [issue3214] Suggest change to glossary explanation: "Duck Typing"
Antoine Pitrou
- [issue3255] [proposal] alternative for re.sub
Hirokazu Yamamoto
- [issue3190] Pydoc should ignore __package__ attributes
Nick Coghlan
- [issue678464] Docs don't define sequence-ness very well
Skip Montanaro
- [issue3256] Multiprocessing docs are not 3.0-ready
Andrii V. Mishkovskyi
- [issue3173] external strftime for Python?
Skip Montanaro
- [issue648658] xmlrpc can't do proxied HTTP
Barry A. Warsaw
- [issue678464] Docs don't define sequence-ness very well
Benjamin Peterson
- [issue2195] urlparse() does not handle URLs with port numbers properly
Facundo Batista
- [issue754016] urlparse goes wrong with IP:port without scheme
Facundo Batista
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Nick Coghlan
- [issue3257] "#define socklen_t int" in pyconfig.h
fgoujeon
- [issue600362] relocate cgi.parse_qs() into urlparse
Facundo Batista
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Amaury Forgeot d'Arc
- [issue3258] ctypes assertion failure in trunk
Tim Golden
- [issue3125] test_multiprocessing causes test_ctypes to fail
Jesse Noller
- [issue3125] test_multiprocessing causes test_ctypes to fail
Jesse Noller
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue449227] rlcompleter add "(" to callables feature
Facundo Batista
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Amaury Forgeot d'Arc
- [issue1690840] xmlrpclib methods submit call on __str__, __repr__
Ralf Schmitt
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Miki Tebeka
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3235] Improve subprocess module usage
Martin Mokrejs
- [issue2046] patch to fix_import: UserDict -> collections
Brett Cannon
- [issue2046] patch to fix_import: UserDict -> collections
Brett Cannon
- [issue2876] Write UserDict fixer for 2to3
Brett Cannon
- [issue3259] fix_imports needs to be using the 'as' keyword
Brett Cannon
- [issue3260] fix_imports does not handle intra-package renames
Brett Cannon
- [issue3261] Lib/test/test_cookielib declares utf-8 encoding, but contains non-valid bytes
Leonardo Soto
- [issue3238] backport python 3.0 language functionality to python 2.6 by adding 7 opcodes to ceval.c
Collin Winter
- [issue3119] pickle.py is limited by python's call stack
Aaron Gallagher
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Nick Coghlan
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3262] re.split doesn't split with zero-width regex
Matthew Barnett
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Amaury Forgeot d'Arc
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Amaury Forgeot d'Arc
- [issue3263] Odd code fragment in ABC definitions
Raymond Hettinger
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3264] Use -lcrypto instead of -lcrypt on Solaris 2.6 when available
Martin Mokrejs
- [issue3122] sys.getsizeof() gives an AttributeError for _sre objects.
Amaury Forgeot d'Arc
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Miki Tebeka
- [issue3265] Python-2.5.2/Modules/_ctypes/malloc_closure.c:70: error: `MAP_ANONYMOUS' undeclared
Martin Mokrejs
- [issue3266] Python-2.5.2/Modules/mmapmodule.c:915: error: `O_RDWR' undeclared
Martin Mokrejs
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Adam Olsen
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Jesse Noller
- [issue3267] yield in list comprehensions possibly broken in 3.0
Erick Tryzelaar
- [issue3268] Cleanup of tp_basicsize inheritance
Adam Olsen
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Amaury Forgeot d'Arc
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Ismail Donmez
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Paul Melis
- [issue1322] platform.dist() has unpredictable result under Linux
Marc-Andre Lemburg
- [issue1322] platform.dist() has unpredictable result under Linux
Marc-Andre Lemburg
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Mark Dickinson
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Nick Coghlan
- [issue3269] strptime() makes an error concerning second in arg
Neven Goršić
- [issue1622] zipfile hangs on certain zip files
Martin v. Löwis
- [issue1526] DeprecationWarning in zipfile.py while zipping 113000 files
Martin v. Löwis
- [issue1746] ZIP files with archive comments longer than 4k not recognized as valid by zipfile module
Martin v. Löwis
- [issue3270] test_multiprocessing: test_listener_client flakiness
Jesse Noller
- [issue3122] sys.getsizeof() gives an AttributeError for _sre objects.
Robert Schuppenies
- [issue1555570] email parser incorrectly breaks headers with a CRLF at 8192
chris.eveleigh
- [issue1690840] xmlrpclib methods submit call on __str__, __repr__
Ralf Schmitt
- [issue1690840] xmlrpclib methods submit call on __str__, __repr__
Ralf Schmitt
- [issue3271] iter.next() or iter.__next__() ?
vizcayno
- [issue1641] asyncore delayed calls feature
Josiah Carlson
- [issue3272] Multiprocessing hangs when multiprocessing.Pool methods are called
Andrii V. Mishkovskyi
- [issue3273] multiprocessing and meaningful errors
Andrii V. Mishkovskyi
- [issue1675455] Use getaddrinfo() in urllib2.py for IPv6 support
Facundo Batista
- [issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Facundo Batista
- [issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Facundo Batista
- [issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Facundo Batista
- [issue2916] urlgrabber.grabber calls setdefaulttimeout
Facundo Batista
- [issue2756] urllib2 add_header fails with existing unredirected_header
Facundo Batista
- [issue2776] urllib2.urlopen() gets confused with path with // in it
Facundo Batista
- [issue3274] Py_CLEAR(tmp) seg faults
Daniel Stutzbach
- [issue1063924] asyncore should handle ECONNRESET in send
Josiah Carlson
- [issue760475] asyncore.py and "handle_error"
Josiah Carlson
- [issue1736101] asyncore should handle also ECONNABORTED in recv
Josiah Carlson
- [issue889153] asyncore.dispactcher: incorrect connect
Josiah Carlson
- [issue1740572] asynchat should call "handle_close"
Josiah Carlson
- [issue3232] Wrong str->bytes conversion in Lib/encodings/idna.py
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue909005] asyncore fixes and improvements
Josiah Carlson
- [issue1025525] asyncore.file_dispatcher should not take fd as argument
Josiah Carlson
- [issue1736190] asyncore/asynchat patches
Josiah Carlson
- [issue2464] urllib2 can't handle http://www.wikispaces.com
Facundo Batista
- [issue2808] asynchat forgets packets when push is called from a thread
Josiah Carlson
- [issue2275] urllib2 header capitalization
Facundo Batista
- [issue1462525] URI parsing library
Facundo Batista
- [issue3275] Control flow not optimized
Daniel Colascione
- [issue1580] Use shorter float repr when possible
Guido van Rossum
- [issue3008] Let bin/oct/hex show floats
Guido van Rossum
- [issue3276] httplib.HTTPConnection._send_request should not blindly assume dicts for headers
toxik
- [issue1580] Use shorter float repr when possible
Tim Peters
- [issue3277] socket's OOB data management is broken on FreeBSD
Giampaolo Rodola'
- [issue3278] socket's SO_REUSEADDR option does not work on FreeBSD
Giampaolo Rodola'
- [issue3279] import of site.py fails on startup
Roger Upole
- [issue3008] Let bin/oct/hex show floats
Raymond Hettinger
- [issue1580] Use shorter float repr when possible
Guido van Rossum
- [issue1580] Use shorter float repr when possible
Guido van Rossum
- [issue3139] bytearrays are not thread safe
Amaury Forgeot d'Arc
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3280] %c format does not accept large numbers on ucs-2 builds
Amaury Forgeot d'Arc
- [issue3281] support r"\"
LI Daobing
- [issue3282] Undefined unicode characters should be non-printable
Amaury Forgeot d'Arc
- [issue3283] multiprocessing.connection doesn't import AuthenticationError, while using it
Andrii V. Mishkovskyi
- [issue3008] Let bin/oct/hex show floats
Guido van Rossum
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3008] Let bin/oct/hex show floats
Amaury Forgeot d'Arc
- [issue3284] Delete obsolete 'Unicode' in Py3 str docstrings; related fixes
Terry J. Reedy
- [issue3285] Fraction.from_any()
Raymond Hettinger
- [issue3286] IDLE opens window too low on Windows
Terry J. Reedy
- [issue3287] Fraction constructor should raise TypeError instead of AttributeError
Raymond Hettinger
- [issue3168] cmath test fails on Solaris 10
Jean Brouwers
- [issue3221] SystemError: Parent module 'foo' not loaded on import statement
Nick Coghlan
- [issue3221] SystemError: Parent module 'foo' not loaded on import statement
Nick Coghlan
- [issue1754483] linecache package handling
Kevin Goodsell
- [issue1754483] linecache package handling
Kevin Goodsell
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue1754483] linecache package handling
Georg Brandl
- [issue2663] shutil.copytree glob-style filtering [patch]
Georg Brandl
- [issue3288] float.as_integer_ratio method is not documented
Mark Dickinson
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue1754483] linecache package handling
Hans Ulrich Niedermann
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3188] float('infinity') should be valid
Mark Dickinson
- [issue3168] cmath test fails on Solaris 10
Mark Dickinson
- [issue3289] unnecessary call to time and localtime slows time.mktime
Jon Nelson
- [issue3235] Improve subprocess module usage
Georg Brandl
- [issue1023290] proposed struct module format code addition
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue3290] python-config --cflags includes irrelevant flags
Sacha Varma
- [issue3168] cmath test fails on Solaris 10
Mark Dickinson
- [issue3291] rlcompleter doesn't work anymore
Antoine Pitrou
- [issue3239] curses/textpad.py incorrectly and redundantly imports ascii
Facundo Batista
- [issue3168] cmath test fails on Solaris 10
Jean Brouwers
- [issue3168] cmath test fails on Solaris 10
Jean Brouwers
- [issue2834] re.IGNORECASE not Unicode-ready
Antoine Pitrou
- [issue2834] re.IGNORECASE not Unicode-ready
Antoine Pitrou
- [issue3292] Position index limit; s.insert(i,x) not same as s[i:i]=[x]
Terry J. Reedy
- [issue3293] incorrect comments for PyObject_ReleaseBuffer
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Martin v. Löwis
- [issue3294] SVN repository contains an incorrect symbolic link
Antoine Pitrou
- [issue3295] PyExc_BufferError is declared but nowhere defined
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue3139] bytearrays are not thread safe
Antoine Pitrou
- [issue3296] print function not executed in python 3.0 tutorial
Florian Mayer
- [issue2862] cleanup of freelist management
Gregory P. Smith
- [issue2632] performance problem in socket._fileobject.read
Gregory P. Smith
- [issue2620] Multiple buffer overflows in unicode processing
Gregory P. Smith
- [issue3139] bytearrays are not thread safe
Martin v. Löwis
- [issue2620] Multiple buffer overflows in unicode processing
Gregory P. Smith
- [issue3297] Python interpreter uses Unicode surrogate pairs only before the pyc is created
Ezio Melotti
- [issue2113] Bad interaction between signal and subprocess
Gregory P. Smith
- [issue3139] bytearrays are not thread safe
Ismail Donmez
- [issue2320] Race condition in subprocess using stdin
Gregory P. Smith
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Nick Coghlan
- [issue2235] __eq__ / __hash__ check doesn't take inheritance into account
Nick Coghlan
- [issue3298] Multiline string with quotes is not parsed correctly.
Stavros Korokithakis
- [issue3299] invalid object destruction in re.finditer()
STINNER Victor
- [issue839496] SimpleHTTPServer reports wrong content-length for text files
Bluebird
- [issue3300] urllib.quote and unquote - Unicode issues
Matt Giuca
- [issue3301] DoS when lo is negative in bisect.insort_right() / _left()
STINNER Victor
- [issue3302] segfault on gettext(None)
STINNER Victor
- [issue3303] invalid ref count on locale.strcoll() error
STINNER Victor
- [issue3304] invalid call to PyMem_Free() in fileio_init()
STINNER Victor
- [issue3139] bytearrays are not thread safe
Martin v. Löwis
- [issue3305] Use Py_XDECREF() instead of Py_DECREF() in MultibyteCodec and MultibyteStreamReader
STINNER Victor
- [issue839496] SimpleHTTPServer reports wrong content-length for text files
Amaury Forgeot d'Arc
- [issue3306] audioop.findmax() crashs with negative length
STINNER Victor
- [issue3307] invalid check of _bsddb creation failure
STINNER Victor
- [issue3308] MinGW built extensions do not load (specified procedure cannot be found)
Roger Binns
- [issue3309] missing lock release in BZ2File_iternext()
STINNER Victor
- [issue3310] Out-of-date example 3.0b1 Tutorial Classes page, 'issubclass'
Alexis Layton
- [issue3311] block operation on closed socket/pipe for multiprocessing
STINNER Victor
- [issue1580] Use shorter float repr when possible
Guido van Rossum
- [issue1736101] asyncore should handle also ECONNABORTED in recv
Josiah Carlson
- [issue988761] re.split emptyok flag (fix for #852532)
Gregory P. Smith
- [issue3212] ssl module - should test for a wrong cert
Gregory P. Smith
- [issue3119] pickle.py is limited by python's call stack
Gregory P. Smith
- [issue2480] eliminate recursion in pickling
Gregory P. Smith
- [issue3183] sha modules & Modules/Setup.dist
Gregory P. Smith
- [issue3210] subprocess.Popen does not release process handles if process cannot be started
Gregory P. Smith
- [issue2277] MozillaCookieJar does not support Firefox3 cookie files
Gregory P. Smith
- [issue3001] RLock's are SLOW
Gregory P. Smith
- [issue3120] subprocess module truncates handles on AMD64
Gregory P. Smith
- [issue953599] asyncore misses socket closes when poll is used
Josiah Carlson
- [issue1519] async_chat.__init__() parameters
Josiah Carlson
- [issue760475] asyncore.py and "handle_error"
Josiah Carlson
- [issue3094] By default, HTTPSConnection should send header "Host: somehost" instead of "Host: somehost:443"
Gregory P. Smith
- [issue3046] Locking should be removed from the new buffer protocol
Gregory P. Smith
- [issue3119] pickle.py is limited by python's call stack
Ralf Schmitt
- [issue3221] SystemError: Parent module 'foo' not loaded on import statement
Nick Coghlan
- [issue2517] Error when printing an exception containing a Unicode string
Nick Coghlan
- [issue3221] SystemError: Parent module 'foo' not loaded on import statement
Nick Coghlan
- [issue643841] New class special method lookup change
Nick Coghlan
- [issue643841] New class special method lookup change
Nick Coghlan
- [issue3312] bugs in _sqlite module
STINNER Victor
- [issue3313] dlopen() error with no error message from dlerror()
STINNER Victor
- [issue3314] urllib.parse doesn't import sys
Matt Giuca
- [issue3315] abc.rst little error
Andrii V. Mishkovskyi
- [issue3316] Proposal for fix_urllib
Nick Edds
- [issue1857] subprocess.Popen.poll/__del__ API breakage
Gregory P. Smith
- [issue1606] Doc: subprocess wait() may lead to dead lock
Gregory P. Smith
- [issue1068268] subprocess is not EINTR-safe
Gregory P. Smith
- [issue3317] duplicate lines in zipfile.py
Amaury Forgeot d'Arc
- [issue3318] Documentation: timeit: "lower bound" should read "upper bound"
unutbu
- [issue2275] urllib2 header capitalization
Senthil
- [issue2916] urlgrabber.grabber calls setdefaulttimeout
Senthil
- [issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Senthil
- [issue3045] Windows online help broken when spaces in TEMP environ
Senthil
- [issue3045] Windows online help broken when spaces in TEMP environ
Senthil
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Ismail Donmez
- [issue3319] pystone.main(10) causes ZeroDivisionError
Michael Patrick O'Keefe
- [issue3018] tkinter demos fixed
Georg Brandl
- [issue1580] Use shorter float repr when possible
Mark Dickinson
- [issue1580] Use shorter float repr when possible
Mark Dickinson
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Amaury Forgeot d'Arc
- [issue1276] LookupError: unknown encoding: X-MAC-JAPANESE
Michael Patrick O'Keefe
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue3090] ARCHFLAGS parsing/concatenation in unixccompiler.py breaks when set to a string
Jesse Noller
- [issue2944] asyncore doesn't handle connection refused correctly
Alexander Shigin
- [issue3320] various doc typos
DSM
- [issue1580] Use shorter float repr when possible
Mark Dickinson
- [issue2275] urllib2 header capitalization
Facundo Batista
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Nick Coghlan
- [issue2944] asyncore doesn't handle connection refused correctly
Alexander Shigin
- [issue3088] test_multiprocessing hangs on OS X 10.5.3
Nick Coghlan
- [issue3088] test_multiprocessing hangs intermittently on POSIX platforms
Nick Coghlan
- [issue3088] test_multiprocessing hangs intermittently on POSIX platforms
Nick Coghlan
- [issue2517] Error when printing an exception containing a Unicode string
Nick Coghlan
- [issue2517] Error when printing an exception containing a Unicode string
Nick Coghlan
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue874900] threading module can deadlock after fork
Adam Olsen
- [issue1758146] Crash in PyObject_Malloc
Adam Olsen
- [issue1758146] Crash in PyObject_Malloc
Vaclav Slavik
- [issue3167] math test fails on Solaris 10
Mark Dickinson
- [issue1758146] Crash in PyObject_Malloc
Adam Olsen
- [issue3167] math test fails on Solaris 10
Mark Dickinson
- [issue1758146] Crash in PyObject_Malloc
Franco DiRosa
- [issue1758146] Crash in PyObject_Malloc
Adam Olsen
- [issue3321] _multiprocessing.Connection() doesn't check handle
STINNER Victor
- [issue3322] bugs in scanstring_str() and scanstring_unicode() of _json module
STINNER Victor
- [issue2887] bsddb3 needs to be ported to Python 3.0
Trent Nelson
- [issue3167] math test fails on Solaris 10
Skip Montanaro
- [issue3167] math test fails on Solaris 10
Skip Montanaro
- [issue2275] urllib2 header capitalization
Senthil
- [issue2275] urllib2 header capitalization
Senthil
- [issue2275] urllib2 header capitalization
Senthil
- [issue2275] urllib2 header capitalization
Senthil
- [issue3167] math test fails on Solaris 10
Jean Brouwers
- [issue1758146] Crash in PyObject_Malloc
Franco DiRosa
- [issue1758146] Crash in PyObject_Malloc
Franco DiRosa
- [issue1758146] Crash in PyObject_Malloc
Adam Olsen
- [issue3323] Clarify __slots__ behaviour when inheriting
Andy
- [issue3238] backport python 3.0 language functionality to python 2.6 by adding 7 opcodes to ceval.c
kai zhu
- [issue3324] Broken link in online doc
ThomasH
- [issue3325] use of cPickle in multiprocessing
Andrii V. Mishkovskyi
- [issue3326] py3k shouldn't use -fno-strict-aliasing anymore
Ismail Donmez
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue3327] NULL member in modules_by_index
Kristján Valur Jónsson
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue1758146] Crash in PyObject_Malloc
Franco DiRosa
- [issue3328] When PyObject_CallMethod fails, refcount is incorrect
Dominic Lavoie
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue874900] threading module can deadlock after fork
Adam Olsen
- [issue874900] threading module can deadlock after fork
Adam Olsen
- [issue3329] API for setting the memory allocator used by Python
Jukka Laurila
- [issue2542] PyErr_ExceptionMatches must not fail
Guido van Rossum
- [issue2303] isinstance is 4x as slow as in 2.5 because the common case raises
Guido van Rossum
- [issue3330] webbrowser module doesn't correctly handle '|' character.
Adrian Petrescu
- [issue1662581] the re module can perform poorly: O(2**n) versus O(n**2)
Yarko Tymciurak
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue3331] Possible inconsistency in behavior of list comprehensions vs. generator expressions
Carl Johnson
- [issue1700288] Armin's method cache optimization updated for Python 2.6
Raymond Hettinger
- [issue1568] PATCH: Armin's attribute lookup caching for 3.0
Raymond Hettinger
- [issue3332] DocTest and dict sort.
Jens Diemer
- [issue3333] Need -3 warning for exec statement becoming a function
Raymond Hettinger
- [issue3334] 2to3 looses indentation on import fix
Christian Theune
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue3335] subprocess lib - opening same command fails
Justin Harper
- [issue1673409] datetime module missing some important methods
Erik Stephens
- [issue3336] datetime weekday() function
ryanboesch
- [issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails
Christopher Li
- [issue2275] urllib2 header capitalization
John J Lee
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3333] Need -3 warning for exec statement becoming a function
Benjamin Peterson
- [issue2275] urllib2 header capitalization
Facundo Batista
- [issue3337] Fixer for dbm is failing
Brett Cannon
- [issue2775] Implement PEP 3108
Brett Cannon
- [issue2775] Implement PEP 3108
Brett Cannon
- [issue3159] glob.py improvements
Facundo Batista
- [issue2674] unittest.TestProgram uses sys.exit()
Facundo Batista
- [issue3338] cPickle segfault with deep recursion
Darryl Dixon
- [issue2275] urllib2 header capitalization
Hans-Peter Jansen
- [issue3339] dummy_thread LockType.acquire() always returns None, should be True or False
Henk Punt
- [issue1519638] Unmatched Group issue - workaround
Gerard
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3340] optparse print_usage(),.. methods are not documented
anatoly techtonik
- [issue3341] "Suggest a change" link
anatoly techtonik
- [issue2823] "Report bug" links
anatoly techtonik
- [issue3342] Tracebacks are not properly indented
Amaury Forgeot d'Arc
- [issue3112] implement PEP 3134 exception reporting
Amaury Forgeot d'Arc
- [issue3343] Py_DisplaySourceLine is not documented
Amaury Forgeot d'Arc
- [issue874900] threading module can deadlock after fork
Jesse Noller
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue1779233] PyThreadState_SetAsyncExc and the main thread
Amaury Forgeot d'Arc
- [issue1580] Use shorter float repr when possible
Mark Dickinson
- [issue2054] add ftp-tls support to ftplib - RFC 4217
Lukasz Szybalski
- [issue1580] Use shorter float repr when possible
Tim Peters
- [issue1519638] Unmatched Group issue - workaround
Brandon Mintern
- [issue2275] urllib2 header capitalization
John J Lee
- [issue2275] urllib2 header capitalization
John J Lee
- [issue2275] urllib2 header capitalization
John J Lee
- [issue2280] parser module chokes on unusual characters
Kuba Fast
- [issue3112] implement PEP 3134 exception reporting
Amaury Forgeot d'Arc
- [issue874900] threading module can deadlock after fork
Amaury Forgeot d'Arc
- [issue1529018] Move firewall warning to "about" menu
Tal Einat
- [issue3344] IDLE - use enumerate instead of zip(count(), ...)
Tal Einat
- [issue3345] Patch for CGIHTTPServer.is_cgi function documentation
Miki Tebeka
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3346] test_ossaudiodev fails
Ismail Donmez
- [issue3008] Let bin/oct/hex show floats
Mark Dickinson
- [issue3347] urllib.robotparser doesn't work in Py3k
Matt Giuca
- [issue3348] Cannot start wsgiref simple server in Py3k
Matt Giuca