summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17934: Add a clear() method to frame objects, to help clean up ↵Antoine Pitrou2013-08-0510-10/+80
| | | | expensive details (local variables) and break reference cycles.
* Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.Antoine Pitrou2013-08-054-3/+23
|
* * Fix the assertions in hashlib to use unittest assertion methods instead ofGregory P. Smith2013-08-051-7/+8
| | | | | | | evil assert statements. * Add an additional assert to the new test_name_attribute test that actually confirms that a hash created using each h.name results in a new hash sharing the same name.
* Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). ↵Mark Dickinson2013-08-051-1/+1
|\ | | | | | | Thanks Vajrasky Kok.
| * Issue #18661: typo in grp.struct_group docstring. Thanks Vajrasky Kok.Mark Dickinson2013-08-051-1/+1
| |
* | Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.Mark Dickinson2013-08-051-3/+7
| |
* | Issue #18659: fix test_format test that wasn't being executed. Thanks ↵Mark Dickinson2013-08-051-7/+3
| | | | | | | | Vajrasky Kok for the patch.
* | Issue 18532: Added tests and documentation to formally specify the .name ↵Jason R. Coombs2013-08-032-0/+17
| | | | | | | | attribute on hashlib objects.
* | Merge: #18657: remove duplicate entries from Misc/ACKS.R David Murray2013-08-041-3/+0
|\ \ | |/
| * #18657: remove duplicate entries from Misc/ACKS.R David Murray2013-08-041-3/+0
| | | | | | | | Patch by Madison May.
* | mergeRaymond Hettinger2013-08-041-2/+2
|\ \ | |/
| * Silence compiler warnings for strict function prototype declarations.Raymond Hettinger2013-08-041-2/+2
| |
* | Merge with 3.3Terry Jan Reedy2013-08-043-17/+10
|\ \ | |/
| * Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.Terry Jan Reedy2013-08-043-17/+10
| |
* | Merge.Alexander Belopolsky2013-08-040-0/+0
|\ \
| * \ mergeRaymond Hettinger2013-08-040-0/+0
| |\ \ | | |/
| | * Silence compiler warning for an unused declarationRaymond Hettinger2013-08-041-1/+0
| | |
* | | Reuse us_per_second in delta_total_seconds.Alexander Belopolsky2013-08-041-9/+1
|/ /
* | Merge.Alexander Belopolsky2013-08-041-1/+1
|\ \
| * \ mergeRaymond Hettinger2013-08-041-1/+1
| |\ \ | | |/
| | * Silence compiler warning about an uninitialized variableRaymond Hettinger2013-08-041-1/+1
| | |
* | | Fixes #8860: Round half-microseconds to even in the timedelta constructor.Alexander Belopolsky2013-08-044-22/+42
|/ / | | | | | | (Original patch by Mark Dickinson.)
* | Close #18635: Move class level private attribute from instance to class.Ethan Furman2013-08-042-1/+19
| |
* | Null merge.Charles-François Natali2013-08-040-0/+0
|\ \ | |/
| * Issue #17684: Fix some test_socket failures due to limited FD passing supportCharles-Francois Natali2013-05-201-6/+4
| | | | | | | | on OS-X. Patch by Jeff Ramnani.
* | Hum, VMS code is still presentVictor Stinner2013-08-041-1/+0
| |
* | Complete What's New in Python 3.4Victor Stinner2013-08-041-2/+7
| |
* | Merging the 3.4.0a1 head.Larry Hastings2013-08-045-8/+23
|\ \
| * \ Issue #17902: Clarify doc of ElementTree.iterparse and IncrementalParserEli Bendersky2013-08-041-2/+3
| |\ \ | | |/ | | | | | | Based on patch by Aaron Oakley
| | * Issue #17902: Clarify doc of ElementTree.iterparseEli Bendersky2013-08-041-1/+2
| | |
| * | Merge fix for Issue #17011 from 3.3Eli Bendersky2013-08-042-2/+18
| |\ \ | | |/
| | * Issue #17011: Fix caching of xpath path when namespaces are present.Eli Bendersky2013-08-042-2/+18
| | | | | | | | | | | | Thanks to Stefan Behnel for the report and proposed solution & test.
| * | Issue #16741: Remove testing of implementation artifact.Serhiy Storchaka2013-08-031-2/+0
| |\ \ | | |/
| | * Issue #16741: Remove testing of implementation artifact.Serhiy Storchaka2013-08-031-2/+0
| | |
| * | Issue #18647: Temporary disable the "nothing to repeat" check to make ↵Serhiy Storchaka2013-08-031-2/+2
| |\ \ | | |/ | | | | | | buildbots happy.
| | * Issue #18647: Temporary disable the "nothing to repeat" check to make ↵Serhiy Storchaka2013-08-031-2/+2
| | | | | | | | | | | | buildbots happy.
* | | Cycled Misc/NEWS for alpha 2, touched patchlevel.Larry Hastings2013-08-042-1/+13
| | |
* | | Merge from v3.4.0a1 head.Larry Hastings2013-08-039-76/+124
|\ \ \ | |/ /
| * | Null mergeSerhiy Storchaka2013-08-030-0/+0
| |\ \ | | |/
| | * Merge headsSerhiy Storchaka2013-08-032-1/+6
| | |\
| * | \ Merge headsSerhiy Storchaka2013-08-032-1/+7
| |\ \ \
| | * \ \ Issue #16067: Merge with 3.3Martin v. Löwis2013-08-032-1/+7
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #16067: Add description into MSI file to replace installer's temporary ↵Martin v. Löwis2013-08-032-1/+6
| | | | | | | | | | | | | | | | | | | | name.
| * | | | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-035-68/+98
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Issue #16741: Fix an error reporting in int().Serhiy Storchaka2013-08-035-67/+101
| | |/
| * | Merge headsSerhiy Storchaka2013-08-031-1/+0
| |\ \
| * \ \ Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-034-7/+19
| |\ \ \ | | | |/ | | |/|
| | * | Issue #17998: Fix an internal error in regular expression engine.Serhiy Storchaka2013-08-034-7/+19
| | | |
* | | | Added tag v3.4.0a1 for changeset 46535f65e7f3Larry Hastings2013-08-031-0/+1
| | | |
* | | | Bumped version to 3.4.0a1.v3.4.0a1Larry Hastings2013-08-036-8/+8
| | | |