summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Make the decimal bench file run under Python 2.7.Brett Cannon2012-09-251-18/+28
| | * | | Merge 3.2 except the massive Misc/NEWS conflict, so hand apply the NEWS entry.Barry Warsaw2012-09-252-0/+17
| | |\ \ \ | | | |/ / | | |/| / | | | |/
| | | * - Issue #15935: Clarification of argparse docs, re: add_argument() type andBarry Warsaw2012-09-252-0/+17
| | * | Issue #16015: Merge and update from 3.2.Chris Jerdonek2012-09-251-3/+5
| | |\ \ | | | |/
| | | * Issue #16015: Make welcome message more realistic in tutorial example.Chris Jerdonek2012-09-251-3/+5
| | * | merge 3.2: Issue #16013: Fix CSV Reader parsing issue with ending quote chara...Senthil Kumaran2012-09-253-3/+20
| | |\ \ | | | |/
| | | * Issue #16013: Fix CSV Reader parsing issue with ending quote characters. Patc...Senthil Kumaran2012-09-253-3/+19
| | * | Issue #16015: Merge fix from 3.2.Chris Jerdonek2012-09-251-2/+1
| | |\ \ | | | |/
| | | * Issue #16015: Fix NameError doctest example in tutorial introduction.Chris Jerdonek2012-09-251-2/+1
| | * | Close #16022: What's New in Python 3.3 document is no more at beta stageVictor Stinner2012-09-241-4/+0
| | * | Issue #14167: merge fix from 3.2 branch.Mark Dickinson2012-09-241-5/+5
| | |\ \ | | | |/
| | | * Issue #14167: restore statement about breaks in finally clauses.Mark Dickinson2012-09-241-5/+5
| | * | #16019, #16020: merge with 3.2.Ezio Melotti2012-09-241-2/+6
| | |\ \ | | | |/
| | | * #16019, #16020: fix syntax highlight.Ezio Melotti2012-09-241-2/+6
| | * | #16017: merge with 3.2.Ezio Melotti2012-09-241-1/+1
| | |\ \ | | | |/
| | | * #16017: capitalize URLs.Ezio Melotti2012-09-241-1/+1
| | * | #16014: merge with 3.2.Ezio Melotti2012-09-241-3/+3
| | |\ \ | | | |/
| | | * #16014: fix broken link.Ezio Melotti2012-09-241-3/+3
| | * | Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()Christian Heimes2012-09-243-1/+14
| | |\ \ | | | |/
| | | * Issue #16012: Fix a regression in pyexpat. The parser's UseForeignDTD()Christian Heimes2012-09-243-1/+14
| | * | Merge with 3.3.0 release clone.Georg Brandl2012-09-247-29/+54
| | |\ \
| | * \ \ Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...Antoine Pitrou2012-09-233-3/+123
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Issue #15379: Fix passing of non-BMP characters as integers for the charmap d...Antoine Pitrou2012-09-234-3/+135
| | * | | Prefer lzma.open() over lzma.LZMAFile() in lzma module documentation.Nadeem Vawda2012-09-231-4/+4
| | * | | Fix indentation of examples in lzma module documentation.Nadeem Vawda2012-09-231-2/+2
| | * | | GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)Christian Heimes2012-09-231-1/+1
| | * | | Use C-style comments for C89 / ANSI C compatibilityChristian Heimes2012-09-231-1/+1
| | * | | Use C-style comments (required for the AIX build slave).Stefan Krah2012-09-231-2/+2
| | * | | Use C-style comments.Stefan Krah2012-09-231-24/+24
| | * | | #15949, #15899: merge with 3.2.Ezio Melotti2012-09-231-2/+2
| | |\ \ \ | | | |/ /
| | | * | #15949, #15899: use \ufffd instead of ?.Ezio Melotti2012-09-231-2/+2
| | * | | Issue #15969: Fix the issue number in Misc/NEWSVictor Stinner2012-09-231-1/+1
| | * | | Issue #5969: faulthandler module: rename dump_tracebacks_later() toVictor Stinner2012-09-234-37/+40
| | * | | #15925: fix regression: return None for null and non-date strings.R David Murray2012-09-224-24/+20
| | * | | #15949, 15899: merge with 3.2.Ezio Melotti2012-09-221-2/+2
| | |\ \ \ | | | |/ /
| | | * | #15949, 15899: avoid using non-latin1 chars in the doc (they break `make all-...Ezio Melotti2012-09-221-2/+2
| | * | | Cleanup/rewrite shutil docs regarding follow_symlinks and copying attributes.Larry Hastings2012-09-211-31/+84
| | * | | Mention that "defaults" can be None for inspect.getfullargspec.Larry Hastings2012-09-211-5/+6
| | * | | Add What's New entries for some minor work I did in 3.3.Larry Hastings2012-09-211-1/+12
| | * | | #15421: merge with 3.2.Ezio Melotti2012-09-213-1/+14
| | |\ \ \ | | | |/ /
| | | * | #15421: fix an OverflowError in Calendar.itermonthdates() after datetime.MAXY...Ezio Melotti2012-09-213-1/+14
| | * | | #15304: merge with 3.2.Ezio Melotti2012-09-213-1/+14
| | |\ \ \ | | | |/ /
| | | * | #15304: fix wrong warning message in test.support.temp_cwd().Ezio Melotti2012-09-212-1/+4
| | * | | #15980: merge with 3.2.Ezio Melotti2012-09-211-2/+2
| | |\ \ \ | | | |/ /
| | | * | #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.Ezio Melotti2012-09-211-2/+2
| | * | | null mergedoko@ubuntu.com2012-09-210-0/+0
| | |\ \ \ | | | |/ /
| | | * | - Issue #11715: Fix multiarch detection without having Debian developmentdoko@ubuntu.com2012-09-212-0/+24
| | * | | merge 3.2Benjamin Peterson2012-09-211-0/+5
| | |\ \ \ | | | |/ /
| | | * | remove gdb noise about linux-vdsoBenjamin Peterson2012-09-211-0/+5
| | * | | null mergeAlexander Belopolsky2012-09-200-0/+0
| | |\ \ \ | | | |/ /