summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bumped version to 3.4.0a1.v3.4.0a1Larry Hastings2013-08-036-8/+8
* Updated pydoc topics for Python 3.4.0a1 release.Larry Hastings2013-08-031-12/+12
* Remove debugging print.Mark Dickinson2013-08-031-1/+0
* - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-032-0/+4
|\
| * - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-032-0/+4
* | Merge #18396 from 3.3Nick Coghlan2013-08-032-2/+11
|\ \ | |/
| * Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-032-2/+11
* | Minor consistency fixes for some longobject.c exception messages:Mark Dickinson2013-08-031-4/+4
* | Fix minor documentation markup error.Larry Hastings2013-08-031-1/+1
* | Issue #17046: merge from 3.3Ned Deily2013-08-032-1/+4
|\ \ | |/
| * Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.Ned Deily2013-08-032-1/+4
* | Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...Antoine Pitrou2013-08-024-33/+0
* | Fix warning: ‘ptr2’ may be used uninitialized in this functionChristian Heimes2013-08-021-0/+1
* | Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
|\ \ | |/
| * Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
* | Issue #18517: merge from 3.3Ned Deily2013-08-021-8/+9
|\ \ | |/
| * Issue #18517: Move definition of "xxlimited" extension to detect_modules().Ned Deily2013-08-021-8/+9
* | Closes #18627: merge from 3.3Ned Deily2013-08-021-1/+1
|\ \ | |/
| * Issue #18627: Fix typo noticed by Vajrasky Kok.Ned Deily2013-08-021-1/+1
* | Issue #17557: merge from 3.3Ned Deily2013-08-023-0/+34
|\ \ | |/
| * Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-023-0/+34
| * Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-022-0/+13
* | Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-022-2/+14
* | Issue #18519: Fix test_sqlite on old versions of libsqlite3Victor Stinner2013-08-011-3/+12
* | Issue #18609, #18408: _ctypes_add_traceback() now clears the current exceptionVictor Stinner2013-08-011-3/+20
* | Fix OS X installer build script to handle the pretty-printed _sysconfigdata.pyNed Deily2013-08-011-8/+48
* | Fix the RLIMIT_CORE resource lowering logic in test_subprocess.Antoine Pitrou2013-08-011-1/+1
* | Issue #10241: Clear extension module dict copies at interpreter shutdown.Antoine Pitrou2013-08-014-0/+33
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-019-201/+201
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-019-192/+192
* | Issue #18608: Avoid keeping a strong reference to the locale module inside th...Antoine Pitrou2013-08-014-27/+51
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-013-44/+122
* | test_capi: make a specific test case for the subinterpreter testAntoine Pitrou2013-08-011-1/+6
* | Remove Lib/site.py hack to unregister patched builtins.Antoine Pitrou2013-08-011-29/+10
* | Add a test for module weakrefabilityAntoine Pitrou2013-08-011-0/+9
* | Issue #18569: The installer now adds .py to the PATHEXT variableMartin v. Löwis2013-08-012-0/+10
* | Add UUID for 3.4.Martin v. Löwis2013-08-011-0/+1
* | - Issue #18257: Fix readlink usage in python-config. Install the pythondoko@ubuntu.com2013-08-014-2/+19
* | issue9035: Prevent Windows-specific tests from running on non-Windows platformsTim Golden2013-08-011-16/+16
* | Issue #9035: os.path.ismount now recognises volumes mounted belowTim Golden2013-08-014-5/+103
* | #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-013-26/+54
* | Initialize utime with 0. It fixes a couple of compiler warnung:Christian Heimes2013-07-311-0/+1
|\ \ | |/
| * Initialize utime with 0. It fixes a couple of compiler warnung:Christian Heimes2013-07-311-0/+1
* | mergeChristian Heimes2013-07-310-0/+0
|\ \ | |/
| * mergeChristian Heimes2013-07-317-16/+20
| |\
* | \ Silence warning about set but unused variable inside compile_atom() in non-de...Christian Heimes2013-07-311-0/+1
|\ \ \ | |/ /
| * | Silence warning about set but unused variable inside compile_atom() in non-de...Christian Heimes2013-07-311-0/+1
* | | Fix whitespaceAntoine Pitrou2013-07-311-1/+0
* | | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-319-111/+180
* | | MergeAntoine Pitrou2013-07-3117-32/+137
|\ \ \