summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-251661-78368/+333071
|\
| * merge with 3.2Georg 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-244-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
| |\ \
| * | | Reverted change to venv initialisation.Vinay Sajip2012-08-241-9/+1
| * | | Null mergeMark Dickinson2012-08-241657-78289/+332185
| |\ \ \
| | * \ \ Null merge from 3.2.Mark Dickinson2012-08-241657-78289/+332183
| | |\ \ \
| | | * | | Issue #13072: The array module's 'u' format code is now deprecated andStefan Krah2012-08-243-1/+16
| | | * | | MergeAntoine Pitrou2012-08-241-3/+3
| | | |\ \ \
| | | | * \ \ Add glossary referencesAntoine Pitrou2012-08-241657-78288/+332151
| | | | |\ \ \
| | | * | | | | Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-244-2/+42
| | | | |/ / / | | | |/| | |
| | | * | | | 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 #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-243-1/+9
| | | * | | | | Closes #9374: merge with 3.2Georg Brandl2012-08-241657-78285/+332145
| | | |\ \ \ \ \
| | | | * | | | | 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
| | | | |\ \ \ \ \
| | | | * | | | | | 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
| | | | |\ \ \ \ \ \
| | | | * | | | | | | Close #2051: Oops, transposed the digits in the issue number in the previous ...Nick Coghlan2012-08-241-1/+1
| | | | * | | | | | | Close #2501: Permission bits are once again correctly copied from the source ...Nick Coghlan2012-08-244-4186/+4298
| | | | * | | | | | | Issue #15037: Use correct path to system terminfo database.Ned Deily2012-08-241-2/+0
| | | | * | | | | | | Issue #15770: Check invalid arguments in test function. Patch by Victor Stinner.Stefan Krah2012-08-232-2/+16
| | | | * | | | | | | mpd_qpowmod(): calculate result with zero-exponent for compatibility withStefan Krah2012-08-232-23/+17
| | | | * | | | | | | Issue #14292: Ensure that the OS X installer build configures the CXXNed Deily2012-08-221-13/+15
| | | | * | | | | | | Issue #15645: Ensure 2to3 grammar pickles are properly installed.Ned Deily2012-08-222-3/+8
| | | | * | | | | | | issue #15645: null mergeNed Deily2012-08-220-0/+0
| | | | |\ \ \ \ \ \ \
| | | | * | | | | | | | Suggested a whatsnew itemAlexander Belopolsky2012-08-221-1/+3
| | | | * | | | | | | | Issue #665194: Added a small optimizationAlexander Belopolsky2012-08-221-1/+1
| | | | * | | | | | | | Added test for a bug fixed in issue #665194.Alexander Belopolsky2012-08-221-0/+12
| | | | * | | | | | | | #665194: fix variable name in exception code path.R David Murray2012-08-221-1/+1
| | | | * | | | | | | | #665194: Update email.utils.localtime to use astimezone, and fix bug.R David Murray2012-08-223-31/+33
| | | | * | | | | | | | Use zero bottom margin.Stefan Krah2012-08-221-3/+0
| | | | * | | | | | | | In the 32-bit build, dec_hash() raised InvalidOperation if the operandStefan Krah2012-08-222-4/+57
| | | | * | | | | | | | 1) Use _mpd_basedivmod() regardless of the length of the dividend. This isStefan Krah2012-08-221-6/+9
| | | | * | | | | | | | Issue #15766: Fix a crash in imp.load_dynamic() on PyUnicode_FromString() fai...Victor Stinner2012-08-221-3/+3
| | | | * | | | | | | | Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...Ronald Oussoren2012-08-222-1/+3
| | | | |\ \ \ \ \ \ \ \
| | | | * | | | | | | | | Update suspicious ignore file.Ezio Melotti2012-08-221-0/+3
| | | | * | | | | | | | | Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-212-3/+24
| | | | * | | | | | | | | Block 78699:019a2390b014, this needs to be manually merged.Trent Nelson2012-08-210-0/+0
| | | | |\ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | Fix typo in error handling for WaitForMultipleObjects()Richard Oudkerk2012-08-211-1/+1