summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #14783: Backport changes from 3.2.Chris Jerdonek2012-10-071-1/+2
* Cleanup 'k' when the creation of PySTEntryObject fails. ad3824a90261 used to ...Christian Heimes2012-09-121-1/+3
* Partly revert ad3824a90261 and add comment about reference ownershipChristian Heimes2012-09-121-2/+1
* Added missing va_end in error branch of PyArg_UnpackTuple(). CID 486641Christian Heimes2012-09-101-0/+1
* Closed reference leak of variable 'k' in function ste_new which wasn't decref...Christian Heimes2012-09-101-1/+2
* Issue #15340: Fix importing the random module when /dev/urandom cannot be ope...Antoine Pitrou2012-09-071-1/+2
* Issue #13992: The trashcan mechanism is now thread-safe. This eliminatesAntoine Pitrou2012-09-061-0/+3
* Issue #15741: Fix potential NULL dereference. Found by Coverity.Stefan Krah2012-08-201-0/+2
* Issue #15604: Update uses of PyObject_IsTrue() to check for and handle errors...Antoine Pitrou2012-08-152-8/+27
* - Issue #15647: Make isdir static for windows and posixMatthias Klose2012-08-141-2/+2
* Fix whitespaceRaymond Hettinger2012-07-201-20/+16
* Closes #9254: backport __import__ docstring/doc mentions of importlib.R David Murray2012-07-181-2/+6
* remove unused variableMeador Inge2012-07-181-1/+1
* Issue #15368: fixing variable typo.Meador Inge2012-07-181-1/+1
* Issue #15368: make bytecode generation deterministic.Meador Inge2012-07-181-2/+22
* Issue #8767: Restore building with --disable-unicode.Martin v. L?wis2012-05-202-0/+4
* Issue #14761: Fix potential leak on an error case in the import machinery.Antoine Pitrou2012-05-091-1/+2
* Fix compiler warning related to issue #14331. harmless.Gregory P. Smith2012-04-181-1/+2
* move outside WITH_THREAD conditionalBenjamin Peterson2012-04-131-2/+2
* take linkage def outside of WITH_THREAD conditional (closes #14569)Benjamin Peterson2012-04-131-4/+3
* fix parse_syntax_error to clean up its resourcesBenjamin Peterson2012-04-031-19/+31
* Issue #10538. Put a reference to the source object in the Py_buffer whenKristján Valur Jónsson2012-03-221-1/+1
* this should technicaly be identifierBenjamin Peterson2012-03-221-1/+1
* check for NULLBenjamin Peterson2012-03-221-1/+1
* check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-8/+3
* Fixes Issue #14331: Use significantly less stack space when importing modules byGregory P. Smith2012-03-181-31/+95
* - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
* Test in 6c218b9c5c4c was inadvertently converted from #ifdef to #if. Now #ifd...Jason R. Coombs2012-03-081-1/+1
* Fix indentationJason R. Coombs2012-01-131-16/+16
* Extracted Windows directory detection from NullImporter.__init__. This greatl...Jason R. Coombs2012-01-131-47/+24
* Moved directory detection into an isdir functionJason R. Coombs2012-01-131-28/+14
* Fix crash at startup with -W options.Antoine Pitrou2012-02-212-2/+9
* merge 2.6Benjamin Peterson2012-02-211-4/+8
|\
| * ensure no one tries to hash things before the random seed is foundBenjamin Peterson2012-02-211-4/+8
* | merge 2.6 with hash randomization fixBenjamin Peterson2012-02-203-2/+314
|\ \ | |/
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-203-2/+314
| * Replay changeset 70238:03e488b5c009 from fubar branch. Original commitBarry Warsaw2011-05-232-3/+3
| * Merged revisions 83429,83436 via svnmerge fromGeorg Brandl2010-08-011-1/+1
| * Issue #8930: Remaining indentation fixes after the Grand Unified Indenting.Stefan Krah2010-06-231-55/+55
| * Merged revisions 82169 via svnmerge fromAntoine Pitrou2010-06-221-38/+38
| * Merged revisions 81537 via svnmerge fromVictor Stinner2010-05-251-1/+7
| * Merged revisions 81398 via svnmerge fromAntoine Pitrou2010-05-211-2/+8
| * Merged revisions 81380 via svnmerge fromBrett Cannon2010-05-201-1/+2
| * Merged revisions 81220 via svnmerge fromVictor Stinner2010-05-151-1252/+1252
| * Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-0955-24703/+24703
| * Merged revisions 81007 via svnmerge fromJean-Paul Calderone2010-05-081-0/+4
| * Merged revisions 80758 via svnmerge fromMark Dickinson2010-05-071-45/+72
| * Merged revisions 79763 via svnmerge fromBenjamin Peterson2010-04-041-1/+1
| * Merged revisions 79642,79644 via svnmerge fromBenjamin Peterson2010-04-031-1/+5
| * Partial backport of r78826: leave import site error handler unchanged (printVictor Stinner2010-03-212-6/+12