summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix test_sys.test_implementation for final releases.v3.3.0Georg Brandl2012-09-291-1/+1
* Added tag v3.3.0 for changeset de6b91d97113Georg Brandl2012-09-290-0/+0
* Update release date in whatsnew document.Georg Brandl2012-09-291-0/+1
* Bump version to 3.3.0 final.Georg Brandl2012-09-296-12/+9
* Point "source" links in the docs to the 3.3 versions in the repo.Georg Brandl2012-09-291-1/+1
* Add a versionchanged note for #9374 changes.Georg Brandl2012-09-291-2/+6
* Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Sto...Mark Dickinson2012-09-272-4/+6
* don't depend on __debug__ because it's baked in at freeze time (issue #16046)Benjamin Peterson2012-09-253-4229/+4241
* Close #16022: What's New in Python 3.3 document is no more at beta stageVictor Stinner2012-09-241-4/+0
* Port #16012 fix: parameter parsing regression in pyexpat parser UseForeignDTD...Georg Brandl2012-09-242-2/+9
* Post-release updates.Georg Brandl2012-09-242-1/+13
* Added tag v3.3.0rc3 for changeset c191d21cefafGeorg Brandl2012-09-230-0/+0
* Bump to 3.3.0rc3.v3.3.0rc3Georg Brandl2012-09-236-9/+9
* Add news entries for recent changes.Georg Brandl2012-09-231-0/+3
* 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
* Fixed reference leak in error branch of _bufferedreader_read_all(). The varia...Christian Heimes2012-09-101-1/+3
* Fixed memory leak in error branch of formatfloat(). CID 719687Christian Heimes2012-09-101-1/+3
* Fix issue number.Georg Brandl2012-09-231-1/+1
* 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
* Fixed out-of-bounce write to rawmode buffer. The fixed size buffer wasn't enl...Christian Heimes2012-09-101-1/+1
* Issue #15900: Fixed reference leak in PyUnicode_TranslateCharmap()Christian Heimes2012-09-112-6/+7
* Closes #15973: fix a segmentation fault when comparing timezone objects.Georg Brandl2012-09-224-0/+13
* Issue #15926: Fix crash after multiple reinitializations of the interpreter.Antoine Pitrou2012-09-122-1/+3
* Closes #15925: fix regression in parsedate() and parsedate_tz() that should r...Georg Brandl2012-09-224-24/+21
* Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-224-37/+41
* Fix NEWS entry location.Georg Brandl2012-09-221-4/+7
* Issue #15977: Fix memory leak in Modules/_ssl.c when the function _set_npn_pr...Christian Heimes2012-09-202-0/+10
* Spacing fix.Georg Brandl2012-09-221-0/+1
* Issue #15882: Change _decimal to accept any coefficient tuple whenStefan Krah2012-09-103-7/+21
* Updates NEWS for issue #15895Christian Heimes2012-09-111-1/+5
* Issue #15895: my analysis was slightly off. The FILE pointer is only leaked w...Christian Heimes2012-09-111-8/+6
* Issue #15895: Fix FILE pointer leak in PyRun_SimpleFileExFlags() when filenam...Christian Heimes2012-09-111-1/+5
* Post-release updates for 3.3.0rc2.Georg Brandl2012-09-092-1/+13
* Added tag v3.3.0rc2 for changeset 88a0792e8ba3Georg Brandl2012-09-090-0/+0
* Issue #15814: Update whatsnew to the current state of hashing memoryviews.v3.3.0rc2Stefan Krah2012-09-081-3/+2
* Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictionsNick Coghlan2012-09-031-0/+8
* Issue #15814: Documentation: disallow hashing of multi-dimensional memoryviews.Stefan Krah2012-09-021-6/+8
* Bump to 3.3.0rc2.Georg Brandl2012-09-096-7/+7
* Fix NEWS entry location.Georg Brandl2012-09-091-3/+6
* Issue #15822: Fix installation of lib2to3 grammar pickles to ensureNed Deily2012-09-083-3/+25
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-067-9/+140
* Changelog entry for 8c2e87aeb707.Georg Brandl2012-09-081-0/+3
* Fix bug with argparse.Parser.parse_args(*args)Zbigniew J??drzejewski-Szmek2012-09-022-1/+22
* Closes #10650: Deprecate the watchexp parameter of Decimal.quantize().Stefan Krah2012-08-303-0/+12
* Issue #15814: Document planned restrictions for memoryview hashes in 3.3.1.Stefan Krah2012-09-011-15/+7