| Id |
Summary |
Prior |
Sever |
Vers |
Keyws |
Opened by (when) |
Temporal location |
Last update by (when) |
| 9398 |
Unify sys.settrace and sys.setprofile tests |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-07-28) |
  | belopolsky (2010-07-28) |
| 9399 |
Provide a 'print' action for argparse |
normal |
normal |
Python 3.2 |
patch |
Dennis Malcorps (travistouchdown) (2010-07-28) |
 | bethard (2010-08-01) |
| 9400 |
multiprocessing.pool.AsyncResult.get() messes up exceptions |
normal |
normal |
Python 2.6 |
patch |
Nikolaus Rath (Nikratio) (2010-07-28) |
 | ysj.ray (2010-08-01) |
| 9402 |
pyexpat: replace PyObject_DEL() by Py_DECREF() to fix a crash in pydebug mode |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-07-28) |
  | flox (2010-08-04) |
| 9403 |
cElementTree: replace PyObject_DEL() by Py_DECREF() to fix a crash in pydebug mode |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
STINNER Victor (haypo) (2010-07-28) |
 | haypo (2010-08-13) |
| 9404 |
IDLE won't launch on XP |
normal |
normal |
Python 3.1 |
|
Chris Leaf (Chris.Leaf) (2010-07-28) |
 | loewis (2010-07-29) |
| 9405 |
crash when calling urllib.getproxies() under OSX with subprocess / particular memory usage |
high |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
mike bayer (zzzeek) (2010-07-28) |
 | ronaldoussoren (2010-08-10) |
| 9408 |
curses: Link against libncursesw instead of libncurses |
normal |
normal |
Python 3.2 |
|
STINNER Victor (haypo) (2010-07-28) |
  | haypo (2010-07-28) |
| 9390 |
Error in sys.excepthook on windows when redirecting output of the script |
normal |
normal |
Python 2.6, Python 2.7 |
|
sorin (sorin) (2010-07-27) |
  | sorin (2010-07-27) |
| 9382 |
os.popen referenced but not documented in Python 3.x |
normal |
normal |
Python 3.1 |
|
Chris Rebert (cvrebert) (2010-07-26) |
 | r.david.murray (2010-07-26) |
| 9384 |
Tkinter windows pop under the terminal in OSX |
normal |
normal |
|
|
Alexander Belopolsky (belopolsky) (2010-07-26) |
 | belopolsky (2010-07-27) |
| 9375 |
ElementPath parser in ElementTree 1.3 does not reject "element//" as invalid |
normal |
normal |
Python 2.7, Python 3.2 |
|
Stefan Behnel (scoder) (2010-07-25) |
 | Arfrever (2010-07-25) |
| 9377 |
socket, PEP 383: Mishandling of non-ASCII bytes in host/domain names |
normal |
normal |
Python 3.2 |
patch |
David Watson (baikie) (2010-07-25) |
 | baikie (2010-08-29) |
| 9364 |
some problems with the documentation of pydoc |
normal |
normal |
Python 3.1, Python 3.2 |
easy |
Eli Bendersky (eli.bendersky) (2010-07-24) |
  | flox (2010-08-04) |
| 9369 |
const char* for PyObject_CallMethod and PyObject_CallFunction |
normal |
normal |
Python 3.2 |
patch |
Jörg Müller (neXyon) (2010-07-24) |
 | eric.araujo (2010-07-24) |
| 9370 |
Add reader redirect from test package docs to unittest module |
normal |
normal |
Python 2.7, Python 3.2 |
easy |
Nick Coghlan (ncoghlan) * (2010-07-24) |
  | dstanek (2010-07-31) |
| 9371 |
pulldom doesn't provide END_DOCUMENT or COMMENT nodes. |
normal |
normal |
Python 3.2 |
|
Mark Smith (mark.smith) (2010-07-24) |
  | eric.araujo (2010-07-24) |
| 9372 |
pulldom.DOMEventStream.__getitem__ is broken |
normal |
normal |
Python 3.2 |
|
Mark Smith (mark.smith) (2010-07-24) |
 | mark.smith (2010-07-24) |
| 9373 |
pulldom has low code coverage |
normal |
normal |
Python 3.2 |
patch |
Mark Smith (mark.smith) (2010-07-24) |
 | terry.reedy (2010-08-06) |
| 9374 |
urlparse should parse query and fragment for arbitrary schemes |
normal |
normal |
Python 2.6 |
|
Nick Welch (Nick.Welch) (2010-07-24) |
  | Nick.Welch (2010-07-24) |
| 9338 |
argparse optionals with nargs='+' can't be followed by positionals |
normal |
normal |
|
patch |
Steven Bethard (bethard) (2010-07-23) |
 | elsdoerfer (2010-08-12) |
| 9340 |
argparse parse_known_args does not work with subparsers |
normal |
normal |
Python 2.7, Python 3.3, Python 3.2 |
patch |
Steven Bethard (bethard) (2010-07-23) |
 | catherine (2010-08-04) |
| 9341 |
allow argparse subcommands to be grouped |
normal |
normal |
Python 3.2 |
|
Steven Bethard (bethard) (2010-07-23) |
  | eric.araujo (2010-07-23) |
| 9343 |
Document that argparse "parents" must be fully declared before children |
normal |
normal |
Python 2.7, Python 3.2 |
|
Steven Bethard (bethard) (2010-07-23) |
 | bethard (2010-07-23) |
| 9344 |
please add posix.getgrouplist() |
low |
normal |
Python 3.2 |
easy |
Ronald Oussoren (ronaldoussoren) (2010-07-23) |
  | belopolsky (2010-07-23) |
| 9347 |
Calling argparse add_argument with a sequence as 'type' causes spurious error message |
low |
normal |
Python 2.7, Python 3.2 |
|
Steven Bethard (bethard) (2010-07-23) |
  | bethard (2010-07-23) |
| 9348 |
Calling argparse's add_argument with the wrong number of metavars causes delayed error message |
normal |
normal |
Python 2.7, Python 3.2 |
patch |
Steven Bethard (bethard) (2010-07-23) |
 | catherine (2010-08-04) |
| 9349 |
document argparse's help=SUPPRESS |
normal |
normal |
Python 2.7, Python 3.2 |
|
Steven Bethard (bethard) (2010-07-23) |
  | bethard (2010-07-23) |
| 9350 |
add remove_argument_group to argparse |
normal |
normal |
|
|
Steven Bethard (bethard) (2010-07-23) |
  | bethard (2010-07-23) |
| 9351 |
argparse set_defaults on subcommands should override top level set_defaults |
normal |
normal |
Python 2.7, Python 3.2 |
|
Steven Bethard (bethard) (2010-07-23) |
  | bethard (2010-07-23) |
| 9352 |
argparse eats characters when parsing multiple merged short options |
normal |
normal |
|
patch |
Steven Bethard (bethard) (2010-07-23) |
 | catherine (2010-08-03) |
| 9353 |
argparse __all__ is incomplete |
normal |
normal |
Python 2.7, Python 3.2 |
|
Steven Bethard (bethard) (2010-07-23) |
  | bethard (2010-07-23) |
| 9355 |
argparse add_mutually_exclusive_group more than once has incorrectly formatted help |
normal |
normal |
Python 2.6, Python 2.7, Python 3.2 |
patch |
Steven Bethard (bethard) (2010-07-23) |
 | catherine (2010-08-04) |
| 9360 |
nntplib cleanup |
normal |
normal |
Python 3.2 |
patch |
Dmitry Jemerov (Dmitry.Jemerov) (2010-07-23) |
 | pitrou (2010-09-07) |
| 9361 |
Tests for leapdays in calendar.py module |
normal |
normal |
Python 3.2 |
patch |
John Chandler (John.Chandler) (2010-07-23) |
  | John.Chandler (2010-07-23) |
| 9362 |
Make exit/quit hint more novice friendly |
normal |
normal |
Python 3.2 |
easy |
Alexander Belopolsky (belopolsky) (2010-07-23) |
 | tim.golden (2010-07-28) |
| 9363 |
data_files are not installed relative to sys.prefix |
normal |
normal |
Python 2.6 |
|
(rioch) (2010-07-23) |
  | rioch (2010-07-23) |
| 9329 |
freeze tool cannot handle JSON module properly |
normal |
normal |
Python 2.7 |
|
Sam Saint-Pettersen (sam.sp) (2010-07-22) |
  | sam.sp (2010-07-23) |
| 9331 |
sys.setprofile is not described as CPython implementation detail |
normal |
normal |
|
|
Alexander Belopolsky (belopolsky) (2010-07-22) |
  | belopolsky (2010-07-22) |
| 9332 |
Document requirements for os.symlink usage on Windows |
normal |
normal |
Python 3.2 |
|
Brian Curtin (brian.curtin) * (2010-07-22) |
 | jaraco (2010-08-01) |
| 9333 |
Expose a way to enable os.symlink on Windows |
normal |
normal |
Python 3.2 |
needs review, patch |
Brian Curtin (brian.curtin) * (2010-07-22) |
 | brian.curtin (2010-08-13) |
| 9334 |
argparse does not accept options taking arguments beginning with dash (regression from optparse) |
normal |
normal |
Python 3.2 |
|
Anders Kaseorg (andersk) (2010-07-22) |
 | bethard (2010-07-27) |
| 9317 |
Incorrect coverage file from trace test_pickle.py |
normal |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-07-21) |
 | eli.bendersky (2010-07-21) |
| 9318 |
Py3k compilation on old MSVC |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Hirokazu Yamamoto (ocean-city) * (2010-07-21) |
 | ocean-city (2010-08-10) |
| 9319 |
segfault when searching modules with help() |
high |
normal |
Python 3.2 |
patch |
Ron Adam (ron_adam) (2010-07-21) |
 | ron_adam (2010-08-04) |
| 9321 |
CGIHTTPServer cleanup htbin |
normal |
normal |
Python 3.2 |
|
anatoly techtonik (techtonik) (2010-07-21) |
  | r.david.murray (2010-07-21) |
| 9322 |
bdist_rpm ext_modules absolute source path fail |
normal |
normal |
Python 2.7 |
|
Dan OD (indiedan) (2010-07-21) |
 | indiedan (2010-07-21) |
| 9323 |
trace.py bug with the main file being traced |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Eli Bendersky (eli.bendersky) (2010-07-21) |
 | eli.bendersky (2010-08-07) |
| 9325 |
Add an option to pdb/trace/profile to run library module as a script |
normal |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-07-21) |
  | belopolsky (2010-07-30) |
| 9326 |
Error message for incorrect number of (function) args is incorrect |
normal |
normal |
Python 2.7 |
|
Dave Fugate (midnightdf) (2010-07-21) |
 | r.david.murray (2010-07-22) |
| 9327 |
doctest DocFileCase setUp/tearDown asymmetry |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Patrick Strawderman (boogenhagn) (2010-07-21) |
 | boogenhagn (2010-07-21) |
| 9311 |
os.access can return bogus values when run as superuser |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Garrett Cooper (yaneurabeya) (2010-07-20) |
 | yaneurabeya (2010-07-21) |
| 9312 |
Fix usage of :option: markup in stdlib ReST docs |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Eli Bendersky (eli.bendersky) (2010-07-20) |
 | eric.araujo (2010-08-07) |
| 9313 |
distutils error on MSVC older than 8 |
normal |
normal |
Python 3.1, Python 3.2 |
patch |
Hirokazu Yamamoto (ocean-city) * (2010-07-20) |
 | ocean-city (2010-08-01) |
| 9315 |
The trace module lacks unit tests |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Eli Bendersky (eli.bendersky) (2010-07-20) |
 | eli.bendersky (2010-08-07) |
| 9297 |
SMTP with Sqlite3 file attached problem |
normal |
normal |
Python 3.1 |
|
Murilo da Silva (murilobr) (2010-07-19) |
 | murilobr (2010-07-20) |
| 9298 |
binary email attachment issue with base64 encoding |
normal |
normal |
Python 3.1 |
|
Vance Unruh (vunruh) (2010-07-19) |
 | vunruh (2010-07-19) |
| 9299 |
os.makedirs(): Add a keyword argument to suppress "File exists" exception |
critical |
normal |
Python 3.2 |
patch |
Ray.Allen (ysj.ray) (2010-07-19) |
 | ysj.ray (2010-08-07) |
| 9302 |
Distutils document problem? |
normal |
normal |
Python 3.2 |
patch |
Ray.Allen (ysj.ray) (2010-07-19) |
  | r.david.murray (2010-07-19) |
| 9303 |
Migrate sqlite3 module to _v2 API to enhance performance |
normal |
normal |
Python 3.2 |
|
Michael Schwarz (feuermurmel) (2010-07-19) |
 | ghaering (2010-07-19) |
| 9305 |
Don't use east/west of UTC in date/time documentation |
normal |
normal |
Python 3.2 |
easy |
Alexander Belopolsky (belopolsky) (2010-07-19) |
 | belopolsky (2010-07-20) |
| 9306 |
distutils: raise informative error message when cmd_class is None |
normal |
normal |
Python 3.2 |
|
Sridhar Ratnakumar (srid) (2010-07-19) |
  | eric.araujo (2010-07-19) |
| 9307 |
Py_TPFLAGS_LONG_SUBCLASS is not documented |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-07-19) |
 | belopolsky (2010-07-19) |
| 9308 |
Remove redundant coding cookies from 3.x stdlib |
normal |
normal |
Python 3.2 |
patch |
Alexander Belopolsky (belopolsky) (2010-07-19) |
 | belopolsky (2010-07-22) |
| 9309 |
Add environment variable complementing command line option -no-user-cfg |
normal |
normal |
Python 3.2 |
patch |
Alexander Dreyer (AlexanderDreyer) (2010-07-19) |
 | eric.araujo (2010-08-25) |
| 9289 |
Skip test_long_key(test_winreg) on win2k + py2.x |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Hirokazu Yamamoto (ocean-city) * (2010-07-18) |
  | ocean-city (2010-07-18) |
| 9290 |
IDLE and Command line present different behavior for sys.stdin |
normal |
normal |
Python 3.1 |
|
Geraldo Xexeo (Geraldo.Xexeo) (2010-07-18) |
  | taleinat (2010-07-20) |
| 9291 |
mimetypes initialization fails on Windows because of non-Latin characters in registry |
normal |
normal |
Python 2.7 |
patch, easy |
Dmitry Jemerov (Dmitry.Jemerov) (2010-07-18) |
 | kaizhu (2010-08-12) |
| 9295 |
test_close_open_print_buffered(test_file) sometimes crashes |
normal |
normal |
Python 2.6, Python 2.7 |
buildbot, patch |
Hirokazu Yamamoto (ocean-city) * (2010-07-18) |
 | pitrou (2010-08-15) |
| 9281 |
Race condition in distutils.dir_util.mkpath() |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
Arfrever Frehtes Taifersar Arahesis (Arfrever) (2010-07-17) |
 | eric.araujo (2010-07-17) |
| 9284 |
inspect.findsource() cannot find source for doctest code |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Dirkjan Ochtman (djc) * (2010-07-17) |
 | r.david.murray (2010-07-17) |
| 9285 |
A decorator for cProfile and profile modules |
normal |
normal |
Python 3.2 |
needs review, patch |
Giampaolo Rodola' (giampaolo.rodola) (2010-07-17) |
  | debatem1 (2010-07-18) |
| 9286 |
email.utils.parseaddr returns garbage for invalid input |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Éric Araujo (eric.araujo) (2010-07-17) |
  | eric.araujo (2010-07-17) |
| 9287 |
Minor fix in test_file2k.OtherFileTests.testOpenDir |
normal |
normal |
Python 2.7 |
patch, easy |
Hirokazu Yamamoto (ocean-city) * (2010-07-17) |
 | eric.araujo (2010-08-26) |
| 9271 |
Python throws `IOError: [Errno 27] File too large' on long file names |
normal |
normal |
Python 2.5 |
|
Jason Gross (Jason.Gross) (2010-07-16) |
 | georg.brandl (2010-07-16) |
| 9272 |
CGIHTTPServer poisons os.environ |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
patch |
anatoly techtonik (techtonik) (2010-07-16) |
 | georg.brandl (2010-07-31) |
| 9273 |
2to3 to simultaneously do code AND doctests |
normal |
normal |
|
|
Tiago Antao (tiagoantao) (2010-07-16) |
  | flox (2010-08-04) |
| 9274 |
code.InteractiveInterpreter fails to change locals when invoked in a function |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Eric Promislow (ericp) (2010-07-16) |
 | ericp (2010-07-16) |
| 9276 |
pickle should support methods |
normal |
normal |
Python 3.2 |
|
Jean-Paul Calderone (exarkun) (2010-07-16) |
 | alexandre.vassalotti (2010-08-02) |
| 9264 |
trace.py documentation is incomplete |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Eli Bendersky (eli.bendersky) (2010-07-15) |
 | eli.bendersky (2010-08-13) |
| 9266 |
ctypes "ValueError: NULL pointer access" on Win7 x64 |
normal |
normal |
Python 3.1, Python 2.7 |
|
Greg Hazel (ghazel) (2010-07-15) |
 | ghazel (2010-07-16) |
| 9267 |
Update pickle opcode documentation in pickletools for 3.x |
normal |
normal |
Python 3.2 |
easy |
Alexander Belopolsky (belopolsky) (2010-07-15) |
 | belopolsky (2010-07-17) |
| 9268 |
Add annotation option to pickletools.dis |
normal |
normal |
Python 3.2 |
patch, easy |
Alexander Belopolsky (belopolsky) (2010-07-15) |
 | belopolsky (2010-07-26) |
| 9269 |
Cannot pickle self-referencing sets |
low |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-07-15) |
 | rhettinger (2010-09-02) |
| 9256 |
plistlib should create non-naïve datetime objects |
normal |
normal |
Python 3.2 |
|
Wim (wiml) (2010-07-14) |
  | belopolsky (2010-07-14) |
| 9257 |
cElementTree iterparse requires events as bytes; ElementTree uses strings |
normal |
normal |
Python 3.1 |
|
Eric Talevich (eric-talevich) (2010-07-14) |
 | amaury.forgeotdarc (2010-08-16) |
| 9260 |
A finer grained import lock |
normal |
normal |
Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-07-14) |
 | brett.cannon (2010-07-15) |
| 9261 |
include higher (../../) dirs fails |
normal |
normal |
Python 2.6 |
|
Dan OD (indiedan) (2010-07-14) |
 | eric.araujo (2010-09-08) |
| 9262 |
IDLE: Use tabbed shell and edit windows |
normal |
normal |
Python 3.2 |
|
Terry J. Reedy (terry.reedy) (2010-07-14) |
 | brian.curtin (2010-07-20) |
| 9263 |
Try to print repr() when an C-level assert fails (in the garbage collector, beyond?) |
normal |
normal |
Python 3.2 |
patch |
Dave Malcolm (dmalcolm) (2010-07-14) |
  | dmalcolm (2010-07-14) |
| 9242 |
unicodeobject.c: use of uninitialized values |
normal |
normal |
Python 2.7 |
|
Stefan Krah (skrah) (2010-07-13) |
 | skrah (2010-07-16) |
| 9244 |
multiprocessing.pool: Worker crashes if result can't be encoded |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Ask Solem (asksol) (2010-07-13) |
 | asksol (2010-07-15) |
| 9246 |
os.getcwd() hardcodes max path len |
high |
normal |
Python 3.1, Python 2.7, Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-07-13) |
 | skrah (2010-07-28) |
| 9247 |
imp.reload() doesn't take import lock |
normal |
normal |
Python 2.6, Python 3.1, Python 2.7, Python 3.2 |
|
Antoine Pitrou (pitrou) (2010-07-13) |
  | brett.cannon (2010-07-13) |
| 9248 |
multiprocessing.pool: Proposal: "waitforslot" |
normal |
normal |
Python 2.6, Python 2.7 |
patch |
Ask Solem (asksol) (2010-07-13) |
  | asksol (2010-07-13) |
| 9251 |
Test for the import lock |
normal |
normal |
Python 3.2 |
patch |
Antoine Pitrou (pitrou) (2010-07-13) |
 | pitrou (2010-08-22) |
| 9252 |
PyImport_Import calls __import__ with dummy fromlist |
normal |
normal |
Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-07-13) |
  | belopolsky (2010-07-13) |
| 9253 |
argparse: optional subparsers |
low |
normal |
Python 3.2 |
|
Vincent Driessen (nvie) (2010-07-13) |
 | eric.araujo (2010-08-11) |
| 9254 |
__import__ docstring should recommend importlib.import_module() |
normal |
normal |
Python 3.1, Python 2.7, Python 3.2 |
|
Alexander Belopolsky (belopolsky) (2010-07-13) |
 | eric.araujo (2010-08-24) |