summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | mergeChristian Heimes2012-09-305-3/+83
|\ \ \ \ \
| * \ \ \ \ merge with 3.3Georg Brandl2012-09-305-3/+83
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Add a filterable HTML version of Misc/NEWS to the docs "whatsnew" section.Georg Brandl2012-09-304-0/+79
| | | | | |
| | * | | | Fix reST markup in NEWS.Georg Brandl2012-09-301-3/+4
| | | | | |
* | | | | | Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't ↵Christian Heimes2012-09-301-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | supported in ANSI C
| * | | | Change libmpdec to use ANSI code in strict ansi mode as inline asm isn't ↵Christian Heimes2012-09-301-0/+5
| | | | | | | | | | | | | | | | | | | | supported in ANSI C
* | | | | Record UCD update in whatsnew.Georg Brandl2012-09-301-1/+1
| | | | |
* | | | | Merge: Fix the return value of BZ2File._read_block() to be consistent with ↵Nadeem Vawda2012-09-301-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | comments.
| * | | | Fix the return value of BZ2File._read_block() to be consistent with comments.Nadeem Vawda2012-09-301-1/+1
| | | | |
* | | | | Issue #15533: Merge fix from 3.3.Chris Jerdonek2012-09-303-33/+101
|\ \ \ \ \ | |/ / / /
| * | | | Issue #15533: Merge fix from 3.2.Chris Jerdonek2012-09-303-33/+101
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd argument.Chris Jerdonek2012-09-303-33/+101
| | | | |
* | | | | Add Misc/NEWS entries from 3.3.1 in 3.3 branch to 3.4.0 in default branch.Chris Jerdonek2012-09-301-0/+97
| | | | |
* | | | | Redo 3.3 mergeNick Coghlan2012-09-300-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit, because Mercurial's handling of push races is bloody awfulNick Coghlan2012-09-302-0/+39
| |\ \ \ \
* | \ \ \ \ Close previous headNick Coghlan2012-09-302-0/+39
|\ \ \ \ \ \
| * \ \ \ \ \ Merge Windows What's New changes from 3.3Nick Coghlan2012-09-302-0/+39
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | What's new entry for PEP 397 and Windows PATH modificationNick Coghlan2012-09-302-0/+39
| | | | | | |
* | | | | | | null-merge from 3.3Georg Brandl2012-09-300-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Add missing 3.3.1 NEWS entries deleted in 83496b5e1916.Georg Brandl2012-09-301-0/+98
| | | | | | |
* | | | | | | Merge 3.3.Stefan Krah2012-09-301-2/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Make it clear that the pi function is modified for benchmarking purposes.Stefan Krah2012-09-301-2/+7
| | | | | | |
* | | | | | | Add a stub "whatsnew in 3.4" document.Georg Brandl2012-09-302-0/+189
| | | | | | |
* | | | | | | Closes #16091: fix the references to 3.3/3.4 in the Doc sidebar.Georg Brandl2012-09-300-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Doc sidebar: point to 3.4 as dev.Georg Brandl2012-09-301-1/+1
| | |/ / / / | |/| | | |
* | | | | | Doc sidebar: point to 3.3 as stable.Georg Brandl2012-09-301-1/+1
| |/ / / / |/| | | |
* | | | | Merge What's New fix from 3.3Nick Coghlan2012-09-301-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Fix release PEP descriptionNick Coghlan2012-09-301-1/+1
| | | | |
* | | | | Merge: Add notes to whatsnew porting for visible changes in email ↵R David Murray2012-09-301-0/+16
|\ \ \ \ \ | |/ / / / | | | | | | | | | | compatibility mode.
| * | | | Add notes to whatsnew porting for visible changes in email compatibility mode.R David Murray2012-09-301-0/+16
| | | | |
* | | | | Merge #16034: Fix performance regressions in the new BZ2File implementation.Nadeem Vawda2012-09-302-26/+58
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
| * | | | Issue #16034: Fix performance regressions in the new BZ2File implementation.Nadeem Vawda2012-09-302-26/+58
| | |/ / | |/| | | | | | | | | | Thanks to Victor Hooi for the bug report, and Serhiy Storchaka for the initial patch.
* | | | Merge: Make whatsnew PEP markup conform to previous whatsnew docs.R David Murray2012-09-291-45/+101
|\ \ \ \ | |/ / / | | | | | | | | Also some other consistency tweaks.
| * | | Make whatsnew PEP markup conform to previous whatsnew docs.R David Murray2012-09-291-45/+101
| | | | | | | | | | | | | | | | Also some other consistency tweaks.
* | | | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵Antoine Pitrou2012-09-291-0/+1
|\ \ \ \ | |/ / / | | | | | | | | test case.
| * | | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵Antoine Pitrou2012-09-291-0/+1
| |\ \ \ | | |/ / | | | | | | | | test case.
| | * | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵Antoine Pitrou2012-09-291-0/+1
| | | | | | | | | | | | | | | | test case.
* | | | merge headsGregory P. Smith2012-09-291-151/+151
|\ \ \ \
| * \ \ \ Move discussion of email changes into Improved Modules section.R David Murray2012-09-291-151/+151
| |\ \ \ \ | | |/ / /
| | * | | Move discussion of email changes into Improved Modules section.R David Murray2012-09-291-151/+151
| | | | |
* | | | | Remove the new trivial pty.spawn() test as it hangs on many buildbots.Gregory P. Smith2012-09-291-6/+0
|/ / / /
* | | | pty.spawn() now returns the child process status as returned by os.waitpid().Gregory P. Smith2012-09-294-0/+12
| | | | | | | | | | | | | | | | Addresses the remaining feature request from issue #2489.
* | | | Merge: Raymond didn't write any of the text this time, remove as author.R David Murray2012-09-291-1/+0
|\ \ \ \ | |/ / /
| * | | Raymond didn't write any of the text this time, remove as author.R David Murray2012-09-291-1/+0
| | | |
* | | | Merge: Fix over-indentation of bullet lists.R David Murray2012-09-291-45/+45
|\ \ \ \ | |/ / /
| * | | Fix over-indentation of bullet lists.R David Murray2012-09-291-45/+45
| | | |
* | | | Merge: Be consistent and don't use a bullet list when a section has only one ↵R David Murray2012-09-291-31/+34
|\ \ \ \ | |/ / / | | | | | | | | item.
| * | | Be consistent and don't use a bullet list when a section has only one item.R David Murray2012-09-291-31/+34
| | | |
* | | | merge headsGregory P. Smith2012-09-290-0/+0
|\ \ \ \ | |/ / /
| * | | merge headsGregory P. Smith2012-09-290-0/+0
| |\ \ \ | | |/ /