summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #17071: Signature.bind() now works when one of the keyword arguments is...Antoine Pitrou2013-01-291-1/+4
|\
| * Issue #17071: Signature.bind() now works when one of the keyword arguments is...Antoine Pitrou2013-01-291-0/+3
* | Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-0/+4
|\ \ | |/
| * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-0/+4
| |\
| | * Issue #12004: Fix an internal error in PyZipFile when writing an invalidSerhiy Storchaka2013-01-292-0/+4
* | | Move NEWS entity from library to core section.Serhiy Storchaka2013-01-291-2/+2
|\ \ \ | |/ /
| * | Move NEWS entity from library to core section.Serhiy Storchaka2013-01-291-2/+2
| |\ \ | | |/
| | * Move NEWS entity from library to core section.Serhiy Storchaka2013-01-291-2/+2
* | | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-291-0/+2
|\ \ \ | |/ /
| * | Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-291-0/+2
| |\ \ | | |/
| | * Issue #16979: Fix error handling bugs in the unicode-escape-decode decoder.Serhiy Storchaka2013-01-291-0/+2
* | | Drop the concept of Extension Modules from Misc/NEWS; the stdlib is the stdli...Brett Cannon2013-01-271-3/+0
* | | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+3
|\ \ \ | |/ /
| * | Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+3
| |\ \ | | |/
| | * Issue #17041: Fix testing when Python is configured with theSerhiy Storchaka2013-01-271-0/+3
* | | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+4
|\ \ \ | |/ /
| * | Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+4
| |\ \ | | |/
| | * Issue #13886: Fix input() to not strip out supposedly-invalid input bytes.Nadeem Vawda2013-01-271-0/+4
* | | Issue #16772: in int(x, base), non-integer bases must have an __index__ method.Mark Dickinson2013-01-271-0/+4
* | | - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.doko@python.org2013-01-261-0/+2
|\ \ \ | |/ /
| * | - Issue #3718: Use AC_ARG_VAR to set MACHDEP in configure.ac.doko@python.org2013-01-261-0/+2
* | | mergeBrett Cannon2013-01-262-0/+113
|\ \ \
| * | | - Issue #16235: Implement python-config as a shell script.doko@python.org2013-01-262-0/+108
| * | | Issue #10156: In the interpreter's initialization phase, unicode globalsSerhiy Storchaka2013-01-261-0/+3
| |\ \ \ | | |/ /
| | * | Issue #10156: In the interpreter's initialization phase, unicode globalsSerhiy Storchaka2013-01-261-0/+3
| | |\ \ | | | |/
| | | * Issue #10156: In the interpreter's initialization phase, unicode globalsSerhiy Storchaka2013-01-261-0/+3
| * | | Fix #16769. Remove outdated Visual Studio project directories for VC6, VS7.1,...Brian Curtin2013-01-251-0/+2
* | | | Port py_compile over to importlibBrett Cannon2013-01-261-0/+2
|/ / /
* | | Issue #16980: Fix processing of escaped non-ascii bytes in theSerhiy Storchaka2013-01-251-0/+3
|\ \ \ | |/ /
| * | Issue #16980: Fix processing of escaped non-ascii bytes in theSerhiy Storchaka2013-01-251-0/+3
* | | Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-251-0/+2
|\ \ \ | |/ /
| * | Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-251-0/+2
| |\ \ | | |/
| | * Issue #16975: Fix error handling bug in the escape-decode bytes decoder.Serhiy Storchaka2013-01-251-0/+2
* | | Issue #16972: Have site.addpackage() consider known paths even whenBrett Cannon2013-01-251-0/+3
* | | - Issue #17031: Fix running regen in cross builds.doko@python.org2013-01-251-0/+2
|\ \ \ | |/ /
| * | - Issue #17031: Fix running regen in cross builds.doko@python.org2013-01-251-0/+2
* | | Issue #1602133: 'environ' is not really available with shared libraries on OS...Ronald Oussoren2013-01-251-0/+3
|\ \ \ | |/ /
| * | Issue #1602133: 'environ' is not really available with shared libraries on OS...Ronald Oussoren2013-01-251-0/+3
| |\ \ | | |/
| | * Issue #1602133: 'environ' is not really available with shared libraries on OSXRonald Oussoren2013-01-251-0/+3
* | | - Issue #3754: fix typo in pthread AC_CACHE_VAL.doko@python.org2013-01-251-0/+2
|\ \ \ | |/ /
| * | - Issue #3754: fix typo in pthread AC_CACHE_VAL.doko@python.org2013-01-251-0/+2
| |\ \ | | |/
| | * - Issue #3754: fix typo in pthread AC_CACHE_VAL.doko@python.org2013-01-251-0/+2
| * | Merge headsSerhiy Storchaka2013-01-251-0/+3
| |\ \
* | \ \ Merge headsSerhiy Storchaka2013-01-251-0/+3
|\ \ \ \
| * \ \ \ Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-0/+3
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-0/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBaseSerhiy Storchaka2013-01-251-0/+3
* | | | | - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;doko@python.org2013-01-251-0/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds;doko@python.org2013-01-251-0/+3
| |/ /
* | | Drop support for Windows 2000; allow any XP API (but not Vista+).Martin v. Löwis2013-01-251-0/+2