summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * merge headsGregory P. Smith2012-09-291-7/+7
| | |\
| * | \ merge headsGregory P. Smith2012-09-291-7/+7
| |\ \ \
* | \ \ \ merge headsGregory P. Smith2012-09-291-7/+7
|\ \ \ \ \
| * \ \ \ \ Merge #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | #16085: Don't promote shadowing builtins in the configparser example.R David Murray2012-09-291-7/+7
* | | | | | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD toGregory P. Smith2012-09-293-2/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILDGregory P. Smith2012-09-293-2/+22
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILDGregory P. Smith2012-09-293-2/+22
| | |/
* | | Merge: Clarify description of who needs to worry about importlib changes.R David Murray2012-09-291-5/+4
|\ \ \ | |/ /
| * | Clarify description of who needs to worry about importlib changes.R David Murray2012-09-291-5/+4
* | | merge 3.3 nullyBenjamin Peterson2012-09-290-0/+0
|\ \ \ | |/ /
| * | merge mostly from defaultBenjamin Peterson2012-09-29149-4354/+5324
| |\ \
* | \ \ merge headsBenjamin Peterson2012-09-291-15/+38
|\ \ \ \
| * \ \ \ Merge: Add smtpd changes to whatsnew, and integrate 'other' section.R David Murray2012-09-291-13/+28
| |\ \ \ \ | | |/ / /
| | * | | Add smtpd changes to whatsnew, and integrate 'other' section.R David Murray2012-09-291-13/+28
| * | | | Merge: Remove visible XXX in What's New.R David Murray2012-09-291-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Remove visible XXX in What's New.R David Murray2012-09-291-1/+1
| * | | | Merge: Document the addition of 'quote' to shlex in What's New.R David Murray2012-09-291-1/+9
| |\ \ \ \ | | |/ / /
| | * | | Document the addition of 'quote' to shlex in What's New.R David Murray2012-09-291-1/+9
* | | | | upgrade to UCD 6.2Benjamin Peterson2012-09-297-11514/+11524
|/ / / /
* | | | null-merge from 3.3Georg Brandl2012-09-290-0/+0
|\ \ \ \ | |/ / /
| * | | Post-release update.Georg Brandl2012-09-292-1/+13
* | | | Merge with 3.3Martin v. Löwis2012-09-291-0/+2
|\ \ \ \ | |/ / /
| * | | Ajdust path to launcher for non-PGO-buildsMartin v. Löwis2012-09-291-0/+2
* | | | merge with 3.3Georg Brandl2012-09-292-2/+2
|\ \ \ \ | |/ / /
| * | | Re-tagging 3.3.0 for test_sys fix.Georg Brandl2012-09-291-1/+1
| * | | Fix test_sys.test_implementation for final releases.v3.3.0Georg Brandl2012-09-291-1/+1
* | | | Set up "source" links to point to default branch.Georg Brandl2012-09-291-1/+1
* | | | Bump version to 3.4.0 alpha 0.Georg Brandl2012-09-2935-1005/+908
* | | | RPM spec file name update for 3.4 branch.Georg Brandl2012-09-291-0/+0
| |/ / |/| |
* | | Merge with main repo default branch.Georg Brandl2012-09-29150-4356/+5445
|\ \ \ | |/ / |/| |
| * | Add some comments.Brett Cannon2012-09-282-3476/+3479
| * | Merge #16071: fix more email.message links in mailbox docs.R David Murray2012-09-281-6/+6
| |\ \ | | |/
| | * #16071: fix more email.message links in mailbox docs.R David Murray2012-09-281-6/+6
| * | Merge #16071: fix links to email.message.Message in mailbox docs.R David Murray2012-09-281-3/+4
| |\ \ | | |/
| | * #16071: fix links to email.message.Message in mailbox docs.R David Murray2012-09-281-3/+4
| * | Closes #16080: The decorator ignores failed attempts to set the requiredStefan Krah2012-09-281-0/+6
| * | MergeMichael Foord2012-09-281-8/+11
| |\ \
| | * | Move NEWS items from 3.3.0 to that section, to ease merging from the release ...Georg Brandl2012-09-281-8/+11
| * | | Closes issue 15323. Improve failure message of Mock.assert_called_once_withMichael Foord2012-09-284-4/+13
| |/ /
| * | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject d...Jesus Cea2012-09-281-3/+3
| |\ \ | | |/
| | * Closes #15953: Incorrect some fields declaration in the PyTypeObject document...Jesus Cea2012-09-281-3/+3
| * | Merge.Stefan Krah2012-09-281-1/+1
| |\ \
| | * \ Close issue #16073: merge fix from 3.2.Chris Jerdonek2012-09-281-1/+1
| | |\ \ | | | |/
| | | * Close issue #16073: fix map() example in list comprehension documentation.Chris Jerdonek2012-09-281-1/+1
| * | | Issue #16080: Use run_with_locale() decorator to reset the locale properly.Stefan Krah2012-09-281-7/+3
| |/ /
| * | MergeMichael Foord2012-09-283-1/+16
| |\ \ | | |/
| | * Closes issue #12376 : Pass on parameters in unittest.TextTestResult.__init__ ...Michael Foord2012-09-283-1/+16
| * | Closes issue 16064. No longer hard code executable name in unittest help output.Michael Foord2012-09-282-1/+10