python-bugs-list
Thread
Date
Earlier messages
Later messages
Messages by Thread
[issue401313] New builtin function doc
admin
[issue401841] Minor fix in calendar module to work with "funny" years.
admin
[issue501713] compileall.py -d errors
admin
[issue525225] email Generator.py unused import
admin
[issue210866] re group self-reference weird behavior (PR#2)
admin
[issue525211] Utils.py imported module not used
admin
[issue508437] urllib.urlopen results.readline is slow
admin
[issue520645] unpickable basic types => confusing err
admin
[issue508665] Improvement of cgi.parse_qsl function
admin
[issue216172] 2.0b2 curses module fails to build on SGI
admin
[issue401272] Allow bsddbmodule.c to compile with libdb 2.x w/o editing
admin
[issue521714] fix pychecker warnings in ast.py
admin
[issue212558] dictionary lookup does not check exceptions
admin
[issue523833] Inaccuracy in PyErr_SetFromErrno()'s doc
admin
[issue401134] for 1.6: removing rint() occurences from config*
admin
[issue521854] Different extension modules share space
admin
[issue508100] telnetlib in debug mode
admin
[issue523425] shelve update fails on "large" entry
admin
[issue506741] ugly floats using str() on tuples,lists
admin
[issue522621] Leak in thread_nt.h
admin
[issue212521] re match becomes exponentially slow on larger inputs
admin
[issue523195] SMTPLIB does not support "
admin
[issue507394] non-string __doc__/new style class prob.
admin
[issue523301] ConfigParser.write(): linebreak handling
admin
[issue401215] extend 'import x as y' syntax to 'import x as y.z'
admin
[issue523268] pwd.getpw* returns enhanced tuple.
admin
[issue401238] PyOS_CheckStack for Windows (MSVC)
admin
[issue523041] Robotparser incorrectly applies regex
admin
[issue401234] Allow all assignment expressions after 'import something as'
admin
[issue523241] MimeWriter must use CRLF instead of LF
admin
[issue498828] SyntaxError reports wrong module name
admin
[issue215696] sre RuntimeError when .*? matches >16K string
admin
[issue505417] Dynamic loading bug on HPUX
admin
[issue522682] pydoc: HTML not escaped
admin
[issue506647] random.cunifvariate() incorrect?
admin
[issue522027] pwdmodule and grpmodule use structs
admin
[issue521706] Python expects __eprintf on Solaris
admin
[issue401137] Add raw packet support to socketmodule.c
admin
[issue505488] python-mode.el sets TMPDIR to /usr/tmp
admin
[issue401631] adds back EntityResolver and DTDHandler
admin
[issue506349] Zope crashing with signal 11
admin
[issue522426] undocumented argument in filecmp.cmpfile
admin
[issue506100] commands.getstatusoutput(): cmd.exe support
admin
[issue522587] Fixes pydoc http/ftp URL matching
admin
[issue401207] BeOS: installing of linker script
admin
[issue522033] Tkinter d/n't complain when Tcl not foun
admin
[issue505826] demo warning for expressions w/no effect
admin
[issue505628] Windows: Bad instructions in readme file.
admin
[issue522395] test_descrtut fails on OSX
admin
[issue503202] backward compat. on calendar.py
admin
[issue522279] transformer.py nodes shadows global
admin
[issue518985] Ellipsis semantics undefined
admin
[issue401196] IPv6 patch against 2.0 CVS tree, as of 20010624
admin
[issue504880] Optional argument for dict.popitem()
admin
[issue521937] email module: object instantiation fails
admin
[issue401096] enable/disable interface for GC module
admin
[issue516412] Python gettext doesn't support libglade
admin
[issue504889] make setup.py less chatty by default
admin
[issue520904] Regex object finditer not documented
admin
[issue401145] co_flags fix for classes generated by Tools/compile.py
admin
[issue521526] Problems when python is renamed
admin
[issue504611] smtplib - multiple addresses bug
admin
[issue521670] Remove unused sys import
admin
[issue211486] sys.argv in 1.6b1
admin
[issue214847] Building Python fails due to readline problem
admin
[issue401129] add indices() and irange() to built-ins
admin
[issue215789] operator module missing documentation
admin
[issue504300] python 2.2 shelve
admin
[issue520325] Double underscore needs clarification
admin
[issue518989] Import statement Index ref. broken
admin
[issue504291] python 2.2 shelve
admin
[issue401121] cosmetic cleanup of cgi.py, using Guido's style conventions
admin
[issue401714] Missing `s' in format string
admin
[issue504259] More build problems on AIX 4.3
admin
[issue515434] Very slow performance
admin
[issue500002] Fix for #221791 (bad \x escape)
admin
[issue516297] iterator for lineinput
admin
[issue401106] getopt.py extensions (REJECT version)
admin
[issue519621] __slots__ may lead to undetected cycles
admin
[issue401120] add .get() to cgi.FieldStorage and cgi.FormContentDict
admin
[issue515336] Method assignment inconsistency
admin
[issue401102] dict.setdefault()
admin
[issue518846] exception cannot be new-style class
admin
[issue516762] have a way to search backwards for re
admin
[issue502544] __slots__ undocumented
admin
[issue401104] Optional object mem allocator
admin
[issue515041] path in site doc refers to 1.5
admin
[issue502557] hmac module: default to sha, not md5
admin
[issue215515] build with read-only source files fails
admin
[issue211204] 1.6b1 test_winreg tries importing wrong module
admin
[issue517684] warnings.warn() misdocumented
admin
[issue502255] leading '\xff\xfe' w/ s.encode('utf-16')
admin
[issue401659] Fix bug #115323: normalize limits.h inclusion
admin
[issue211162] 1.6b1 test_math.py unconditionally tests math.rint
admin
[issue515751] Missing docs for module imputil
admin
[issue210944] smtplib doesn't use FQDN
admin
[issue513756] PEP 279 Examples and Test Suite
admin
[issue210924] support Unicode for Python source code
admin
[issue213773] Python 2.0b1 selectmodule compile error under Redhat 5.2
admin
[issue210644] bug in PyLong_FromLongLong (PR#324)
admin
[issue513572] isdir behavior getting odder on UNC path
admin
[issue502981] should be able to use "else:" with "for"
admin
[issue502236] Asynchronous exceptions between threads
admin
[issue515830] macostools.mkalias doesnt work for folde
admin
[issue210861] time.sleep() and threading (PR#307)
admin
[issue515012] remove unused variable in lib/imputil
admin
[issue210739] Segmentation fault with kernel 2.2.12 (PR#103)
admin
[issue515593] unused parameter removed tkFileDialog.py
admin
[issue498915] PyMapping_DelItemString doesn't exists
admin
[issue515597] remove unused parameter tkFileDialog
admin
[issue502205] Fix webbrowser running on MachoPython
admin
[issue515598] removed unused import tkCommonDialog
admin
[issue502080] BaseHTTPServer send_error bug fix
admin
[issue515074] Extended storage in new-style classes
admin
[issue502023] Correct LFS compilation documentation
admin
[issue515073] subtypable weak references
admin
[issue501830] cPickle cannot pickle time.localtime tup
admin
[issue401511] Fix typos
admin
[issue210836] configure script fails with cross-compiler (PR#228)
admin
[issue515026] webbrowser.py remove temporary global
admin
[issue210743] Segmentation fault with kernel 2.2.12 (PR#103)
admin
[issue515023] thr.join() signatures are different
admin
[issue501622] Missing trailing newline should not raise SyntaxError
admin
[issue501716] "es#" parser marker leaks memory
admin
[issue515006] remove unused import in lib/cgi.py
admin
[issue501264] Metaproperties
admin
[issue514641] Negative ob_size of LongObjects
admin
[issue210837] Tkinter Optionmenu doesn't accept 'font' resource (PR#229)
admin
[issue504224] add plan9 threads include to thread.c
admin
[issue210804] Segmentation fault with kernel 2.2.12 (PR#103)
admin
[issue514532] Add "eu#" parser marker
admin
[issue210842] dl.RTLD_GLOBAL missing (PR#313)
admin
[issue514490] Better pager selection for OS/2
admin
[issue501288] problems with divising
admin
[issue213862] 2.0b1 lib.pdf, problems with bookmark titles
admin
[issue501022] Python/Tkinter crashes
admin
[issue401418] More augmented assignment docs
admin
[issue500981] thread_nt.h weird prototype
admin
[issue510218] strftime() gets timezone wrong
admin
[issue500705] os.listdir("") bug on Windows
admin
[issue213850] posixfile __del__ method is wrong
admin
[issue500704] Tutorial does not describe nested scope
admin
[issue507442] Thread-Support don't work with HP-UX 11
admin
[issue210826] WebBugRptBroken & " Python mymalloc.h; not C++ compatible" (PR#136)
admin
[issue401391] Implemented UserList.__contains__
admin
[issue210823] Tkinter missing button state symbols (PR#132)
admin
[issue513033] unsafe call to PyThreadState_Swap
admin
[issue500626] round (,) errors?
admin
[issue512981] readline /dev/tty problem
admin
[issue500078] Add built-in generator factory function
admin
[issue213788] NT 2.0b1 Doc/modindex.html is almost empty
admin
[issue500441] PyObject_DelItemString missing
admin
[issue512466] Script to move faqwiz entries.
admin
[issue500508] problems printing multipart MIME msg
admin
[issue210708] bug in time.sleep (PR#64)
admin
[issue510288] Emacs auto-detect J/Python mode
admin
[issue500447] native win32 threading primitives
admin
[issue507262] GNU --option syntax not supported
admin
[issue210683] can't compile with SSL support on WinNT (PR#403)
admin
[issue213401] grant
admin
[issue499708] Int(long) causes Integer Overflow
admin
[issue511073] urllib problems
admin
[issue499656] OPT envar not propagated to Makefile
admin
[issue401389] Minor fix in documentation of code module
admin
[issue499529] email.Utils.msgid()
admin
[issue401387] Documenting __contains__ special method
admin
[issue499062] Minor typo in test_generators.py
admin
[issue213254] pre/sre difference breaks pyclbr
admin
[issue210701] undefined symbol in custom interpeter (PR#191)
admin
[issue510695] cycle profiler for VM opcodes
admin
[issue498149] httplib.py screws up on 100 response
admin
[issue510373] Make generator factory a type name
admin
[issue498607] PyObject_GetIter not documented
admin
[issue510644] test_curses segfaults
admin
[issue498572] smtplib.py AUTH mechanism
admin
[issue508730] CGIHTTPServer execfile should save cwd
admin
[issue210641] KeyboardInterrupt while waiting for sys.ps2 input kills interpreter (PR#309)
admin
[issue401350] Fix SMTPlib for large messages
admin
[issue498109] fileobject truncate support for win32
admin
[issue401352] PyOS_StackCheck for Unix
admin
[issue497951] Typo in rfc822 library docs.
admin
[issue401341] tempfile.py: add /var/tmp
admin
[issue497736] smtplib.py SMTP EHLO/HELO correct
admin
[issue509975] make python-mode play nice with gdb
admin
[issue497697] building shared modules
admin
[issue401345] Remove obsolete --with(out)-readline option
admin
[issue210673] os.abspatth() error due to win32api.GetFullPathName (PR#380)
admin
[issue509288] package_dir paths not converted
admin
[issue497487] support comparison of complex #s in fcmp
admin
[issue509281] cheeseshop example shows wrong output
admin
[issue496882] Echo readline() reply to stdout
admin
[issue502415] optimize attribute lookups
admin
[issue493628] import not pythonic in 2.1.1
admin
[issue212877] re behaves differently in 1.6 and 2.0 than 1.52
admin
[issue210661] cgi parsing of query strings (PR#356)
admin
[issue508944] socket-module SSL is broken
admin
[issue497099] GNU/Hurd doesn't have large file support
admin
[issue212944] Partially initialized cPickle dumps core
admin
[issue497102] building a shared python library
admin
[issue509117] encoding error when joining path
admin
Earlier messages
Later messages