1893 Commits (64c0b2ca3da8ffcaf8a8cf150a59eeb300326529)

Author SHA1 Message Date
Éric Araujo 0d983b5339 Avoid SyntaxError in script using print function 14 years ago
Stefan Krah a14a06fe0e Issue #15170: Quote the variable that expands to the current directory. 14 years ago
Antoine Pitrou 8c368efa55 Regrtest option "-n" doesn't exist in 2.7. 14 years ago
Antoine Pitrou 3a121561b7 Allow passing extra testing options to the buildbot test scripts 14 years ago
Stefan Krah ea1eda2a29 Issue #15170: Try the HOST_PYTHON hack for 2.7. 14 years ago
Martin v. Löwis 64051d0916 Stop refetching OpenSSL. 14 years ago
Martin v. Löwis 580227a8a0 Force recheckout of openssl. 14 years ago
Martin v. Löwis fd0afed503 Upgrade openssl to 0.9.8x. 14 years ago
Martin v. Löwis e7f67b5b98 Upgrade to bzip2 1.0.6. 14 years ago
Martin v. Löwis cdc60aac3d Add 2.7.3rc2 uuid 14 years ago
Martin v. Löwis 28b22d0d15 Add 2.7.3rc2 uuid 14 years ago
Martin v. Löwis 3a34c5100d Add 2.7.3 and 2.7.4 UUIDs 14 years ago
Nadeem Vawda f00011aff4 Issue #14053: Fix "make patchcheck" to work with MQ. 14 years ago
Martin v. Löwis a1b2af8034 Issue #6807: Run msisupport.mak earlier. 14 years ago
Martin v. Löwis ef281bdddb Issue #10580: Minor grammar change in Windows installer. 14 years ago
Martin v. Löwis 4ef5528356 Add 2.7.3 and 2.7.4 UUIDs 14 years ago
Victor Stinner 99cff3f182 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 14 years ago
Antoine Pitrou 31b3763fa3 Fix a missing encoding argument when opening a text file in some of iobench's subtests. 15 years ago
Éric Araujo a5afa4955d patchcheck: don’t talk about the test suite when no code file were changed. 15 years ago
Éric Araujo 35a7f5516d Let “make patchcheck” work for out-of-dir builds (#9860) 15 years ago
Éric Araujo 0fb681ea50 Fix missing or shebangs and executable bits for scripts (#10318) 15 years ago
Jason R. Coombs fee7745ebb Fixes #10639: reindent.py should not convert newlines 15 years ago
Guido van Rossum 1ce5d181d7 Minimal changes to make byext.py script work with Python 3 syntax. 15 years ago
Martin v. Löwis 2231e1a01f Stop adding txt files twice. 15 years ago
Martin v. Löwis ebebd1c56f Add 2.7.2 UUIDs 15 years ago
Victor Stinner e2d9e26a10 Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py 15 years ago
Brian Curtin 611cfd2cba Denote 3.3.0 as the last supported Windows 2000 release. 15 years ago
Jesus Cea f93bb262eb pybench prep_times calculation error (closes #11895) 15 years ago
Antoine Pitrou 41347fe011 In the Windows clean script for buildbots, also clear the build dir 15 years ago
Ezio Melotti c2077b0d9b #11565: Fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Ezio Melotti 24b07bcba3 #11515: fix several typos. Patch by Piotr Kasprzyk. 15 years ago
Antoine Pitrou 375ff587c2 Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. 15 years ago
Georg Brandl 49857f8a93 Add updated .hgeol file and fix newlines in the 3.2 branch. 15 years ago
Georg Brandl 5537d298ea Add updated .hgeol file and fix newlines in the 3.1 branch. 15 years ago
Georg Brandl faa9ad2a46 Add updated .hgeol file and fix newlines in the 2.7 branch. 15 years ago
Georg Brandl b5c93e9cad Add .hgeol file and fix newlines in the 2.6 branch. 15 years ago
Georg Brandl 4db2c257d6 Add .hgeol file and fix newlines in the 2.5 branch. 15 years ago
Martin v. Löwis 6916806443 Issue #11135: Remove redundant doc field from PyType_Spec. 15 years ago
Martin v. Löwis dafdd7f8ca Add uuid for 3.2rc3. 15 years ago
R. David Murray 561b96f98c Merged revisions 86542,87136,87216,87221,87228,87256,87337-87338,87372,87516,87571,88164 via svnmerge from 15 years ago
Antoine Pitrou 0f2a61a11e Merged revisions 88147 via svnmerge from 15 years ago
Antoine Pitrou e6d4c5bab8 Issue #10987: Fix the recursion limit handling in the _pickle module. 15 years ago
Martin v. Löwis 678fa9f5a9 Package zip_cp437_header.zip. 15 years ago
Antoine Pitrou 126c8b4a82 Avoid ResourceWarnings in ccbench 15 years ago
Michael Foord 751ba4cfac Update description of Tools/unicode 15 years ago
Michael Foord 32e1d8340c Enable unittest.TestCase to be instantiated without providing a method name. 15 years ago
Michael Foord 90efac7f37 Issue 10502: addition of unittestgui to Tools/ 15 years ago
Georg Brandl 81f3d7bcd0 Update README, remove empty directory. 15 years ago
Georg Brandl 856898b395 Harmonize docstrings. Move redemo from Tools/scripts to Tools/demo. Add a README file to Tools/demo. 15 years ago
Georg Brandl 7fafbc95c0 More cleanup: Move some demos into a dedicated Tools/demo dir, move 2to3 demo to Tools, and remove all the other Demo content. 15 years ago