This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Severity ID GH Creation Activity Actor Title Components Versions Stage Status Resolution Creator Assigned To Keywords Depends On Type Msgs Nosy
normal 400503 32427 292 months ago 26 months ago admin fix hashing has patch None     closed   tmick fdrake patch     8 4
normal 400505 32428 292 months ago 26 months ago admin printf("%lx") -> printf("%p") for pointers : win64 cares has patch None     closed   tmick fdrake patch     5 3
normal 400506 32429 292 months ago 26 months ago admin fix arraymodule for overflow checking has patch None     closed   tmick fdrake patch     3 2
normal 400507 32430 292 months ago 26 months ago admin Fix for bug PR#341 (string formatting overflow) has patch None     closed   tmick lemburg patch     6 3
normal 400508 32431 292 months ago 26 months ago admin changes to autoconf files and PC/config.h for 64-bit systems has patch None     closed   tmick fdrake patch     5 4
normal 400509 32432 292 months ago 26 months ago admin overflow checking for modification time (64-bit, import.c) has patch None     closed   tmick fdrake patch     5 3
normal 400510 32433 292 months ago 26 months ago admin largefile support for Win64 (and some other fixes) has patch Interpreter Core     closed   tmick tmick patch     9 4
normal 400511 32434 292 months ago 26 months ago admin test largefile support (test_largefile.py) has patch Library (Lib)     closed   tmick tmick patch     9 4
normal 400512 32435 292 months ago 26 months ago admin fix timemodule.c for Win64 has patch None     closed   tmick fdrake patch     4 3
normal 400513 32436 292 months ago 26 months ago admin fix posixmodule for 64-bit systems (mainly Win64) has patch None     closed   tmick fdrake patch     7 3
normal 400514 32437 292 months ago 26 months ago admin fix Sleep() overflow condition in time module has patch None     closed   tmick fdrake patch     6 3
normal 400515 32438 292 months ago 26 months ago admin fix mmap module (broken seek, 64-bit stuff, overflows) has patch None     closed   tmick akuchling patch     7 4
normal 400516 32439 292 months ago 26 months ago admin fix socket module for 64-bits (mostly Win64) has patch None     closed   tmick fdrake patch     5 3
normal 400517 32440 292 months ago 26 months ago admin fix up msvcrtmodule.c and winreg.c for Win64 has patch None     closed   tmick fdrake patch     6 3
normal 400518 32441 292 months ago 26 months ago admin fix bltinmodule.c for 64-bit platforms has patch None     closed   tmick gvanrossum patch     7 2
normal 400519 32442 292 months ago 26 months ago admin fix possible overflow in select() has patch None     closed   tmick gvanrossum patch     3 2
normal 400521 32443 292 months ago 26 months ago admin simple 64-bit fixes in Modules/ dir has patch None     closed   tmick gvanrossum patch     4 2
normal 400522 32444 292 months ago 26 months ago admin simple 64-bit fixes in Objects/ dir has patch None     closed   tmick gvanrossum patch     4 2
normal 400523 32445 292 months ago 26 months ago admin simple 64-bit fixes in Parser/ dir has patch None     closed   tmick gvanrossum patch     4 2
normal 400524 32446 292 months ago 26 months ago admin simple 64-bit fixes in Python/ dir has patch None     closed   tmick gvanrossum patch     6 3
normal 400525 32447 292 months ago 26 months ago admin simple 64-bit fixes in PC/ dir has patch None     closed   tmick gvanrossum patch     4 2
normal 400526 32448 292 months ago 26 months ago admin fix cPickle.c for 64-bit platforms (mainly Win64) has patch None     closed   tmick gvanrossum patch     6 2
normal 400527 32449 292 months ago 26 months ago admin fix simple 64-bit warnings/errors in signalmodule.c has patch None     closed   tmick gvanrossum patch     5 2
normal 400533 32450 292 months ago 26 months ago admin Distutils directory cache bug fix has patch Distutils     closed   calvin gward patch     1 2
normal 400545 32451 292 months ago 26 months ago admin pindent: add functionality to remove #END tags has patch None     closed   nowonder gvanrossum patch     4 2
normal 207608 32452 292 months ago 26 months ago admin 'python -U' breaks eval/exec None     closed duplicate mwh lemburg       4 5
normal 400608 32453 292 months ago 26 months ago admin just testing has patch None     closed   gvanrossum gvanrossum patch     9 3
normal 400613 32454 292 months ago 26 months ago admin clean up warnings in Win32 build of mmapmodule.c has patch None     closed   tmick tmick patch     4 2
normal 400620 32455 292 months ago 26 months ago admin atexit module (code, tests and docs) has patch None     closed   skip.montanaro fdrake patch     3 3
normal 400622 32456 292 months ago 26 months ago admin Just a test has patch None     closed   tim.peters tim.peters patch     10 2
normal 400637 32457 292 months ago 26 months ago admin get rid of warning in pythonrun.c has patch None     closed   effbot gvanrossum patch     3 2
normal 400638 32458 292 months ago 26 months ago admin Doc strings added by Nils Fischbeck has patch None     closed   gvanrossum gvanrossum patch     6 2
normal 400640 32459 292 months ago 26 months ago admin Add support for openpty(3) and forkpty(3), when available. has patch None     closed   twouters fdrake patch     5 3
normal 400641 32460 292 months ago 26 months ago admin suggested Doc-changes for openpty/forkpty patch. has patch None     closed   twouters fdrake patch     4 3
normal 400642 32461 292 months ago 26 months ago admin \N{...} Unicode Charachter Name Expansion patch has patch None     closed   btutt lemburg patch     7 3
normal 400643 32462 292 months ago 26 months ago admin \N{...} Unicode Charachter Name Expansion patch has patch None     closed   btutt   patch     2 2
normal 208381 32463 292 months ago 26 months ago admin Win32 os.listdir raises confusing errors None     closed duplicate loewis tim.peters       2 2
normal 400645 32464 292 months ago 26 months ago admin remove a core dump in marshal on recursive object has patch None     closed   mwh fdrake patch     4 3
normal 400646 32465 292 months ago 26 months ago admin Better error for "1 in unicodestring" has patch None     closed   akuchling lemburg patch     5 3
normal 400648 32466 292 months ago 26 months ago admin GC patch 3 (gc disabled) has patch None     closed   nascheme jhylton patch     2 2
normal 400649 32467 292 months ago 26 months ago admin GC patch 4 (gc enabled support) has patch None     closed   nascheme jhylton patch     2 2
normal 400650 32468 292 months ago 26 months ago admin SRE: pickling support has patch None     closed   effbot effbot patch     7 3
normal 400651 32469 292 months ago 26 months ago admin Improved complex acosh and asinh functions has patch None     closed   gvanrossum gvanrossum patch     4 2
normal 400653 32470 292 months ago 26 months ago admin Fix error checking for instances with in_dict == NULL has patch None     closed   marangoz gvanrossum patch     3 2
normal 400654 32471 292 months ago 26 months ago admin list comprehensions in Python (for 2.0) has patch Interpreter Core     closed   skip.montanaro skip.montanaro patch     14 5
normal 400655 32472 292 months ago 26 months ago admin fix for an AIX optimizer weirdness in getargs.c has patch None     closed   marangoz gvanrossum patch     4 2
normal 400656 32473 292 months ago 26 months ago admin adds CVS files to sdist.prune_file_list() has patch Distutils     closed rejected hgebel gward patch     2 2
normal 400657 32474 292 months ago 26 months ago admin SRE: towards 1.6b1 has patch None     closed   effbot effbot patch     6 2
normal 400658 32475 292 months ago 26 months ago admin SRE: towards 1.6b1 has patch None     closed   effbot   patch     3 2
normal 400659 32476 292 months ago 26 months ago admin Allows sdist to work with old-style extensions has patch Distutils     closed rejected hgebel gward patch     2 2
Download as CSV
Sort on: Descending:
Descending:
Group on: Descending:
Descending: