summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | document __bytes__ special method (closes #13259)Benjamin Peterson2011-10-251-0/+8
| | |_|/ | |/| |
* | | | merge 3.2Benjamin Peterson2011-10-241-1/+3
|\ \ \ \ | |/ / /
| * | | note callable is back in 3.2Benjamin Peterson2011-10-241-1/+3
* | | | Merge 3.2.Florent Xicluna2011-10-242-4/+6
|\ \ \ \ | |/ / /
| * | | Issue #13255: wrong docstrings in array module.Florent Xicluna2011-10-242-4/+6
* | | | Issue #13248, issue #8540: Remove deprecated Context._clamp attribute from De...Mark Dickinson2011-10-243-34/+5
* | | | Improve the porting sectionAntoine Pitrou2011-10-231-6/+24
* | | | Improve / clean up the PEP 393 descriptionAntoine Pitrou2011-10-231-16/+20
* | | | Improve description of PEP 3151Antoine Pitrou2011-10-231-33/+38
* | | | Mention InterruptedError in the doc for new function signal.sigwaitinfoAntoine Pitrou2011-10-231-2/+2
* | | | MergeAntoine Pitrou2011-10-231-1/+1
|\ \ \ \
| * | | | Use ``...`` for string literals.Ezio Melotti2011-10-231-1/+1
* | | | | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-236-38/+17
|/ / / /
* | | | Fix documentation formatting.Florent Xicluna2011-10-231-1/+1
* | | | Merge headsFlorent Xicluna2011-10-232-30/+36
|\ \ \ \
| * \ \ \ Merge 3.2Florent Xicluna2011-10-232-30/+36
| |\ \ \ \ | | |/ / /
| | * | | Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-232-30/+40
| | | |/ | | |/|
* | | | Remove obsolete FAQ.Ezio Melotti2011-10-231-31/+0
|/ / /
* | | Documentation typo.Florent Xicluna2011-10-232-2/+2
* | | Cleanup code: remove int/long idioms and simplify a while statement.Florent Xicluna2011-10-235-35/+10
* | | Issue #12965: Fix some inaccurate comments in Objects/longobject.c. Thanks S...Mark Dickinson2011-10-231-15/+23
* | | Issue #10925: Add equivalent pure Python code for the builtin int-to-float co...Mark Dickinson2011-10-231-0/+80
| |/ |/|
* | Issue #13201: equality for range objects is now based on equality of the unde...Mark Dickinson2011-10-237-4/+209
* | Merge 3.2Petri Lehtinen2011-10-231-0/+2
|\ \ | |/
| * Add the green "New reference" note to the doc of PyException_GetTraceback()Petri Lehtinen2011-10-231-0/+2
* | Rewrite find_module_path using unicode API.Martin v. Löwis2011-10-231-35/+48
* | Fix off-by-one error.Martin v. Löwis2011-10-231-2/+2
* | Drop unused macros. Use CACHEDIR consistently.Martin v. Löwis2011-10-231-8/+4
* | Rewrite make_source_pathname using Unicode API.Martin v. Löwis2011-10-231-38/+41
* | Add ready checks for make_compiled_pathname.Martin v. Löwis2011-10-231-1/+9
* | Reformulate make_compiled_pathname in terms of unicode objects.Martin v. Löwis2011-10-231-116/+61
* | Merge issue 1294232 patch from 3.2Nick Coghlan2011-10-235-23/+244
|\ \ | |/
| * Issue 1294232: Fix errors in metaclass calculation affecting some cases of me...Nick Coghlan2011-10-235-22/+242
* | Add a docstring to SSLErrorAntoine Pitrou2011-10-221-3/+8
* | Use PyExc_OSError directly instead of grabbing it from the socket module APIAntoine Pitrou2011-10-221-1/+1
* | Add missing prefixesAntoine Pitrou2011-10-221-2/+2
* | Elaborate on representations and canonical/legacy unicode objectsAntoine Pitrou2011-10-221-1/+15
* | Move deprecated functions at the end of their respective sections.Antoine Pitrou2011-10-221-122/+122
* | Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.pyMeador Inge2011-10-222-3/+4
* | Avoid relying on the default reST role in logging library docÉric Araujo2011-10-221-10/+10
* | Closes #13235: Changed PendingDeprecationWarning to DeprecationWarning.Vinay Sajip2011-10-221-4/+4
* | Fix unicode_subtype_new() on debug buildVictor Stinner2011-10-221-1/+1
* | Fix text duplication. Spotted by Nick Coghlan, thanks!Éric Araujo2011-10-211-2/+2
* | Remove unused variable.Ezio Melotti2011-10-211-1/+0
* | #12753: fix compilation on Windows.Ezio Melotti2011-10-211-1/+2
* | #12753: Add support for Unicode name aliases and named sequences.Ezio Melotti2011-10-2110-17194/+18125
* | Banch mergeÉric Araujo2011-10-217-18/+161
|\ \
| * | Add tests for packaging.tests.support (#12659).Éric Araujo2011-10-211-0/+78
| * | Document that packaging doesn’t create __init__.py files (#3902).Éric Araujo2011-10-212-0/+8
| * | Fix missing imports in setup scripts generated by packaging (#13205).Éric Araujo2011-10-213-17/+74