summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Improve one packaging test, remove a setuptoolism in anotherÉric Araujo2012-02-042-5/+14
|
* Small grammar fixes by Mark Summerfield.Georg Brandl2012-02-041-10/+10
|
* merge 3.2Benjamin Peterson2012-02-041-5/+10
|\
| * put returns on their own linesBenjamin Peterson2012-02-041-5/+10
| |
* | merge 3.2Benjamin Peterson2012-02-041-1/+0
|\ \ | |/
| * remove unused importBenjamin Peterson2012-02-041-1/+0
| |
* | Issue #13861: mergeNed Deily2012-02-031-2/+2
|\ \ | |/
| * Issue #13861: Prevent test_apropos* test case failures in test_pydoc.Ned Deily2012-02-031-2/+2
| |
* | MergeBrett Cannon2012-02-038-6/+141
|\ \
| * | Issue #13777: Add PF_SYSTEM sockets on OS X.Martin v. Löwis2012-02-038-6/+141
| | | | | | | | | | | | Patch by Michael Goderbauer.
* | | Check for errors in creating sub-interpreters when testing the C API.Brett Cannon2012-02-031-0/+8
|/ /
* | Issue #13901: Prevent test_packaging failures on OS X with --enable-shared.Ned Deily2012-02-031-3/+8
| |
* | mergeNed Deily2012-02-032-2/+10
|\ \ | |/
| * Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-032-2/+10
| |
* | Fix small grammatical inconsistency.Georg Brandl2012-02-021-1/+2
| |
* | Null merge.Charles-François Natali2012-02-020-0/+0
|\ \
| * \ Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-022-1/+26
| |\ \ | | | | | | | | | | | | | | | | a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
* | \ \ Merge.Charles-François Natali2012-02-022-1/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge.Charles-François Natali2012-02-022-1/+26
| |\ \ \ | | | |/ | | |/|
| | * | Issue #13817: After fork(), reinit the ad-hoc TLS implementation earlier to fixCharles-François Natali2012-02-022-1/+26
| | | | | | | | | | | | | | | | | | | | a random deadlock when fork() is called in a multithreaded process in debug mode, and make PyOS_AfterFork() more robust.
* | | | Merge branch 3.2Petri Lehtinen2012-02-024-3/+10
|\ \ \ \ | |/ / / | | | | | | | | Closes #13402.
| * | | Document absoluteness of sys.executablePetri Lehtinen2012-02-024-3/+10
| |/ / | | | | | | | | | Closes #13402.
* | | Make sqlite3 tests editable with EmacsPetri Lehtinen2012-02-027-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 theStefan Krah2012-02-021-3/+0
|\ \ | |/ | | | | Fedora buildbot.
| * Issue #1813: Revert workaround for a glibc bug on the Fedora buildbot.Stefan Krah2012-02-021-3/+0
| |
| * merge. again.Brian Curtin2012-02-012-3/+3
| |\
* | \ merge updatesBrian Curtin2012-02-016-9/+59
|\ \ \
| * \ \ Merge branch 3.2Petri Lehtinen2012-02-015-9/+54
| |\ \ \ | | |/ / | | | | | | | | Closes #13676.
| | * | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-015-9/+54
| | | | | | | | | | | | | | | | Closes #13676.
| * | | mergeRaymond Hettinger2012-02-011-0/+5
| |\ \ \ | | |/ /
| | * | Add usage noteRaymond Hettinger2012-02-011-0/+5
| | | |
* | | | merge from 3.2Brian Curtin2012-02-012-3/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Add a hint that CSD == Service Pack.Brian Curtin2012-02-012-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | 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.
* | Issue #13706: Add assertions to detect bugs earlierVictor Stinner2012-01-312-3/+12
| |
* | Fix a minor output typo as found by Terry Reedy.Brett Cannon2012-01-311-1/+1
| |
* | MergeBrett Cannon2012-01-315-13/+24
|\ \
| * \ Merge with 3.2 whitespaceTerry Jan Reedy2012-01-311-1/+1
| |\ \ | | |/
| | * whitespaceTerry Jan Reedy2012-01-311-1/+1
| | |
| * | Merge 3.2Terry Jan Reedy2012-01-314-9/+19
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | - 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 parameterTerry Jan Reedy2012-01-314-10/+20
| | | | | | | | | | | | | | | to PyShell.PyShell.transfer_path() and changing elsewhere as needed. Original patches by Marco Scataglini and Roger Serwy.
| * | Fix zipimport.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5
| |\ \ | | |/ | | | | | | | | | | | | being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those). Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
| | * Fix zip_import.c's read_directory() to use appropriate types for the valuesGregory P. Smith2012-01-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | being read from the header vs the values being used by fseek and ftell (Py_ssize_t for those) and how they are computed. Py_ssize_t is used for actual file offsets so that files greater than 2gigs could be supported. Updates the Py_BuildValue format string to match (including several existing wrong 'i's that should have been 'l's).
* | | Let importlib.test.benchmark take a specific benchmark name to run.Brett Cannon2012-01-311-3/+18
| | |
* | | Allow for the specification of a file to dump importlib benchmarkBrett Cannon2012-01-311-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 Pitrou2012-01-304-15/+65
| | | | | | | | overwriting.
* | Issue #13890: Also fix for extension module tests for case-insensitivity.Brett Cannon2012-01-301-0/+6
| |
* | Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.Brett Cannon2012-01-301-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.
* | merge 3.2 (closes #13908)Benjamin Peterson2012-01-302-1/+7
|\ \ | |/
| * ready types returned from PyType_FromSpecBenjamin Peterson2012-01-302-0/+5
| |
| * adjust declarationBenjamin Peterson2012-01-301-1/+2
| |