summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-031-2/+2
| |\ \ | | |/
| | * Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-031-2/+2
* | | Merge from v3.4.0a1 head.Larry Hastings2013-08-032-16/+41
|\ \ \ | |/ /
| * | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-16/+31
| |\ \ | | |/
| | * Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-031-16/+31
| * | Merge headsSerhiy Storchaka2013-08-031-1/+0
| |\ \
| * \ \ Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+10
| |\ \ \ | | | |/ | | |/|
| | * | Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-031-0/+10
* | | | Bumped version to 3.4.0a1.v3.4.0a1Larry Hastings2013-08-032-2/+2
* | | | 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-031-0/+2
|\ \ | |/
| * - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-031-0/+2
* | Merge #18396 from 3.3Nick Coghlan2013-08-031-2/+8
|\ \ | |/
| * Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-031-2/+8
* | Issue #17046: merge from 3.3Ned Deily2013-08-031-1/+2
|\ \ | |/
| * Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.Ned Deily2013-08-031-1/+2
* | 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
* | Fix the RLIMIT_CORE resource lowering logic in test_subprocess.Antoine Pitrou2013-08-011-1/+1
* | Issue #18619: Fix atexit leaking callbacks registered from sub-interpreters, ...Antoine Pitrou2013-08-011-2/+40
* | 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
* | 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-012-5/+58
* | #17616: Improve context manager tests, fix bugs in close method and mode docs.R David Murray2013-08-012-18/+47
* | Fix whitespaceAntoine Pitrou2013-07-311-1/+0
* | Issue #18214: Improve finalization of Python modules to avoid setting their g...Antoine Pitrou2013-07-316-12/+88
* | #17616: wave.open now supports the 'with' statement.R David Murray2013-07-312-10/+32
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-306-39/+604
* | Add simple test for repr(lock)Christian Heimes2013-07-301-0/+5
* | Add simple test for resource.getpagesize()Christian Heimes2013-07-301-0/+5
|\ \ | |/
| * Add simple test for resource.getpagesize()Christian Heimes2013-07-301-0/+5
* | Issue #18599: Fix name attribute of _sha1.sha1() object. It now returnsChristian Heimes2013-07-301-16/+61
|\ \ | |/
| * Add more tests for hashlib and hash object attributesChristian Heimes2013-07-301-13/+62
* | Issue #18593: fix typo in commentEli Bendersky2013-07-301-1/+1
|\ \ | |/
| * Issue #18593: fix typo in commentEli Bendersky2013-07-301-1/+1
* | Merge with 3.3Terry Jan Reedy2013-07-302-2/+2
|\ \ | |/
| * Make all idle test case names end with 'Test'.Terry Jan Reedy2013-07-302-2/+2
* | Merge #15415 from 3.3 (again)Nick Coghlan2013-07-291-5/+7
|\ \ | |/
| * Third attempt to fix #15415 on WindowsNick Coghlan2013-07-291-5/+7
* | Merge #15415 Windows buildbot change from 3.3Nick Coghlan2013-07-291-5/+5
|\ \ | |/
| * Attempt to fix #15415 on WindowsNick Coghlan2013-07-291-5/+5
* | Merge with 3.3Terry Jan Reedy2013-07-281-4/+12
|\ \ | |/
| * Update gui section of idle test README.Terry Jan Reedy2013-07-281-4/+12
* | Merge with 3.3Terry Jan Reedy2013-07-281-4/+1
|\ \ | |/
| * Issue #18441: Remove check from test_text.py in 3.3,4 (already done in 2.7).Terry Jan Reedy2013-07-281-4/+1
* | Merge #15415 from 3.3Nick Coghlan2013-07-285-46/+190
|\ \ | |/
| * Close #15415: Factor out temp dir helpers to test.supportNick Coghlan2013-07-285-46/+190