summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * #18357: add tests for dictview set difference. Patch by Fraser Tweedale.Ezio Melotti2013-08-083-0/+18
* | #18581: merge with 3.3.Ezio Melotti2013-08-081-32/+0
|\ \ | |/
| * #18581: remove duplicate test and run a test class that was skipped. Initial...Ezio Melotti2013-08-081-32/+0
* | Fix a typo in PyUnicode_CopyCharacters() documentation.Serhiy Storchaka2013-08-081-1/+1
|\ \ | |/
| * Fix a typo in PyUnicode_CopyCharacters() documentation.Serhiy Storchaka2013-08-081-1/+1
* | #18267: merge with 3.3.Ezio Melotti2013-08-081-9/+9
|\ \ | |/
| * #18267: make whitespace consistent and fix an operator.Ezio Melotti2013-08-081-9/+9
* | #18273: merge with 3.3.Ezio Melotti2013-08-0821-44/+25
|\ \ | |/
| * #18273: move the tests in Lib/test/json_tests to Lib/test/test_json and make ...Ezio Melotti2013-08-0821-44/+25
* | Issue #15301: Parsing fd, uid, and gid parameters for builtinsLarry Hastings2013-08-083-81/+205
* | Closing #18668: Properly document setting m_size in PyModuleDefEli Bendersky2013-08-071-4/+10
|\ \ | |/
| * Issue #18668: Properly document setting m_size in PyModuleDefEli Bendersky2013-08-071-4/+10
* | Issue #18665: fix typos. Patch by Vajrasky Kok.Antoine Pitrou2013-08-062-2/+2
* | Issue #18666: improve test_frame a bit. Patch by Vajrasky Kok.Antoine Pitrou2013-08-061-0/+3
* | Normalize whitespaceAntoine Pitrou2013-08-061-1/+0
* | Issue #18621: Prevent the site module's patched builtins from keeping too man...Antoine Pitrou2013-08-063-93/+111
* | Improve verbose reporting of shutdown phase by using the "public" module nameAntoine Pitrou2013-08-061-6/+7
* | In _PyGC_Fini(), lose the reference that was kept to the time moduleAntoine Pitrou2013-08-061-0/+1
* | #18443: remove the TextMate entry now that the bundle has been removed and fi...Ezio Melotti2013-08-061-2/+1
* | Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.Christian Heimes2013-08-062-5/+20
|\ \ | |/
| * Issue #18368: PyOS_StdioReadline() no longer leaks memory when realloc() fails.Christian Heimes2013-08-062-5/+20
* | Issue #14323: Expanded the number of digits in the coefficients for theSerhiy Storchaka2013-08-064-9/+51
* | Put the most important and most frequency accessed struct member first.Raymond Hettinger2013-08-061-1/+1
* | Replace outdated optimization with clearer code that compiles better.Raymond Hettinger2013-08-061-3/+3
* | Followup to 862ab99ab570: I forgot to add the magnificent test_frame.py.Antoine Pitrou2013-08-051-0/+113
* | Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-0510-10/+80
* | 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
* | Issue #18661: typo in grp.struct_group docstring (fix merged from 3.3). Than...Mark Dickinson2013-08-051-1/+1
|\ \ | |/
| * 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 Vajras...Mark Dickinson2013-08-051-7/+3
* | Issue 18532: Added tests and documentation to formally specify the .name attr...Jason R. Coombs2013-08-032-0/+17
* | 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
* | 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
|/ /
* | 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