Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Namely: use default arguments instead of explicit empty string; use multiple arguments instead of building strings. | ||||
* | Packaging cleanup: remove use of script_name where obsolete | Éric Araujo | 2011-06-08 | 6 | -20/+0 |
| | |||||
* | 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 | 6 | -88/+107 |
|\ | |||||
| * | 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 |
| | | | | | | | | | | Using sets in tests did not check whether the values were written in the right section or with the right key. | ||||
| * | Fix comment | Éric Araujo | 2011-06-06 | 1 | -1/+1 |
| | | |||||
| * | Update comments in sysconfig.cfg | Éric Araujo | 2011-06-06 | 1 | -7/+7 |
| | | |||||
| * | Fix documentation of requires-python field in setup.cfg (#11041) | Éric Araujo | 2011-06-06 | 1 | -3/+3 |
| | | |||||
* | | #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 |
|\ \ \ | |/ / | | | | | | | temporary symbolic link. | ||||
| * | | test.support: can_symlink() removes the temporary symbolic link | Victor Stinner | 2011-06-07 | 1 | -1/+4 |
| | | | |||||
* | | | Remove a redundant assignment. | Brett Cannon | 2011-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Found by LLVM/clang 2.9. | ||||
* | | | Checking if an unsigned long is < 0 is pointless. | Brett Cannon | 2011-06-07 | 1 | -3/+3 |
| | | | | | | | | | | | | Found by LLVM/clang 2.9. | ||||
* | | | Remove some extraneous parentheses and swap the comparison order to | Brett Cannon | 2011-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | prevent accidental assignment. Silences a warning from LLVM/clang 2.9. | ||||
* | | | When building sqlite3, the directory where sqlite.h was found was | Brett Cannon | 2011-06-07 | 2 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | always appended to the include directories regardless of whether it was already in the list of directories. This could cause issue if sqlite was installed in the same location as another install of Python. Now a check is done to make sure the directory is not included twice. | ||||
* | | | Use a sleep for test_subprocess timeout test | Victor Stinner | 2011-06-06 | 1 | -2/+3 |
| | | | | | | | | | | | | instead of an active loop (while True: pass) to limit race conditions. | ||||
* | | | Issue #12196: Make os.pipe2() flags argument mandatory. | Charles-François Natali | 2011-06-06 | 3 | -13/+14 |
| | | | |||||
* | | | 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 | 6 | -14/+108 |
| | | | | | | | | | | | | | | | :class:`multiprocessing.Process`. Also, fix Process.join() to not use polling anymore, when given a timeout. | ||||
* | | | Issue #11893: Remove obsolete internal wrapper class `SSLFakeFile` in the ↵ | Antoine Pitrou | 2011-06-06 | 2 | -23/+6 |
| |/ |/| | | | | | | | | | smtplib module. Patch by Catalin Iacob. | ||||
* | | Merge 3.2 | Éric Araujo | 2011-06-06 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Branch merge | Éric Araujo | 2011-06-06 | 6 | -16/+16 |
| |\ | |||||
* | \ | Branch merge | Éric Araujo | 2011-06-06 | 15 | -87/+260 |
|\ \ \ | |||||
| * | | | Rephrase the section about spec versioning | Éric Araujo | 2011-06-06 | 1 | -20/+19 |
| | | | | |||||
| * | | | Fix a few typos | Éric Araujo | 2011-06-06 | 1 | -3/+3 |
| | | | | |||||
| * | | | Minor rework of the extensibility and acks sections | Éric Araujo | 2011-06-06 | 1 | -9/+17 |
| | | | | |||||
| * | | | Move a non-PEP 345 field at the end of the metadata fields list | Éric Araujo | 2011-06-05 | 1 | -4/+7 |
| | | | | |||||
| * | | | Make example of file inclusion in setupcfg more obvious | Éric Araujo | 2011-06-05 | 1 | -15/+14 |
| | | | | |||||
| * | | | Rephrase and update intro and syntax sections of setupcfg | Éric Araujo | 2011-06-06 | 1 | -32/+34 |
| | | | | |||||
| * | | | Change reST targets in setup.cfg spec. | Éric Araujo | 2011-06-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | I chose “setupcfg” as prefix instead of “packaging-setupcfg” because the scope of the spec is not limited to packaging: it’s intended as a language-agnostic document for packaging tools developers as well as Python authors. | ||||
| * | | | Add a short table of contents to the setup.cfg spec. | Éric Araujo | 2011-06-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I tried shortening the sidebar ToC with the tocdepth option instead, but it has a bug which caused all headings with a level deeper than the tocdepth value to all have the same section number, which was a usability regression rather than in improvement. | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | I reworded “wizard” because it is a Windows-specific term. | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | | | | | Also beautify import lists. Having them grouped by lenght makes it slightly easier to look for a module. | ||||
| * | | | Merge ABC and distutils touch-ups from 3.2. | Éric Araujo | 2011-06-04 | 6 | -16/+16 |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | I have removed the reST target I added in 38cdca2cc253: it is not necessary, as people can link to the glossary entry or the abc module without it. Two indentation fixes from 3.2 collections.rst have been ported to 3.3 collections.abc.rst. | ||||
| | * | | Remove unneeded executable bit on two distutils files | Éric Araujo | 2011-06-04 | 2 | -0/+0 |
| | | | | |||||
| | * | | Improve glossary entry for ABCs. | Éric Araujo | 2011-06-04 | 4 | -13/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename reST target name for collections ABCs to avoid collisions - Add link to importlib ABCs (collections, numbers and io ABCs were already linked) - Link to glossary entry from numbers module doc (other modules already do it) | ||||
| | * | | Remove link that’s already present at the top of the file | Éric Araujo | 2011-06-03 | 1 | -3/+0 |
| | | | | |||||
| * | | | Branch merge | Éric Araujo | 2011-06-04 | 6 | -12/+173 |
| |\ \ \ | |||||
| | * | | | Add reST target for Doc/packaging/setupcfg | Éric Araujo | 2011-06-04 | 2 | -0/+7 |
| | | | | | |||||
| | * | | | Use list constructor or built-in method instead of copy module | Éric Araujo | 2011-06-04 | 3 | -8/+5 |
| | | | | | |||||
| | * | | | Add missing section of doc file lost among repositories and conversions | Éric Araujo | 2011-06-04 | 1 | -3/+160 |
| | | | | | |||||
| | * | | | Point to new collections.abc module for collections ABCs | Éric Araujo | 2011-06-03 | 1 | -1/+1 |
| | | | | |