summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | merge headsBenjamin Peterson2012-08-095-6/+42
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Issue #13072: Fix test_array for installation without the ctypes moduleVictor Stinner2012-08-081-2/+11
| | | * | | | | | | | Issue #15589: Ensure double-alignment for brute-force capi argument parser testLarry Hastings2012-08-081-1/+1
| | | * | | | | | | | regrtest: give more information when a child process fails with an errorVictor Stinner2012-08-081-3/+5
| | | * | | | | | | | Issue #13072: Ooops, now fix test_array for Linux with 32-bit wchar_t...Victor Stinner2012-08-081-1/+2
| | | * | | | | | | | Issue #13072: Fix test_array for Windows with 16-bit wchar_tVictor Stinner2012-08-081-2/+2
| | | * | | | | | | | - Issue #11715: Fix multiarch detection without having Debian developmentdoko@ubuntu.com2012-08-082-0/+24
| | * | | | | | | | | use char instead of int to please T_BOOL (closes #15597)Benjamin Peterson2012-08-091-1/+1
| | |/ / / / / / / /
| | * | | | | | | | Issue #15560: Ensure consistent sqlite3 behavior and feature availabilityNed Deily2012-08-072-24/+30
| | * | | | | | | | merge headsBenjamin Peterson2012-08-078-84/+96
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | Issue #15163: Pydoc shouldn't show __loader__ as a part of a module'sBrett Cannon2012-08-062-5/+7
| | | * | | | | | | | Issue #15471: Don't use mutable object as default values for theBrett Cannon2012-08-066-74/+81
| | | * | | | | | | | Merge #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | | * | | | | | | #15554: clarify splitlines/split differences.R David Murray2012-08-061-5/+8
| | * | | | | | | | | fix yield from return value on custom iterators (closes #15568)Benjamin Peterson2012-08-073-1/+18
| | |/ / / / / / / /
| | * | | | | | | | Issue #15037: Build OS X installers with local copy of ncurses 5.9 librariesNed Deily2012-08-063-105/+93
| | * | | | | | | | OS X installer cleanups:Ned Deily2012-08-062-7/+27
| | * | | | | | | | Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification.Brett Cannon2012-08-061-1/+2
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Issue #15482: Properly document the default 'level' parameter forBrett Cannon2012-08-062-5/+11
| | * | | | | | | | Fix a spelling mistake in a comment.Brett Cannon2012-08-051-1/+1
| | * | | | | | | | Close #13072: Restore code before the PEP 393 for the array moduleVictor Stinner2012-08-052-41/+56
| | * | | | | | | | merge headsNed Deily2012-08-051-0/+1
| | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge headsBenjamin Peterson2012-08-058-395/+890
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | add another testcaseBenjamin Peterson2012-08-051-0/+1
| | * | | | | | | | | | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily2012-08-052-4/+6
| | * | | | | | | | | | Issue #15560: null mergeNed Deily2012-08-050-0/+0
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / | | |/| | / / / / / / / | | | | |/ / / / / / / | | | |/| | | | | | |
| | | * | | | | | | | Issue #15560: Fix building _sqlite3 extension on OS X with an SDK.Ned Deily2012-08-052-4/+6
| | * | | | | | | | | What's New in Python 3.3: Split improved and new modules, start to write a su...Victor Stinner2012-08-051-45/+60
| | * | | | | | | | | Complete What's New in Python 3.3.Victor Stinner2012-08-051-18/+81
| | * | | | | | | | | Issue #15548: Update and complete What's New in Python 3.3, especially the "o...Victor Stinner2012-08-051-73/+82
| | * | | | | | | | | os.unlinkat() has been removed, update os.fwalk() docVictor Stinner2012-08-051-3/+3
| | * | | | | | | | | MergeAntoine Pitrou2012-08-055-17/+13
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | Issue #14814: Attempt to clarify network address and broadcast address for le...Nick Coghlan2012-08-051-2/+4
| | | * | | | | | | | | #15546: Also fix GzipFile.peek().Nadeem Vawda2012-08-052-4/+6
| | | * | | | | | | | | Issue #14814: Remove redundant property from interface objects - prefixlen ca...Nick Coghlan2012-08-052-11/+3
| | * | | | | | | | | | Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-051-5/+7
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| / / / / / / / / | | | |/ / / / / / / /
| | | * | | | | | | | Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-051-5/+7
| | * | | | | | | | | Issue #14814: Finish review of ipaddress network object docs (initial patch w...Nick Coghlan2012-08-051-78/+135
| | * | | | | | | | | Issue 14814: Docs work showed some more cases of networks pretending to be ad...Nick Coghlan2012-08-053-256/+610
| | * | | | | | | | | NEWS entry for previous ipaddress fixNick Coghlan2012-08-051-0/+4
| | * | | | | | | | | Close #15559: Implementing __index__ creates a nasty interaction with the byt...Nick Coghlan2012-08-052-14/+9
| | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | #15546: Fix {GzipFile,LZMAFile}.read1()'s handling of pathological input data.Nadeem Vawda2012-08-053-24/+35
| | * | | | | | | | Fix test_venv to work with universal newlines (issue #13119)Antoine Pitrou2012-08-041-3/+3
| | * | | | | | | | Merge universal newlines-related fixes (issue #13119)Antoine Pitrou2012-08-042-27/+30
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Fix universal newlines test to avoid the newline translation done by sys.stdout.Antoine Pitrou2012-08-041-26/+28
| | | * | | | | | | Fix test_sys under Windows (issue #13119)Antoine Pitrou2012-08-041-1/+2
| | * | | | | | | | Remove unused variable `trim_get_code`.Antoine Pitrou2012-08-041-4/+0
| | * | | | | | | | Issue #12655: Mention multiprocessing.cpu_count() in os.sched_getaffinity() docVictor Stinner2012-08-041-0/+4
| | * | | | | | | | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...Andrew Svetlov2012-08-042-5/+29
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /
| | | * | | | | | | Issue #13052: Fix IDLE crashing when replace string in Search/Replace dialog ...Andrew Svetlov2012-08-042-5/+29