summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | | * | | | | | | mergeJesus Cea2011-04-201-56/+4
| | | |\ \ \ \ \ \ \
| * | | \ \ \ \ \ \ \ null mergeJesus Cea2011-04-200-0/+0
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| | * | | | | | | | | mergeJesus Cea2011-04-201-56/+4
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ null mergeJesus Cea2011-04-200-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | MERGE: Up-port changeset 5cf8f6da8743 (closes #11890)Jesus Cea2011-04-201-56/+4
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / | | | |/| | | | | | | |
| | | * | | | | | | | | Up-port changeset 5cf8f6da8743 (closes #11890)Jesus Cea2011-04-201-56/+4
| | | | | | | | | | | |
* | | | | | | | | | | | Merge with 3.2.Ezio Melotti2011-04-202-14/+14
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | / / / / / / | | |_|_|_|/ / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Use non-deprecated method name.Ezio Melotti2011-04-202-14/+14
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge with 3.2.Ezio Melotti2011-04-201-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge with 3.1.Ezio Melotti2011-04-201-1/+1
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | / / / / / / | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Fix wrong function name. Noticed by Clive Darke.Ezio Melotti2011-04-201-1/+1
| | |/ / / / / /
* | | | | | | | MERGE: startswith and endswith don't accept None as slice index. Patch by ↵Jesus Cea2011-04-208-64/+197
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | Torsten Becker. (closes #11828)
| * | | | | | | MERGE: startswith and endswith don't accept None as slice index. Patch by ↵Jesus Cea2011-04-208-64/+197
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | Torsten Becker. (closes #11828)
| | * | | | | | startswith and endswith don't accept None as slice index. Patch by Torsten ↵Jesus Cea2011-04-208-64/+197
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Becker. (closes #11828)
* | | | | | | | Tidied comments and docstrings.Vinay Sajip2011-04-201-3/+2
| | | | | | | |
* | | | | | | | Attempt fix of #11557 by refining test logic.Vinay Sajip2011-04-201-1/+1
| | | | | | | |
* | | | | | | | Attempt fix of #11557 by refining setup/teardown logic.Vinay Sajip2011-04-201-0/+2
| | | | | | | |
* | | | | | | | Attempt fix of #11557 by changing setup/teardown logic.Vinay Sajip2011-04-201-1/+6
| | | | | | | |
* | | | | | | | Issue #11223: fix compiler warningsVictor Stinner2011-04-201-0/+3
| | | | | | | |
* | | | | | | | Attempt fix of #11557 by changing teardown logic.Vinay Sajip2011-04-201-4/+9
| | | | | | | |
* | | | | | | | Close #11619: write_compiled_module() doesn't encode the filenameVictor Stinner2011-04-201-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reimplement open_exclusive() using _wopen() to avoid encoding the filename to the filesystem encoding: use the Unicode version of the Windows API.
* | | | | | | | Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-201-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-201-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Issue #11875: Alter the previous fix to work better with subclassesRaymond Hettinger2011-04-201-1/+1
| | | | | | | |
* | | | | | | | Issue #11223: fix test_dummy_threading, add _dummy_thread.info()Victor Stinner2011-04-191-0/+3
| | | | | | | |
* | | | | | | | Issue #11223: Add threading._info() function providing informations about theVictor Stinner2011-04-1910-18/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread implementation. Skip test_lock_acquire_interruption() and test_rlock_acquire_interruption() of test_threadsignals if a thread lock is implemented using a POSIX mutex and a POSIX condition variable. A POSIX condition variable cannot be interrupted by a signal (e.g. on Linux, the futex system call is restarted).
* | | | | | | | faulthandler: don't use sigprocmask()Victor Stinner2011-04-191-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has an undefined behaviour with threads, only use pthread_sigmask() if it is available (and not broken).
* | | | | | | | Merge with 3.2.Ezio Melotti2011-04-191-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge with 3.1.Ezio Melotti2011-04-191-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix wrong number of functions noticed by Sandro Tosi.Ezio Melotti2011-04-191-1/+1
| | | | | | | |
* | | | | | | | mergeRaymond Hettinger2011-04-190-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | mergeRaymond Hettinger2011-04-194-11/+28
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | mergeRaymond Hettinger2011-04-190-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-192-3/+5
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-192-3/+5
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | mergeRaymond Hettinger2011-04-190-0/+0
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Hmm, __ne__ was missingRaymond Hettinger2011-04-191-0/+1
| | | | | | |
| | * | | | | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-192-3/+5
| | | | | | |
| * | | | | | Issue 11875: Keep OrderedDict's __reduce__ from temporarily mutating the object.Raymond Hettinger2011-04-192-3/+5
| | | | | | |
* | | | | | | Merged documentation fix from 3.2.Vinay Sajip2011-04-191-6/+17
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Updated documentation on fileConfig().Vinay Sajip2011-04-191-6/+17
| | | | | | |
* | | | | | | os.sendfile(): on Linux if offset parameter is passed as NULL we were ↵Giampaolo Rodola'2011-04-191-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | erroneously returning a (bytes_sent, None) tuple instead of bytes_sent
* | | | | | | Add new email.policy document to the toctree and fix markup glitch.Georg Brandl2011-04-192-1/+2
| | | | | | |
* | | | | | | Merge test_startfile fix from 3.2.Nadeem Vawda2011-04-182-0/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge test_startfile fix from 3.1.Nadeem Vawda2011-04-182-0/+7
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Fix sporadic failure in test_startfile.Nadeem Vawda2011-04-182-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wait for the child process to terminate before ending the test, so that the regrtest cleanup code doesn't get an error when it tries to delete the temporary CWD.
* | | | | | | Markup and text fixes from Georg Brandl's review.R David Murray2011-04-182-28/+36
| | | | | | |
* | | | | | | Merge: Fix markup.R David Murray2011-04-181-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fix markup.R David Murray2011-04-181-1/+1
| | | | | | |
* | | | | | | #11731: simplify/enhance parser/generator API by introducing policy objects.R David Murray2011-04-1813-81/+912
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new interface will also allow for future planned enhancements in control over the parser/generator without requiring any additional complexity in the parser/generator API. Patch reviewed by Éric Araujo and Barry Warsaw.