2106 Commits (4c2f4e5c7732fe6731c0cb5c8819824f4a169b13)

Author SHA1 Message Date
Éric Araujo 859aad6a36 Remove packaging from the standard library. 14 years ago
Stefan Krah 16ad7a254a Issue #15102: Fix paths in external-amd64.bat. 14 years ago
Stefan Krah 37459a0c3a Issue #15102: Allow platform-specific settings for the current project 14 years ago
Mark Dickinson be4fb69201 Issue #14742: test_unparse now only checks a limited number of files unless the 'cpu' resource is specified. 14 years ago
Brian Curtin fafd9eeef0 Revert unintended change in 973b4806f760 14 years ago
Brian Curtin e3f3940fc3 file was the old arg name from an earlier patch. command matches the implementation 14 years ago
Antoine Pitrou ffd4d47d0b Add a docstring at the top of Tools/ssl/make_ssl_data.py 14 years ago
Antoine Pitrou f7338f65fb Add forgotten files for #14837. 14 years ago
Alexander Belopolsky a2637729f2 Issue #7582: Use ISO timestamp in diff.py 14 years ago
Martin v. Löwis 8559b3cecf Build and bundle the 32-bit launcher in all configurations. 14 years ago
Martin v. Löwis 7dae234e78 Package the launcher. 14 years ago
Antoine Pitrou aaefac76dd Issue #14874: Restore charmap decoding speed to pre-PEP 393 levels. 14 years ago
Martin v. Löwis 4b10e1978c VS 2010 has the AMD64 redist files in VC\redist\x64. 14 years ago
Vinay Sajip 7ded1f0f69 Implemented PEP 405 (Python virtual environments). 14 years ago
Antoine Pitrou ebdcd859e5 Move private function _args_from_interpreter_flags() to subprocess.py, so 14 years ago
Martin v. Löwis cca802e354 Fix typo. 14 years ago
Martin v. Löwis e01eb4cc80 Upgrade OpenSSL to 1.0.1c 14 years ago
Martin v. Löwis 3407dfbaf9 Upgrade OpenSSL to 1.0.0j 14 years ago
Brian Curtin 1f24548e1f bsddb never existed in 3.x, no need to keep downloading sleepycat 14 years ago
Martin v. Löwis 2d82d049f6 Stop deleting non-existing bytecode files. 14 years ago
Martin v. Löwis 29e861d155 Upgrade sqlite to 3.7.12. 14 years ago
Martin v. Löwis 87960da3e3 Upgrade bzip2 to 1.0.6. 14 years ago
Martin v. Löwis ecc5877f5a Upgrade bzip2 to 1.0.6. 14 years ago
Brian Curtin 6d7c9f3297 Update the clean and MSI scripts for VS2010 14 years ago
Brian Curtin f6b1b9b2f3 Correct PlatformTarget->Platform usage for building the solution 14 years ago
Brian Curtin 638f6c1450 Convert build slave scripts to work with VS2010 14 years ago
Brian Curtin 401f9f3d32 Fix #13210. Port the Windows build from VS2008 to VS2010. 14 years ago
Mark Dickinson 1b2e9444fe Issue #14965: Fix missing support for starred assignments in Tools/parser/unparse.py. 14 years ago
Martin v. Löwis bd31db6f79 Include micro version even if it is 0. 14 years ago
Nick Coghlan ec5cf095a9 Better control when dumping import state 14 years ago
Victor Stinner fe98e2fc83 Issue #14428: Use the new time.perf_counter() and time.process_time() functions 14 years ago
Benjamin Peterson 0e1a5b49cf use wfile api 14 years ago
Martin v. Loewis cfc1cc2996 Issue #14642: Add "hg touch" extension, and "make touch" target. 14 years ago
Brian Curtin 790a9b4c19 Add a missing close paren 14 years ago
Brian Curtin ae7758457f Fix #3561. Add an option to place the Python installation into the Windows Path environment variable. 14 years ago
Nick Coghlan d0bb6aa275 Start a shared utility script for poking around at the import internals 14 years ago
Benjamin Peterson 7d95e40721 Implement PEP 412: Key-sharing dictionaries (closes #13903) 14 years ago
R David Murray 776c0df42b #14508: make gprof2html script runnable under python3 14 years ago
Antoine Pitrou b547d395ab Update description of benchmarks and mention the benchmarks repo 14 years ago
Antoine Pitrou d6aa5b30dd Fix whitespace 14 years ago
Antoine Pitrou 1584ae3987 Issue #13165: stringbench is now available in the Tools/stringbench folder. 14 years ago
R David Murray d3af6344ef #14492: fix some bugs in Tools/scripts/pdeps.py. 14 years ago
R David Murray 54ac832a24 #14490, #14491: add 'sundry'-style import tests for Tools/scripts. 14 years ago
Martin v. Löwis 8dbbae990c Add _decimal and _testbuffer modules. 14 years ago
Georg Brandl c0fdf6cf7a Closes #14421: use with statement to properly close socket in bandwidth test. 14 years ago
Martin v. Löwis a7f6b14fa6 Add 3.2.3rc2 uuid. 14 years ago
Ross Lagerwall 6c52c5755f Modify patchcheck.py to check for changes to configure.in. 14 years ago
Martin v. Löwis 0119e4753e Remove uuids, as they are now computed. 14 years ago
Martin v. Löwis 41add01317 Use hg manifest to compute list of library files to include. 14 years ago
Martin v. Löwis f2f592d1b9 Generate product code UUID from download URL. 14 years ago