summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix obscure set crashers (#4420). Backport of d56b3cafb1e6, reviewed by ↵Éric Araujo2011-03-222-10/+57
| | | | Raymond.
* Issue #10771: Clarify that descriptors get used in an *owner* class or one ↵Raymond Hettinger2011-03-221-5/+5
| | | | of its parents.
* Issue 10787: Document the probability density function for random.gammavariate.Raymond Hettinger2011-03-222-4/+10
|
* Issue 10988: fix description of super's descriptor call.Raymond Hettinger2011-03-221-1/+1
|
* Fix typo spotted by Sandro TosiÉric Araujo2011-03-221-1/+1
|
* Issue #11628: cmp_to_key should use__slots__.Raymond Hettinger2011-03-221-0/+1
|
* Issue #11625: Fix TypoRaymond Hettinger2011-03-221-1/+1
|
* null mergeMartin v. Löwis2011-03-212127-195115/+325169
|\
| * Fix duplicate word.Georg Brandl2011-03-211-1/+1
| |
| * Fix some issue references in NEWSÉric Araujo2011-03-211-5/+5
| |
| * Fix typo in class nameÉric Araujo2011-03-201-1/+1
| |
| * the name of the option is a bit too low-levelBenjamin Peterson2011-03-201-8/+8
| |
| * Merge from 2.6.Guido van Rossum2011-03-191-1/+2
| |\
| * \ Test commit. Add 2011 to copyright line (merge from 2.6).Guido van Rossum2011-03-192126-195105/+325159
| |\ \
| | * | Minor doc clean-up.Raymond Hettinger2011-03-191-13/+13
| | | | | | | | | | | | | | | | | | | | * Show list of fields option before showing the single string alternative. * Remove the PS2 prompts so that the examples become cut-and-pastable.
| | * | Fix the total_ordering decorator to handle cross-type comparisonsÉric Araujo2011-03-194-8/+36
| | | | | | | | | | | | | | | | that could lead to infinite recursion (closes #10042).
| | * | News update for previous commitMichael Foord2011-03-171-2/+5
| | | |
| | * | Issue #10979. unittest stdout buffering now works for class and module fixtures.Michael Foord2011-03-173-2/+91
| | | |
| | * | branch merge.Senthil Kumaran2011-03-172-3/+10
| | |\ \
| | | * | <Home> toggle non-functional when NumLock set.Kurt B. Kaiser2011-03-172-3/+10
| | | | | | | | | | | | | | | | | | | | Issue3851
| | * | | merge from 2.6 branchSenthil Kumaran2011-03-172126-195092/+325019
| | |\ \ \ | | | |/ /
| | | * | Changes for Wing Project file caused by mercurial transition. Plus ignoring ↵Michael Foord2011-03-162-1/+4
| | | | | | | | | | | | | | | | | | | | python.exe-gdb.py.
| | | * | Issue #10242: backport of more fixes to unittest.TestCase.assertItemsEqualMichael Foord2011-03-164-40/+105
| | | | |
| | | * | Issue #11569: use absolute path to the sysctl command in multiprocessing toRonald Oussoren2011-03-163-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensure that it will be found regardless of the shell PATH. This ensures that multiprocessing.cpu_count works on default installs of MacOSX. Patch by Steffen Daode Nurpmeso.
| | | * | Revert typo fixes in zlib/*Ezio Melotti2011-03-162-3/+3
| | | | |
| | | * | #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1691-125/+125
| | | | |
| | | * | Close issue #8600: test_gdb failures because innocuous warningsJesus Cea2011-03-161-0/+3
| | | | |
| | | * | Merge #11216: document all possible set_charset execution paths.R David Murray2011-03-151-2/+16
| | | | |
| | | * | make this subversion artifact emptyBenjamin Peterson2011-03-151-2/+3
| | | | |
| | | * | Revert typo fixes in _cytpes/libffi*Ezio Melotti2011-03-154-6/+6
| | | | |
| | | * | #11515: fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-1544-50/+51
| | | | |
| | | * | Issue #11500: Fixed a bug in the os x proxy bypass code for fully qualifiedRonald Oussoren2011-03-142-1/+4
| | | | | | | | | | | | | | | | | | | | IP addresses in the proxy exception list.
| | | * | Issue #1099: Fix the build on MacOSX when building a framework with pydebug ↵Ronald Oussoren2011-03-142-11/+9
| | | | | | | | | | | | | | | | | | | | using GCC 4.0.
| | | * | Port #11488 patch from 3.1 (changeset f816841bab03)R David Murray2011-03-142-0/+18
| | | | |
| | | * | Issue #10885: Fix multiprocessing docs typoRoss Lagerwall2011-03-141-1/+1
| | | | |
| | | * | merge headsR David Murray2011-03-132-1/+5
| | | |\ \
| | | | * | #11490: EACCES can also mean command not foundR David Murray2011-03-132-1/+5
| | | | | |
| | | * | | #11484: remove paragraph about with_traceback from 2.7 doc.Ezio Melotti2011-03-131-12/+0
| | | | | |
| | | * | | Remove documentation to non-existent function PyObject_CopyToObject (fixes ↵Antoine Pitrou2011-03-131-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | #11478)
| | | * | | Dummy merge of 2.6 reversion of logging changeNick Coghlan2011-03-132107-194927/+324762
| | | |\ \ \
| | | | * | | Issue #11426: use 'with' statements on open files in CSV examplesEli Bendersky2011-03-131-18/+21
| | | | | | |
| | | | * | | Fix markup in inputoutput.rst.Ezio Melotti2011-03-131-16/+17
| | | | | | |
| | | | * | | clarify condition for readline to return EOF (closes #11312)Benjamin Peterson2011-03-121-5/+6
| | | | | | |
| | | | * | | Fixes issue #11476: StreamHandler parameter name change documented.Vinay Sajip2011-03-121-0/+2
| | | | | | |
| | | | * | | Fix typo.Ezio Melotti2011-03-121-1/+1
| | | | | | |
| | | | * | | trunc -> math.trunc (closes #11475)Benjamin Peterson2011-03-121-1/+1
| | | | | | |
| | | | * | | Issue 11131: Fix sign of zero result on plus and minus operations in ↵Mark Dickinson2011-03-123-8/+84
| | | | |/ / | | | | | | | | | | | | | | | | | | ROUND_FLOOR rounding mode.
| | | | * | Issue #11403: add some MSVC-generated files to .hgignoreAntoine Pitrou2011-03-111-0/+3
| | | | | |
| | | | * | #10999: Add missing documentation for chflags constants to stat module docsR David Murray2011-03-103-32/+77
| | | | | | | | | | | | | | | | | | | | | | | | Patch by Michal Nowikowski.
| | | | * | Use simpler assert in basic example.Ezio Melotti2011-03-101-2/+2
| | | | | |