summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing unit.Stefan Krah2012-09-011-1/+1
* Compile _decimal without asserts and update benchmark results.Stefan Krah2012-09-012-2/+2
* Close #14223: Fix window.addch(curses.ACS_HLINE)Victor Stinner2012-09-012-27/+14
* Issue #15828: Don't try to close a file if imp.find_module() doesn'tBrett Cannon2012-08-311-1/+3
* Issue #15828: Restore support for C extension modules in imp.load_module()Nick Coghlan2012-08-314-21/+35
* Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-072-1/+5
* Issue #15781: Fix two small race conditions in import's module locking.Antoine Pitrou2012-08-275-3635/+3659
* Issue #15784: Modify OSError.__str__() to better distinguish betweenRichard Oudkerk2012-08-283-4/+7
* Issue #15785: Modify window.get_wch() API of the curses module: return aVictor Stinner2012-08-284-13/+20
* Post-release updates.Georg Brandl2012-08-252-1/+13
* Added tag v3.3.0rc1 for changeset 8bb5c7bc46baGeorg Brandl2012-08-251-0/+1
* Bump to 3.3.0rc1.v3.3.0rc1Georg Brandl2012-08-256-9/+9
* Update pydoc topics and suspicious markup file.Georg Brandl2012-08-252-9/+10
* Fix issue 13370: Ensure that ctypes works on Mac OS X when Python isRonald Oussoren2012-08-255-7/+128
|\
| * Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...Ronald Oussoren2012-08-255-7/+128
* | merge with 3.2Georg Brandl2012-08-251-1/+1
|\ \ | |/
| * Fix wrong way of adding Error information in shutil.copytree.Georg Brandl2012-08-251-1/+1
* | Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-255-133/+779
* | Update various OS X README files for 3.3.0.Ned Deily2012-08-254-59/+163
* | Issue #15316: Let exceptions raised during imports triggered by theBrett Cannon2012-08-244-193/+254
* | Null merge from 3.2Mark Dickinson2012-08-240-0/+0
|\ \ | |/
| * Remove overeager test (don't depend on the sign of a nan; cf. issue #14521)Mark Dickinson2012-08-241-4/+0
* | Reverted change to venv initialisation.Vinay Sajip2012-08-241-9/+1
* | Null mergeMark Dickinson2012-08-240-0/+0
|\ \ | |/
| * Remove incorrect lines (meant for cdecimal) from recently added Decimal tests.Mark Dickinson2012-08-241-2/+0
* | Null merge from 3.2.Mark Dickinson2012-08-240-0/+0
|\ \ | |/
| * Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-243-1/+25
* | Issue #13072: The array module's 'u' format code is now deprecated andStefan Krah2012-08-243-1/+16
* | MergeAntoine Pitrou2012-08-244-2/+42
|\ \
| * | Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-244-2/+42
* | | Add glossary referencesAntoine Pitrou2012-08-241-3/+3
|\ \ \ | |/ / |/| / | |/
| * Add glossary referencesAntoine Pitrou2012-08-241-3/+3
* | MergeAntoine Pitrou2012-08-242-1880/+1875
|\ \
| * | Issue #2051: Tweak last commit for this issue to pass in mode insteadBrett Cannon2012-08-242-1880/+1875
* | | Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-242-6/+114
|\ \ \ | |/ / |/| / | |/
| * Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-242-6/+114
* | Issue #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-243-1/+9
* | Closes #9374: merge with 3.2Georg Brandl2012-08-241-0/+10
|\ \ | |/
| * Closes #9374: add back now-unused module attributes; removing them is a backw...Georg Brandl2012-08-241-0/+10
* | Issue #15776: Allow pyvenv to work in existing directory with --clean.Andrew Svetlov2012-08-242-1/+11
* | Merge #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-244-1/+21
|\ \ | |/
| * #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-244-1/+21
* | Output lib files for PGO build into PGO directory.Martin v. Löwis2012-08-242-0/+3
* | Pick up 32-bit launcher from PGO directory on 64-bit PGO build.Martin v. Löwis2012-08-242-4/+9
* | Drop PC\python_nt.h as it's not used.Martin v. Löwis2012-08-242-6/+10
* | Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.Martin v. Löwis2012-08-242-4/+3
* | Add missing PGI/PGO configurations for pywlauncher.Martin v. Löwis2012-08-243-1/+48
* | Merge with 3.2Ross Lagerwall2012-08-242-1/+5
|\ \ | |/
| * Issue 15777: Fix a refleak in _posixsubprocess.Ross Lagerwall2012-08-242-1/+5
* | Close #2051: Oops, transposed the digits in the issue number in the previous ...Nick Coghlan2012-08-241-1/+1