Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sqlite3 tests editable with Emacs | Petri Lehtinen | 2012-02-02 | 7 | -7/+7 |
| | | | | | Change the coding declaration from ISO-8859-1 to iso-8859-1. Emacs doesn't understand the former. | ||||
* | Issue #1813: merge changeset that reverts a glibc workaround for the | Stefan Krah | 2012-02-02 | 1 | -3/+0 |
|\ | | | | | | | Fedora buildbot. | ||||
| * | Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot. | Stefan Krah | 2012-02-02 | 1 | -3/+0 |
| | | |||||
| * | merge. again. | Brian Curtin | 2012-02-01 | 1 | -1/+1 |
| |\ | |||||
* | \ | merge updates | Brian Curtin | 2012-02-01 | 2 | -1/+43 |
|\ \ \ | |||||
| * \ \ | Merge branch 3.2 | Petri Lehtinen | 2012-02-01 | 2 | -1/+43 |
| |\ \ \ | | |/ / | | | | | | | | | Closes #13676. | ||||
| | * | | sqlite3: Handle strings with embedded zeros correctly | Petri Lehtinen | 2012-02-01 | 2 | -1/+43 |
| | | | | | | | | | | | | | | | | Closes #13676. | ||||
* | | | | merge from 3.2 | Brian Curtin | 2012-02-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Add a hint that CSD == Service Pack. | Brian Curtin | 2012-02-01 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | People searcing for the way to get a "service pack" will never find that we provide it here, and people that find this function won't know what CSD is until they run the function. On top of this, they won't know what the value means unless they really have a service pack installed. CSD, or Customer Service Diagnostics, is apparently no longer used, and was rarely used term at that. Most references to it online are from universities making Windows 2000 and XP service packs available to students. | ||||
* | | Fix a minor output typo as found by Terry Reedy. | Brett Cannon | 2012-01-31 | 1 | -1/+1 |
| | | |||||
* | | Merge | Brett Cannon | 2012-01-31 | 2 | -9/+15 |
|\ \ | |||||
| * \ | Merge with 3.2 whitespace | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | whitespace | Terry Jan Reedy | 2012-01-31 | 1 | -1/+1 |
| | | | |||||
| * | | Merge 3.2 | Terry Jan Reedy | 2012-01-31 | 2 | -9/+15 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | - Issue #13506: Add '' to path for IDLE Shell when started and restarted with Restart Shell. Original patches by Marco Scataglini and Roger Serwy. Merge 3.2 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. | ||||
| | * | #13506 Add '' to path for interactive interpreter by adding with_cwd parameter | Terry Jan Reedy | 2012-01-31 | 2 | -9/+15 |
| | | | | | | | | | | | | | | | to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy. | ||||
* | | | Let importlib.test.benchmark take a specific benchmark name to run. | Brett Cannon | 2012-01-31 | 1 | -3/+18 |
| | | | |||||
* | | | Allow for the specification of a file to dump importlib benchmark | Brett Cannon | 2012-01-31 | 1 | -10/+36 |
|/ / | | | | | | | | | | | results to (and to compare against previous runs). * * * Move importlib.test.benchmark to argparse. | ||||
* | | Issue #8828: Add new function os.replace(), for cross-platform renaming with ↵ | Antoine Pitrou | 2012-01-30 | 1 | -0/+12 |
| | | | | | | | | overwriting. | ||||
* | | Issue #13890: Also fix for extension module tests for case-insensitivity. | Brett Cannon | 2012-01-30 | 1 | -0/+6 |
| | | |||||
* | | Issue #13890: Fix importlib case-sensitivity tests to not run on Windows. | Brett Cannon | 2012-01-30 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Thanks to os.environ under Windows only updating the dict and not the environment itself (as exposed by nt.environ), tests using PYTHONCASEOK always fail. Now the tests are skipped when os.environ does not do what is expected. | ||||
* | | Issue #13847: Fix test_time, time.gmtime() doesn't use localtime() | Victor Stinner | 2012-01-29 | 1 | -1/+0 |
| | | | | | | | | On Windows, localtime(-1) fails, but not gmtime(1). | ||||
* | | Issue #13848: open() and the FileIO constructor now check for NUL characters ↵ | Antoine Pitrou | 2012-01-29 | 2 | -0/+10 |
|\ \ | |/ | | | | | | | | | in the file name. Patch by Hynek Schlawack. | ||||
| * | Issue #13848: open() and the FileIO constructor now check for NUL characters ↵ | Antoine Pitrou | 2012-01-29 | 2 | -0/+10 |
| | | | | | | | | | | | | in the file name. Patch by Hynek Schlawack. | ||||
* | | merge 3.2 | Benjamin Peterson | 2012-01-29 | 1 | -285/+0 |
|\ \ | |/ | |||||
| * | remove tests from really old regex module | Benjamin Peterson | 2012-01-29 | 1 | -285/+0 |
| | | |||||
* | | Issue #13806: The size check in audioop decompression functions was too ↵ | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
|\ \ | |/ | | | | | | | | | strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. | ||||
| * | Issue #13806: The size check in audioop decompression functions was too ↵ | Antoine Pitrou | 2012-01-28 | 1 | -6/+19 |
| | | | | | | | | | | | | strict and could reject valid compressed data. Patch by Oleg Plakhotnyuk. | ||||
* | | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -25/+25 |
|\ \ | |/ | |||||
| * | Issue #13895: fix test_ssl hanging under Ubuntu | Antoine Pitrou | 2012-01-28 | 1 | -20/+20 |
| | | |||||
* | | Fix typo in comment. | Nadeem Vawda | 2012-01-28 | 1 | -1/+1 |
| | | |||||
* | | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch | Charles-François Natali | 2012-01-28 | 1 | -0/+1 |
|\ \ | |/ | | | | | by Matt Joiner. | ||||
| * | Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch | Charles-François Natali | 2012-01-28 | 1 | -0/+1 |
| | | | | | | | | by Matt Joiner. | ||||
* | | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix intermittent test_ssl failure. | Antoine Pitrou | 2012-01-27 | 1 | -0/+1 |
| | | |||||
* | | Issue #13812: When a multiprocessing Process child raises an exception, ↵ | Antoine Pitrou | 2012-01-27 | 3 | -5/+27 |
|\ \ | |/ | | | | | flush stderr after printing the exception traceback. | ||||
| * | Issue #13812: When a multiprocessing Process child raises an exception, ↵ | Antoine Pitrou | 2012-01-27 | 3 | -5/+27 |
| | | | | | | | | flush stderr after printing the exception traceback. | ||||
* | | Merge | Brett Cannon | 2012-01-27 | 1 | -11/+16 |
|\ \ | |||||
| * | | Issue #13847: Make test_localtime_failure() more robust | Victor Stinner | 2012-01-27 | 1 | -10/+15 |
| | | | | | | | | | | | | Skip the test if we are unable to find an invalid time_t value. | ||||
| * | | Issue #13847: Fix test_mktime(), time.localtime() now raises OSError | Victor Stinner | 2012-01-26 | 1 | -1/+1 |
| | | | |||||
* | | | Relocate importlib._case_ok to importlib._bootstrap. | Brett Cannon | 2012-01-27 | 2 | -19/+27 |
|/ / | | | | | | | | | | | | | This required updating the code to use posix instead of os. This is all being done to make bootstrapping easier to removing dependencies that are kept in importlib.__init__ and thus outside of the single file to bootstrap from. | ||||
* | | Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead | Victor Stinner | 2012-01-26 | 1 | -0/+15 |
| | | | | | | | | | | of ValueError on failure. time.ctime() and time.asctime() now raises an OSError if localtime() failed. | ||||
* | | Merge | Brett Cannon | 2012-01-26 | 4 | -42/+52 |
|\ \ | |||||
| * | | Move some code from importlib.__init__ to importlib._bootstrap that | Brett Cannon | 2012-01-25 | 4 | -42/+52 |
| | | | | | | | | | | | | does not need to be exposed from C code for bootstrapping reasons. | ||||
* | | | Merge | Raymond Hettinger | 2012-01-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Issue 13870: Fix out of date comment. | Raymond Hettinger | 2012-01-26 | 1 | -1/+1 |
| | | |||||
* | | Issue #13862: Relax zlib version test to avoid spurious failures. | Nadeem Vawda | 2012-01-25 | 1 | -6/+6 |
| | | |||||
* | | Closes #13859: Merged fix from 3.2 - thanks to Matt Joiner for spotting this ↵ | Vinay Sajip | 2012-01-25 | 1 | -2/+2 |
|\ \ | |/ | | | | | and the patch. | ||||
| * | Closes #13859: Replaced reference to StandardError with reference to ↵ | Vinay Sajip | 2012-01-25 | 1 | -1/+1 |
| | | | | | | | | Exception. Thanks to Matt Joiner for spotting this and submitting a patch. | ||||
* | | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Port import fixes from 2.7. | Antoine Pitrou | 2012-01-25 | 2 | -2/+2 |
| | |