2239 Commits (3572842c19a8ddf1dde2162fee3c7a8a0ce9979b)

Author SHA1 Message Date
Benjamin Peterson 94d08d908b upgrade unicode db to 6.3.0 (closes #19221) 13 years ago
Martin v. Löwis bf52648ce1 Issue #19106: Touch generated files to be 1s newer than their youngest source. 13 years ago
Benjamin Peterson 1f09c663ad let this work with system Python 2.5 13 years ago
Serhiy Storchaka dafea85190 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 13 years ago
Serhiy Storchaka c56894d305 Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write 13 years ago
Serhiy Storchaka 50254c57cd Issue #18743: Fix references to non-existant "StringIO" module 13 years ago
Ezio Melotti 7c4a7e6f3c #18803: fix more typos. Patch by Févry Thibault. 13 years ago
Antoine Pitrou 9d95254bb7 Issue #18772: fix the gdb plugin after the set implementation changes 13 years ago
Andrew Kuchling f3a2e9f937 #18445: update Tools/scripts/README. 13 years ago
Andrew Kuchling d36b515954 #18445: change permissions on some scripts to executable 13 years ago
Antoine Pitrou 9ed5f27266 Issue #18722: Remove uses of the "register" keyword in C code. 13 years ago
Martin v. Löwis 78fa5e38a9 Issue #16067: Add description into MSI file to replace installer's temporary name. 13 years ago
Martin v. Löwis 5284f80268 Issue #18569: The installer now adds .py to the PATHEXT variable 13 years ago
Martin v. Löwis 85a4847f07 Add UUID for 3.4. 13 years ago
Terry Jan Reedy 6e2711b345 Issue #18439: Make patchcheck work on Windows for ACKS, NEWS. 13 years ago
Serhiy Storchaka 6a98fe9edd Issue #18448: Fix a typo in Tools/demo/eiffel.py. 13 years ago
Serhiy Storchaka ec7ddd9028 Issue #18457: Fixed saving of formulas and complex numbers in Tools/demo/ss1.py. 13 years ago
Serhiy Storchaka 2670b9acb6 Issue #18449: Make Tools/demo/ss1.py work again on Python 3. Patch by 13 years ago
Brett Cannon 53e600c24a Issue #17177: update checkpyc to stop using imp 13 years ago
Serhiy Storchaka e7275ffa4c Issue #15239: Make mkstringprep.py work again on Python 3. 13 years ago
Serhiy Storchaka 369d05a616 Fix some bugs in Tools/scripts/abitype.py. 13 years ago
Georg Brandl 84fc4ba67e Closes #17962: Build with OpenSSL 1.0.1e on Windows. 13 years ago
David Malcolm d08b210164 #17833: fix test_gdb failures seen on PPC64 Linux in test_threads (test.test_gdb.PyBtTests) 13 years ago
Ned Deily 67804e9838 Issue #17801: fix shebang line of gprof2html.py 13 years ago
Victor Stinner d8a5cc91e6 python-gdb.py: Replace invalid Unicode character with U+FFFD to be able to 13 years ago
Martin v. Löwis b147aae26f Add 3.2.4 UUIDs 13 years ago
Victor Stinner 765531d2d0 Issue #17516: use comment syntax for comments, instead of multiline string 13 years ago
Martin v. Löwis cc0b927b74 Issue #17425: Build with openssl 1.0.1d on Windows. 13 years ago
Martin v. Loewis 5be6d74a0d Issue #17425: Build with openssl 1.0.0k on Windows. 13 years ago
Martin v. Loewis 18613e6e7b Issue #17425: Build against openssl 0.9.8y on Windows. 13 years ago
Benjamin Peterson cda75be02a unify some ast.argument's attrs; change Attribute column offset (closes #16795) 13 years ago
Terry Jan Reedy 65e69b3718 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* 13 years ago
Terry Jan Reedy 6bf9b85859 Issue #17047: removed doubled words in Doc/*, Mac/*, and Tool/* 13 years ago
Serhiy Storchaka b6ed17344b Issue #17156: pygettext.py now uses an encoding of source file and correctly 13 years ago
Serhiy Storchaka 15ea3ac67a Issue #17156: pygettext.py now correctly escapes non-ascii characters. 13 years ago
Ezio Melotti 3f5db3940f Fix a few typos and a double semicolon. Patch by Eitan Adler. 13 years ago
Martin v. Löwis 3f50bf652b Drop support for Windows 2000; allow any XP API (but not Vista+). 13 years ago
doko@python.org 3e6e2ac31d - Issue #17029: Let h2py search the multiarch system include directory. 13 years ago
doko@python.org 4e63fbe04d - Issue #17029: Let h2py search the multiarch system include directory. 13 years ago
Serhiy Storchaka a3a01b6ac3 Issue #15539: Fix a backup file creation in pindent.py on Windows. 13 years ago
Serhiy Storchaka dfae912d80 Issue #15539: Fix backup file creation in pindent.py on Windows 13 years ago
Ezio Melotti 5e12bb728f Add a note about checking refleaks to patchcheck. 13 years ago
Ezio Melotti 9e9cb2810e Add a note about checking refleaks to patchcheck. 13 years ago
Serhiy Storchaka 6840a54ad4 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. 13 years ago
Serhiy Storchaka 8cd7f82024 Issue #15539: Fix a number of bugs in Tools/scripts/pindent.py. 13 years ago
Andrew Svetlov 8b33dd8e54 Use OESeeror instead of os.error (#16720) 13 years ago
Brian Curtin 445ad997ab Fix #14470. Remove w9xpopen per PEP 11. 13 years ago
Andrew Svetlov 2606a6f197 Issue #16719: Get rid of WindowsError. Use OSError instead 13 years ago
Andrew Svetlov 4bb142b1b7 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago
Andrew Svetlov 737fb89dd1 Issue #16714: use 'raise' exceptions, don't 'throw'. 13 years ago