summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fixed tests with Tcl/Tk <8.5 (closes #18964).Serhiy Storchaka2013-09-081-4/+18
| |\ \ | | |/
| | * Fixed tests with Tcl/Tk <8.5 (closes #18964).Serhiy Storchaka2013-09-081-4/+18
| * | Issue #18904: test_os and test_socket use unittest.skipIf() to check if fcntlVictor Stinner2013-09-082-46/+48
| * | Issue #18808 again: fix the after-fork logic for not-yet-started or already-s...Antoine Pitrou2013-09-082-10/+8
| * | Merge.Charles-François Natali2013-09-086-23/+101
| |\ \
| | * | Issue #18904: test_socket: add inheritance tests using fcntl and FD_CLOEXECVictor Stinner2013-09-081-0/+30
| | * | Issue #18904: Improve os.get/set_inheritable() testsVictor Stinner2013-09-081-7/+29
| | * | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-084-16/+42
| * | | Issue #18963: skip test_selectors.test_above_fd_setsize on older OS X versions.Charles-François Natali2013-09-081-0/+2
| * | | Issue #18935: Fix test_regrtest.test_timeout when built --without-threads (theCharles-François Natali2013-09-081-0/+3
| |/ /
| * | Issue #18963: Fix test_selectors.test_above_fd_setsize on OS X, where theCharles-François Natali2013-09-081-2/+1
| * | Issue #18934: Use poll/select-based selectors for multiprocessing.Connection,Charles-François Natali2013-09-081-1/+9
| * | Put the defines in the logical section and fix indentation.Raymond Hettinger2013-09-081-8/+8
| * | merge from 3.3Senthil Kumaran2013-09-081-1/+1
| |\ \ | | |/
| | * Fix the dead link of IEEE_854-1987 standard with the Wikipedia entry.Senthil Kumaran2013-09-081-1/+1
| * | Minor code beautification.Raymond Hettinger2013-09-081-6/+5
| * | Improve code clarity by removing two unattractive macros.Raymond Hettinger2013-09-081-16/+18
| * | Remove the freelist scheme for setobjects.Raymond Hettinger2013-09-083-49/+8
| * | Merge #18952 fix from 3.3Nick Coghlan2013-09-083-13/+36
| |\ \ | | |/
| | * Close #18952: correctly download test support dataNick Coghlan2013-09-083-13/+27
| * | Issue 18808: blind attempt to repair some buildbot failures.Tim Peters2013-09-081-1/+6
| * | merge from 3.3Senthil Kumaran2013-09-081-3/+5
| |\ \ | | |/
| | * Correct Profile class usage example. Addresses issue #18033.Senthil Kumaran2013-09-081-3/+5
| * | Small rearrangement to bring together the three functions for probing the has...Raymond Hettinger2013-09-081-32/+39
| * | Move the overview comment to the top of the file.Raymond Hettinger2013-09-071-22/+20
| * | Issue #18808: Thread.join() now waits for the underlying thread state to be d...Antoine Pitrou2013-09-077-34/+224
| * | Fix the merge conflictSenthil Kumaran2013-09-071-6/+0
| * | merge from 3.3Senthil Kumaran2013-09-072-1/+31
| |\ \ | | |/
| | * Fix License URL display and add test to check for license url presence.Senthil Kumaran2013-09-072-3/+28
| * | merge from 3.3Senthil Kumaran2013-09-071-2/+0
| |\ \ | | |/
| | * Removing the mention of os.isatty mention as Unix onlySenthil Kumaran2013-09-071-2/+0
| * | Fix conversion from Py_ssize_t to int.Richard Oudkerk2013-09-071-2/+4
| * | #18895: merge with 3.3.Ezio Melotti2013-09-071-1/+1
| |\ \ | | |/
| | * #18895: split a sentence in unittest docs.Ezio Melotti2013-09-071-1/+1
| * | #18894: merge with 3.3.Ezio Melotti2013-09-071-2/+1
| |\ \ | | |/
| | * #18894: remove mention of deprecated fail* methods.Ezio Melotti2013-09-071-2/+1
* | | Post-3.4.0a2-release fixups.Larry Hastings2013-09-092-2/+14
* | | Added tag v3.4.0a2 for changeset 9265a2168e2cLarry Hastings2013-09-071-0/+1
* | | Version number bump for Python 3.4.0a2.v3.4.0a2Larry Hastings2013-09-075-6/+6
* | | Update pydoc topic index for Python 3.4.0a2.Larry Hastings2013-09-071-2/+2
|/ /
* | Close #18954: Fix some typo in fileutils.c commentsVictor Stinner2013-09-071-3/+3
* | Added Elazar to Misc/ACKS.Ethan Furman2013-09-071-0/+1
* | Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni.Ethan Furman2013-09-071-58/+67
* | Issue #18458: Prevent crashes with newer versions of libedit. Its readlineNed Deily2013-09-062-12/+25
* | Merge 3.3 into default.Tim Peters2013-09-061-1/+1
|\ \ | |/
| * Issue 18944: fix a 1-character typo in test_set.py.Tim Peters2013-09-061-1/+1
* | Remove old-school inheritanceAntoine Pitrou2013-09-061-1/+1
* | Issue #18934: Relax test_multiprocessing.test_invalid_handles a bit: we justCharles-François Natali2013-09-061-1/+4
* | Issue #18623: Factor out the _SuppressCoreFiles context manager into test.sup...Antoine Pitrou2013-09-064-46/+50
* | #18852: Handle readline.__doc__ being None in site.py readline activation.R David Murray2013-09-062-2/+6