Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merged fix for issue #12168 from 3.2. | Vinay Sajip | 2011-06-09 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Issue #12168: SysLogHandler now allows NUL termination to be controlled using... | Vinay Sajip | 2011-06-09 | 1 | -1/+5 | |
* | | | | | | | Merge 3.2 | Brian Curtin | 2011-06-09 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Correction to 88e318166eaf - Issue #11583 | Brian Curtin | 2011-06-09 | 1 | -5/+3 | |
* | | | | | | Branch merge | Éric Araujo | 2011-06-09 | 14 | -63/+47 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix example in packaging test_config. | Éric Araujo | 2011-06-09 | 1 | -2/+2 | |
| * | | | | | | Style change in packaging: use “not in” over “not x in”. | Éric Araujo | 2011-06-08 | 5 | -16/+16 | |
| * | | | | | | Packaging: always use repr to display project names. | Éric Araujo | 2011-06-08 | 1 | -7/+8 | |
| * | | | | | | Fix misunderstanding of how booleans work | Éric Araujo | 2011-06-08 | 1 | -1/+2 | |
| * | | | | | | Packaging cleanup: normalize print calls. | Éric Araujo | 2011-06-08 | 4 | -17/+19 | |
| * | | | | | | Packaging cleanup: remove use of script_name where obsolete | Éric Araujo | 2011-06-08 | 6 | -20/+0 | |
* | | | | | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. | Brian Curtin | 2011-06-08 | 1 | -0/+13 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Fix #11583. Changed os.path.isdir to use GetFileAttributes instead of os.stat. | Brian Curtin | 2011-06-08 | 1 | -0/+13 | |
* | | | | | | | Issue #12021: Make mmap's read() method argument optional. Patch by Petri | Charles-François Natali | 2011-06-08 | 1 | -0/+29 | |
* | | | | | | | Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed | Antoine Pitrou | 2011-06-08 | 5 | -91/+190 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Kill dead code in importlib.test.__main__ (#12019, reviewed by Brett Cannon) | Éric Araujo | 2011-06-07 | 1 | -6/+1 | |
* | | | | | | Branch merge: packaging fixes | Éric Araujo | 2011-06-07 | 5 | -85/+104 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix UnboundLocalError in a finally block of one packaging test | Éric Araujo | 2011-06-06 | 1 | -1/+1 | |
| * | | | | | | Fix sdist to always include setup.cfg (#11092), to comply with the spec | Éric Araujo | 2011-06-06 | 3 | -19/+32 | |
| * | | | | | | Use strings instead of sets of lines in packaging.create tests. | Éric Araujo | 2011-06-06 | 1 | -57/+63 | |
| * | | | | | | Fix comment | Éric Araujo | 2011-06-06 | 1 | -1/+1 | |
| * | | | | | | Update comments in sysconfig.cfg | Éric Araujo | 2011-06-06 | 1 | -7/+7 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | #12274: use proper escaping for % in IDLE config (merged from 3.2). | Łukasz Langa | 2011-06-07 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | #12274: use proper escaping for % in IDLE config. | Łukasz Langa | 2011-06-07 | 1 | -2/+2 | |
* | | | | | | (Merge 3.2) test.support: don't catch OSError when can_symlink() removes the | Victor Stinner | 2011-06-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ | |/ / / / / | ||||||
| * | | | | | test.support: can_symlink() removes the temporary symbolic link | Victor Stinner | 2011-06-07 | 1 | -1/+4 | |
| | |_|_|/ | |/| | | | ||||||
| * | | | | Branch merge | Éric Araujo | 2011-06-06 | 2 | -0/+0 | |
| |\ \ \ \ | ||||||
* | | | | | | Use a sleep for test_subprocess timeout test | Victor Stinner | 2011-06-06 | 1 | -2/+3 | |
* | | | | | | Issue #12196: Make os.pipe2() flags argument mandatory. | Charles-François Natali | 2011-06-06 | 1 | -2/+2 | |
* | | | | | | Whitespace normalization | Antoine Pitrou | 2011-06-06 | 1 | -1/+0 | |
* | | | | | | Issue #12040: Expose a new attribute `sentinel` on instances of | Antoine Pitrou | 2011-06-06 | 4 | -14/+90 | |
* | | | | | | Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the smt... | Antoine Pitrou | 2011-06-06 | 1 | -23/+3 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Branch merge | Éric Araujo | 2011-06-06 | 9 | -58/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update doctring now that Python has real booleans | Éric Araujo | 2011-06-05 | 1 | -1/+1 | |
| * | | | | | Improve consistency in questions asked by packaging.create. | Éric Araujo | 2011-06-04 | 1 | -10/+10 | |
| * | | | | | Clean up packaging.create and add TODO notes for future cleanups | Éric Araujo | 2011-06-04 | 1 | -8/+14 | |
| * | | | | | Make help messages in packaging.run more consistent | Éric Araujo | 2011-06-04 | 1 | -7/+6 | |
| * | | | | | Cleanup in packaging: don’t unnecessarily instantiate exceptions | Éric Araujo | 2011-06-04 | 4 | -4/+4 | |
| * | | | | | Improve a few docstrings in packaging. | Éric Araujo | 2011-06-04 | 2 | -20/+12 | |
| * | | | | | Merge ABC and distutils touch-ups from 3.2. | Éric Araujo | 2011-06-04 | 2 | -0/+0 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | ||||||
| | * | | | | Remove unneeded executable bit on two distutils files | Éric Araujo | 2011-06-04 | 2 | -0/+0 | |
| * | | | | | Branch merge | Éric Araujo | 2011-06-04 | 3 | -8/+5 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Use list constructor or built-in method instead of copy module | Éric Araujo | 2011-06-04 | 3 | -8/+5 | |
* | | | | | | | Issue #12250: regrtest --timeout displays a warning instead of failing with an | Victor Stinner | 2011-06-06 | 1 | -6/+7 | |
* | | | | | | | Issue #12250: modify "make buildbottest" command line instead of TESTOPTS | Victor Stinner | 2011-06-06 | 1 | -3/+3 | |
* | | | | | | | greatly improve argument parsing error messages (closes #12265) | Benjamin Peterson | 2011-06-06 | 3 | -61/+132 | |
* | | | | | | | Closes issue #11557: removal of non-idiomatic code in test_logging. | Vinay Sajip | 2011-06-05 | 1 | -31/+25 | |
* | | | | | | | merge heads | Benjamin Peterson | 2011-06-05 | 2 | -38/+94 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Issue #12080: Fix a performance issue in Decimal._power_exact that causes som... | Mark Dickinson | 2011-06-04 | 2 | -38/+94 | |
| |/ / / / / / | ||||||
* | | | | | | | only clear the parser error if it's set (closes #12264) | Benjamin Peterson | 2011-06-05 | 1 | -0/+8 | |
|/ / / / / / |