summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Bump to 3.3.0rc1.v3.3.0rc1Georg Brandl2012-08-252-2/+2
* Fix issue 13370: Ensure that ctypes works on Mac OS X when Python isRonald Oussoren2012-08-258-909/+75528
|\
| * Close #15573: use value-based memoryview comparisons (patch by Stefan Krah)Nick Coghlan2012-08-251-0/+3
| * Issue #15316: Let exceptions raised during imports triggered by theBrett Cannon2012-08-241-0/+4
| * Issue #13072: The array module's 'u' format code is now deprecated andStefan Krah2012-08-241-0/+3
| * Issue #15544: Fix Decimal.__float__ to work with payload-carrying NaNs.Mark Dickinson2012-08-241-0/+2
| * Issue #14674: Add a discussion of the json module's standard compliance.Antoine Pitrou2012-08-241-0/+3
| |\
| * | Issue #15778: Coerce ImportError.args to a string when it isn'tBrett Cannon2012-08-241-0/+3
| * | Issue #15776: Allow pyvenv to work in existing directory with --clean.Andrew Svetlov2012-08-241-0/+2
| * | Merge #15249: Mangle From lines correctly when body contains invalid bytes.R David Murray2012-08-242-0/+4
| |\ \
| * | | Output lib files for PGO build into PGO directory.Martin v. L?wis2012-08-241-0/+2
| * | | Pick up 32-bit launcher from PGO directory on 64-bit PGO build.Martin v. L?wis2012-08-241-0/+2
| * | | Drop PC\python_nt.h as it's not used.Martin v. L?wis2012-08-241-0/+3
| * | | Issue #15511: Drop explicit dependency on pythonxy.lib from amd64 configuration.Martin v. L?wis2012-08-241-0/+3
| * | | Add missing PGI/PGO configurations for pywlauncher.Martin v. L?wis2012-08-241-0/+2
| * | | Merge with 3.2Ross Lagerwall2012-08-241-0/+2
| |\ \ \
| * | | | 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-241-0/+5
| * | | | Issue #15645: Ensure 2to3 grammar pickles are properly installed.Ned Deily2012-08-221-0/+5
| * | | | #665194: Update email.utils.localtime to use astimezone, and fix bug.R David Murray2012-08-221-0/+3
| * | | | Fix for issue 15716: interpreter could crash when PYTHONEXECUTABLE was set on...Ronald Oussoren2012-08-221-0/+2
| |\ \ \ \
| * | | | | Issue #15747: skip chflags UF_IMMUTABLE tests if EOPNOTSUPP is raised.Trent Nelson2012-08-211-0/+4
| * | | | | Issue #15285: Refactor connect timeout test in test_timeout.Trent Nelson2012-08-201-0/+4
| |\ \ \ \ \
| * | | | | | Fix Issue 15743 - improve urllib tests by removing deprecated method usages. ...Senthil Kumaran2012-08-201-0/+3
| * | | | | | #15199: Fix JavaScript's default MIME type to application/javascriptPetri Lehtinen2012-08-208-890/+75469
| |\ \ \ \ \ \
| | * \ \ \ \ \ Issue #15726: Fix incorrect bounds checking in PyState_FindModule.Antoine Pitrou2012-08-208-888/+75467
| | |\ \ \ \ \ \
| | | * | | | | | Issue #12643: Respect sys.excepthook in code.InteractiveConsoleNick Coghlan2012-08-202-0/+4
| | | * | | | | | Break up the 'someos' docs classification based on a more user-focused scheme...Nick Coghlan2012-08-201-0/+7
| | | * | | | | | Close #4966: revamp the sequence docs in order to better explain the state of...Nick Coghlan2012-08-201-0/+3
| | | * | | | | | s/path importer/path based finder/ (because the path based finder is not an i...Nick Coghlan2012-08-201-0/+4
| | | * | | | | | Close #14846: Handle a sys.path entry going awayNick Coghlan2012-08-201-0/+3
| | | * | | | | | Merge #13579: teach string.Formatter about 'a'.R David Murray2012-08-191-0/+2
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Issue #15595: Fix subprocess.Popen(universal_newlines=True)Andrew Svetlov2012-08-198-887/+75446
| | | |\ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ Issue #15615: Add some tests for the json module's handling of invalid input ...Antoine Pitrou2012-08-188-885/+75444
| | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ Issue #15477: Merge fix from 3.2Mark Dickinson2012-08-181-0/+3
| | | | | |\ \ \ \ \ \ \
| | | | | * | | | | | | | Issue #15678: Fix menu customization for IDLE started from OS XNed Deily2012-08-171-0/+3
| | | | | * | | | | | | | Issue #15640: Document importlib.abc.Finder as deprecated.Brett Cannon2012-08-171-0/+2
| | | | | * | | | | | | | Issue #15715: Ignore failed imports triggered by the use of fromlist.Brett Cannon2012-08-171-0/+3
| | | | | * | | | | | | | Issue #14669: Fix pickling of connections and sockets on MacOSXRichard Oudkerk2012-08-161-0/+4
| | | | | * | | | | | | | Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-151-0/+3
| | | | | |\ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ #11062: Fix adding a message from file to Babyl mailboxPetri Lehtinen2012-08-158-881/+75426
| | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * \ \ \ \ \ \ \ \ Merge 3.2Richard Oudkerk2012-08-141-0/+4
| | | | | | |\ \ \ \ \ \ \ \ \
| | | | | | * | | | | | | | | | Add Daniel Ellis to Misc/ACKSEli Bendersky2012-08-141-0/+1
| | | | | | * | | | | | | | | | errant merge problem committedBrian Curtin2012-08-131-265/+0
| | | | | | * | | | | | | | | | Merge 3.2Brian Curtin2012-08-138-753/+75562
| | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * \ \ \ \ \ \ \ \ \ merge from 3.2Senthil Kumaran2012-08-128-875/+75422
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | Post-release updates.Georg Brandl2012-08-121-0/+12
| | | | | | | | * | | | | | | | | | Issue #15444: Use proper spelling for non-ASCII contributor names.Antoine Pitrou2012-08-113-3/+6
| | | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | | * | | | | | | | | | | Bump to 3.3b2.v3.3.0b2Georg Brandl2012-08-112-122/+119
| | | | | | | | * | | | | | | | | | | Issue #15424: Add a __sizeof__ implementation for array objects.Meador Inge2012-08-102-0/+4
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \