[issue400503] fix hashing

2022-04-10 Thread admin
Change by admin : -- github: None -> 32427 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400505] printf("%lx") -> printf("%p") for pointers : win64 cares

2022-04-10 Thread admin
Change by admin : -- github: None -> 32428 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400509] overflow checking for modification time (64-bit, import.c)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32432 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400508] changes to autoconf files and PC/config.h for 64-bit systems

2022-04-10 Thread admin
Change by admin : -- github: None -> 32431 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400513] fix posixmodule for 64-bit systems (mainly Win64)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32436 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400524] simple 64-bit fixes in Python/ dir

2022-04-10 Thread admin
Change by admin : -- github: None -> 32446 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400521] simple 64-bit fixes in Modules/ dir

2022-04-10 Thread admin
Change by admin : -- github: None -> 32443 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400525] simple 64-bit fixes in PC/ dir

2022-04-10 Thread admin
Change by admin : -- github: None -> 32447 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400516] fix socket module for 64-bits (mostly Win64)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32439 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400523] simple 64-bit fixes in Parser/ dir

2022-04-10 Thread admin
Change by admin : -- github: None -> 32445 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400613] clean up warnings in Win32 build of mmapmodule.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32454 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400622] Just a test

2022-04-10 Thread admin
Change by admin : -- github: None -> 32456 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400620] atexit module (code, tests and docs)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32455 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400638] Doc strings added by Nils Fischbeck

2022-04-10 Thread admin
Change by admin : -- github: None -> 32458 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400641] suggested Doc-changes for openpty/forkpty patch.

2022-04-10 Thread admin
Change by admin : -- github: None -> 32460 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400642] \N{...} Unicode Charachter Name Expansion patch

2022-04-10 Thread admin
Change by admin : -- github: None -> 32461 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400650] SRE: pickling support

2022-04-10 Thread admin
Change by admin : -- github: None -> 32468 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400651] Improved complex acosh and asinh functions

2022-04-10 Thread admin
Change by admin : -- github: None -> 32469 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400655] fix for an AIX optimizer weirdness in getargs.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32472 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400506] fix arraymodule for overflow checking

2022-04-10 Thread admin
Change by admin : -- github: None -> 32429 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400654] list comprehensions in Python (for 2.0)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32471 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400511] test largefile support (test_largefile.py)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32434 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400649] GC patch 4 (gc enabled support)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32467 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400510] largefile support for Win64 (and some other fixes)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32433 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400659] Allows sdist to work with old-style extensions

2022-04-10 Thread admin
Change by admin : -- github: None -> 32476 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400514] fix Sleep() overflow condition in time module

2022-04-10 Thread admin
Change by admin : -- github: None -> 32437 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400665] Support for conditional inclusion of methods and functions

2022-04-10 Thread admin
Change by admin : -- github: None -> 32480 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400515] fix mmap module (broken seek, 64-bit stuff, overflows)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32438 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400661] Typo's in the std distrib by Rob W. W. Hooft

2022-04-10 Thread admin
Change by admin : -- github: None -> 32478 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400512] fix timemodule.c for Win64

2022-04-10 Thread admin
Change by admin : -- github: None -> 32435 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400645] remove a core dump in marshal on recursive object

2022-04-10 Thread admin
Change by admin : -- github: None -> 32464 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400519] fix possible overflow in select()

2022-04-10 Thread admin
Change by admin : -- github: None -> 32442 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400664] Fix for bug no. 48 (Annoyance in ftpmirror.py script)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32479 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400522] simple 64-bit fixes in Objects/ dir

2022-04-10 Thread admin
Change by admin : -- github: None -> 32444 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400666] Removed Macintosh tab-guessing code

2022-04-10 Thread admin
Change by admin : -- github: None -> 32481 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400517] fix up msvcrtmodule.c and winreg.c for Win64

2022-04-10 Thread admin
Change by admin : -- github: None -> 32440 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400680] caveat about use of atexit.py

2022-04-10 Thread admin
Change by admin : -- github: None -> 32489 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400526] fix cPickle.c for 64-bit platforms (mainly Win64)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32448 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue207608] 'python -U' breaks eval/exec

2022-04-10 Thread admin
Change by admin : -- github: None -> 32452 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400686] xml package not installed

2022-04-10 Thread admin
Change by admin : -- github: None -> 32493 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400527] fix simple 64-bit warnings/errors in signalmodule.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32449 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400683] randomize test execution order in regrtest.py

2022-04-10 Thread admin
Change by admin : -- github: None -> 32490 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400674] ucnhash staticforward, "" vs <> generation patch

2022-04-10 Thread admin
Change by admin : -- github: None -> 32488 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400533] Distutils directory cache bug fix

2022-04-10 Thread admin
Change by admin : -- github: None -> 32450 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400545] pindent: add functionality to remove #END tags

2022-04-10 Thread admin
Change by admin : -- github: None -> 32451 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400689] If we have stat.h include it if we don't have sys/stat.h

2022-04-10 Thread admin
Change by admin : -- github: None -> 32496 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400637] get rid of warning in pythonrun.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32457 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400699] Augmented Assignment, the Python Way (huge)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32503 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400643] \N{...} Unicode Charachter Name Expansion patch

2022-04-10 Thread admin
Change by admin : -- github: None -> 32462 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400700] RADIUS authentication module

2022-04-10 Thread admin
Change by admin : -- github: None -> 32504 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue208381] Win32 os.listdir raises confusing errors

2022-04-10 Thread admin
Change by admin : -- github: None -> 32463 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400707] Improvement in shlex sourcing facility

2022-04-10 Thread admin
Change by admin : -- github: None -> 32507 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400646] Better error for "1 in unicodestring"

2022-04-10 Thread admin
Change by admin : -- github: None -> 32465 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400718] Prefer LinuxThreads, if available, over Pth

2022-04-10 Thread admin
Change by admin : -- github: None -> 32510 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400717] Don't link with the libieee library if it's not necessary

2022-04-10 Thread admin
Change by admin : -- github: None -> 32509 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400653] Fix error checking for instances with in_dict == NULL

2022-04-10 Thread admin
Change by admin : -- github: None -> 32470 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400733] Typos

2022-04-10 Thread admin
Change by admin : -- github: None -> 32517 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400657] SRE: towards 1.6b1

2022-04-10 Thread admin
Change by admin : -- github: None -> 32474 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400656] adds CVS files to sdist.prune_file_list()

2022-04-10 Thread admin
Change by admin : -- github: None -> 32473 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400738] add history file functions for Modules/readline.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32520 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400670] Use include "" in stead of <> and staticforward declarations

2022-04-10 Thread admin
Change by admin : -- github: None -> 32485 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400668] Mac Carbon: don't include sys/types if we don't have it

2022-04-10 Thread admin
Change by admin : -- github: None -> 32483 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400752] Make atoi work for negative bases, a useful generalization

2022-04-10 Thread admin
Change by admin : -- github: None -> 32528 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400760] _src.c: indentation, ParseTuple method names

2022-04-10 Thread admin
Change by admin : -- github: None -> 32530 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400669] Moved includes to the top, removed think C support

2022-04-10 Thread admin
Change by admin : -- github: None -> 32484 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400742] readline history read/write

2022-04-10 Thread admin
Change by admin : -- github: None -> 32524 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400685] conversion.xml illformed

2022-04-10 Thread admin
Change by admin : -- github: None -> 32492 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400693] Include stat.h if needed; different Mac filename compare

2022-04-10 Thread admin
Change by admin : -- github: None -> 32498 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400767] cursesmodule: ANSI-fication, s/arg/args/

2022-04-10 Thread admin
Change by admin : -- github: None -> 32536 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400692] Include limits.h if we have it.

2022-04-10 Thread admin
Change by admin : -- github: None -> 32497 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400769] almodule: ANSI-fication (UNTESTED!)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32538 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400771] _tkinter: getting rid of two unused variables

2022-04-10 Thread admin
Change by admin : -- github: None -> 32540 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400694] Include limits.h if we have it.

2022-04-10 Thread admin
Change by admin : -- github: None -> 32499 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400773] arraymodule: ANSI-fication (some arrayobject->PyObject)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32542 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400687] Fixes for freeze on 1.6 (mostly win32)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32494 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400777] cdmodule: ANSI-fication (UNTESTED!)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32546 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400697] Test script for openpty()

2022-04-10 Thread admin
Change by admin : -- github: None -> 32501 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400770] socketmodule: ANSI-fication

2022-04-10 Thread admin
Change by admin : -- github: None -> 32539 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400696] Test script for Lib/pty.py

2022-04-10 Thread admin
Change by admin : -- github: None -> 32500 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400734] more helpful SyntaxError messages

2022-04-10 Thread admin
Change by admin : -- github: None -> 32518 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400688] Add 'isatty(fd)' to posixmodule.

2022-04-10 Thread admin
Change by admin : -- github: None -> 32495 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400775] binascii: ANSI-fication

2022-04-10 Thread admin
Change by admin : -- github: None -> 32544 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400705] Supporting PyXML

2022-04-10 Thread admin
Change by admin : -- github: None -> 32505 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400772] tclNotify: ANSI-fication

2022-04-10 Thread admin
Change by admin : -- github: None -> 32541 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400698] small fixes for GC

2022-04-10 Thread admin
Change by admin : -- github: None -> 32502 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400740] gzip: readline(), readlines() patch

2022-04-10 Thread admin
Change by admin : -- github: None -> 32522 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400719] Use '#!/usr/bin/env python' in scripts

2022-04-10 Thread admin
Change by admin : -- github: None -> 32511 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400778] cgensupport: ANSI-fication (compiles fine, but UNTESTED)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32547 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400720] We don't want to link with libnet on non-BeOS systems

2022-04-10 Thread admin
Change by admin : -- github: None -> 32512 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400788] Fix os.path.commonprefix to work by directory components

2022-04-10 Thread admin
Change by admin : -- github: None -> 32556 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400729] Make python-mode not insert tabs by default.

2022-04-10 Thread admin
Change by admin : -- github: None -> 32515 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400787] fmmodule: ANSI-fication

2022-04-10 Thread admin
Change by admin : -- github: None -> 32555 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400722] Move sgi._getpty() into posix.openpty()

2022-04-10 Thread admin
Change by admin : -- github: None -> 32513 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400790] gcmodule: ANSI-fication

2022-04-10 Thread admin
Change by admin : -- github: None -> 32557 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400730] UserList/UserString: Do creation of new instance in new func

2022-04-10 Thread admin
Change by admin : -- github: None -> 32516 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400797] md5.h: ANSI-fication, remove of PROTO_LIST

2022-04-10 Thread admin
Change by admin : -- github: None -> 32564 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400737] -Wall fixes for gcmodule.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32519 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400794] Modules/main: ANSI-fication

2022-04-10 Thread admin
Change by admin : -- github: None -> 32561 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400739] add history file functions for Modules/readline.c

2022-04-10 Thread admin
Change by admin : -- github: None -> 32521 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue400798] mpz: +ANSI (added 1 MPZ_CONVERSION_AS_METHOD ifdef)

2022-04-10 Thread admin
Change by admin : -- github: None -> 32565 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

  1   2   3   4   5   6   7   8   9   10   >