summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| |\ \ | | |/
| | * 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
| * | 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 buildbo...Serhiy Storchaka2013-08-031-2/+2
| |\ \ | | |/
| | * Issue #18647: Temporary disable the "nothing to repeat" check to make buildbo...Serhiy Storchaka2013-08-031-2/+2
* | | 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
| * | | | 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
* | | | Updated pydoc topics for Python 3.4.0a1 release.Larry Hastings2013-08-031-12/+12
| |_|/ |/| |
* | | Remove debugging print.Mark Dickinson2013-08-031-1/+0
|/ /
* | - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-032-0/+4
|\ \ | |/
| * - Fix a fcntl test case on KFreeBSD, Debian #708653 (Petr Salinger).doko@ubuntu.com2013-08-032-0/+4
* | Merge #18396 from 3.3Nick Coghlan2013-08-032-2/+11
|\ \ | |/
| * Close #18396: fix spurious test_signal failure on WindowsNick Coghlan2013-08-032-2/+11
* | Minor consistency fixes for some longobject.c exception messages:Mark Dickinson2013-08-031-4/+4
* | Fix minor documentation markup error.Larry Hastings2013-08-031-1/+1
* | Issue #17046: merge from 3.3Ned Deily2013-08-032-1/+4
|\ \ | |/
| * Issue #17046: Fix test_subprocess test_executable_without_cwd broken test case.Ned Deily2013-08-032-1/+4
* | Backout 62658d9d8926 (issue #10241): it causes a crash at shutdown when deall...Antoine Pitrou2013-08-024-33/+0
* | Fix warning: ‘ptr2’ may be used uninitialized in this functionChristian Heimes2013-08-021-0/+1
* | Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
|\ \ | |/
| * Issue #18325: Fix a test_kqueue failure on OpenBSD: kevent's data and eventCharles-François Natali2013-08-021-3/+3
* | Issue #18517: merge from 3.3Ned Deily2013-08-021-8/+9
|\ \ | |/
| * Issue #18517: Move definition of "xxlimited" extension to detect_modules().Ned Deily2013-08-021-8/+9
* | Closes #18627: merge from 3.3Ned Deily2013-08-021-1/+1
|\ \ | |/
| * Issue #18627: Fix typo noticed by Vajrasky Kok.Ned Deily2013-08-021-1/+1
* | Issue #17557: merge from 3.3Ned Deily2013-08-023-0/+34
|\ \ | |/
| * Issue #17557: Fix os.getgroups() to work with the modified behavior ofNed Deily2013-08-023-0/+34
| * Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-022-0/+13
* | Issue #17899: Fix rare file descriptor leak in os.listdir().Larry Hastings2013-08-022-2/+14