Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Fix whitespace | Antoine Pitrou | 2011-07-15 | 1 | -1/+0 | |
* | | | test_threaded_import must clean up after itself | Antoine Pitrou | 2011-07-15 | 2 | -9/+16 | |
* | | | test_os needs to reap threads | Antoine Pitrou | 2011-07-15 | 1 | -0/+1 | |
* | | | Merge from 3.2 | Antoine Pitrou | 2011-07-15 | 2 | -27/+39 | |
|\ \ \ | |/ / | | / | |/ |/| | ||||||
| * | Use test.script_helper in test_pydoc | Antoine Pitrou | 2011-07-15 | 1 | -11/+13 | |
| * | test_pydoc needs to cleanup after itself | Antoine Pitrou | 2011-07-15 | 1 | -13/+16 | |
| * | Try harder to reap dangling threads in test.support.reap_threads(). | Antoine Pitrou | 2011-07-15 | 2 | -6/+15 | |
* | | merge heads | Benjamin Peterson | 2011-07-15 | 6 | -2/+59 | |
|\ \ | ||||||
| * \ | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 4 | -1/+47 | |
| |\ \ | | |/ | ||||||
| | * | Issue #12573: Add resource checks for dangling Thread and Process objects. | Antoine Pitrou | 2011-07-15 | 4 | -1/+47 | |
| | * | Merge | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 | |
| | |\ | ||||||
| * | \ | Merge | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 | |
| |\ \ \ | ||||||
| | * \ \ | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 | |
| | | |\ \ | ||||||
| | | | * | | Issue #11603: Fix a crash when __str__ is rebound as __repr__. | Antoine Pitrou | 2011-07-15 | 3 | -1/+12 | |
| | | | * | | Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 2 | -2/+6 | |
* | | | | | | comment which is not applicable anymore | Benjamin Peterson | 2011-07-15 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | merge 3.2 | Benjamin Peterson | 2011-07-15 | 0 | -0/+0 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | merge heads | Benjamin Peterson | 2011-07-15 | 3 | -9/+18 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
* | | | | | merge heads | Benjamin Peterson | 2011-07-15 | 5 | -13/+18 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Issue #11321: Fix a crash with multiple imports of the _pickle module when | Antoine Pitrou | 2011-07-15 | 2 | -0/+5 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | Issue #11321: Fix a crash with multiple imports of the _pickle module when | Antoine Pitrou | 2011-07-15 | 2 | -0/+5 | |
| * | | | | Make sure to reap worker threads and processes at the end of test_concurrent_... | Antoine Pitrou | 2011-07-15 | 1 | -9/+13 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Make sure to reap worker threads and processes at the end of test_concurrent_... | Antoine Pitrou | 2011-07-15 | 1 | -9/+13 | |
| * | | | | Remove duplicate "numbered" options for toctrees. | Georg Brandl | 2011-07-15 | 2 | -4/+0 | |
* | | | | | merge 3.2 (#11627) | Benjamin Peterson | 2011-07-15 | 3 | -0/+19 | |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | catch nasty exception classes with __new__ that doesn't return a exception (c... | Benjamin Peterson | 2011-07-15 | 3 | -0/+19 | |
| |/ / | ||||||
| * | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 2 | -2/+6 | |
* | | | Always use repr for regrtest resources names | Éric Araujo | 2011-07-15 | 1 | -3/+3 | |
* | | | Silence 2to3 warnings in packaging tests | Éric Araujo | 2011-07-15 | 1 | -4/+8 | |
* | | | Fix :file: constructs in packaging.database docs | Éric Araujo | 2011-07-15 | 1 | -2/+2 | |
* | | | Clear packaging.database caches in place | Éric Araujo | 2011-07-15 | 1 | -6/+5 | |
* | | | Py_BuildValue("C") supports non-BMP characters on narrow build | Victor Stinner | 2011-07-14 | 1 | -5/+0 | |
* | | | Close #6755: Add get_wch() method to curses.window class | Victor Stinner | 2011-07-14 | 5 | -0/+53 | |
* | | | Add cgi.closelog() function to close the log file | Victor Stinner | 2011-07-14 | 3 | -8/+13 | |
* | | | Merge - Issue #12502: asyncore: fix polling loop with AF_UNIX sockets. | Charles-François Natali | 2011-07-14 | 2 | -2/+6 | |
* | | | test that TestCase doesn't get cycles | Benjamin Peterson | 2011-07-14 | 1 | -0/+9 | |
* | | | add a contextmanager to disable the gc | Benjamin Peterson | 2011-07-14 | 1 | -0/+10 | |
* | | | merge 3.2 | Benjamin Peterson | 2011-07-14 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | this should be an identity test | Benjamin Peterson | 2011-07-14 | 1 | -1/+1 | |
* | | | (merge 3.2) Issue #12250: test_socketserver uses a timeout of 60 seconds | Victor Stinner | 2011-07-14 | 1 | -2/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20 | Victor Stinner | 2011-07-14 | 1 | -2/+1 | |
* | | | Merge with 3.2. | Ezio Melotti | 2011-07-14 | 1 | -1/+7 | |
|\ \ \ | |/ / | ||||||
| * | | Restore the global state of the log vars, so that test_cgi can be run twice w... | Ezio Melotti | 2011-07-14 | 1 | -1/+7 | |
* | | | merge 3.2 | Benjamin Peterson | 2011-07-14 | 1 | -12/+12 | |
|\ \ \ | |/ / | ||||||
| * | | carefully cleanup pointer cache after creating struct pointers | Benjamin Peterson | 2011-07-14 | 1 | -12/+12 | |
* | | | Closes #12536: Unused logger removed from lib2to3. | Vinay Sajip | 2011-07-13 | 1 | -3/+1 | |
* | | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' | Ned Deily | 2011-07-13 | 4 | -4/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' | Ned Deily | 2011-07-13 | 4 | -4/+5 | |
* | | | Issue #12550: regrtest displays the Python traceback on SIGALRM or SIGUSR1 | Victor Stinner | 2011-07-13 | 1 | -1/+11 | |