summaryrefslogtreecommitdiff
path: root/Python
Commit message (Expand)AuthorAgeFilesLines
* Bug #4495: Fix signed/unsigned warning (both namelen and tailen should be si...Raymond Hettinger2008-12-021-1/+1
* check the return value of NEW_IDENTIFIER in some more placesBenjamin Peterson2008-11-251-9/+18
* Make ast.c compile on Windows again.Thomas Heller2008-11-251-1/+2
* Merged revisions 67373 via svnmerge fromBenjamin Peterson2008-11-251-15/+47
* Merged revisions 67295,67301-67302,67318,67330,67342-67343 via svnmerge fromAmaury Forgeot d'Arc2008-11-221-1/+1
* Merged revisions 67320 via svnmerge fromBenjamin Peterson2008-11-211-1/+2
* Issue 2260: Small peephole optimization -- eliminate unnecessary POP_TOP /JUM...Raymond Hettinger2008-11-181-0/+10
* Issue #3327: Don't overallocate in the modules_by_index list.Martin v. Löwis2008-11-171-1/+1
* #3705: Command-line arguments were not correctly decoded when theAmaury Forgeot d'Arc2008-11-111-4/+7
* Merged revisions 67171 via svnmerge fromBenjamin Peterson2008-11-082-6/+1
* fix #4211: the __path__ of a frozen package should be a list.Benjamin Peterson2008-11-051-28/+17
* Merged revisions 67028,67040,67044,67046,67052,67065,67070,67077,67082 via sv...Benjamin Peterson2008-11-031-0/+2
* Merged revisions 67066 via svnmerge fromBenjamin Peterson2008-10-311-6/+12
* Issue 3723: Fixed initialization of subinterpretersChristian Heimes2008-10-305-2/+20
* Issue #4213: The file system encoding is now normalized by the codec subsyste...Christian Heimes2008-10-301-9/+32
* Merged revisions 66974,66977,66984,66989,66992,66994-66996,66998-67000,67007,...Benjamin Peterson2008-10-251-1/+1
* update Python-ast.cBenjamin Peterson2008-10-241-0/+18
* Latin-1 source code was not being properly decoded when passed throughBrett Cannon2008-10-171-5/+1
* Benjamin Peterson's patch to fix bug 3661, sys.call_tracing segfaults.Barry Warsaw2008-10-171-1/+1
* Apply Martin's patch for bug 3685, Crash while compiling Python 3000 inBarry Warsaw2008-10-171-1/+1
* Issues #2384 and #3975: Tracebacks were not correctly printed when the source...Amaury Forgeot d'Arc2008-10-091-81/+141
* #4004: Missing newline in some startup error messages.Amaury Forgeot d'Arc2008-10-071-4/+4
* Issue #3187: Add sys.setfilesystemencoding.Martin v. Löwis2008-10-032-3/+41
* Merged revisions 66748 via svnmerge fromChristian Heimes2008-10-021-3/+3
* Merged revisions 66552-66553 via svnmerge fromAndrew MacIntyre2008-09-221-0/+2
* #1688: On Windows, the input() prompt was not correctly displayed if itAmaury Forgeot d'Arc2008-09-211-2/+19
* Merged revisions 66377 via svnmerge fromAmaury Forgeot d'Arc2008-09-101-1/+1
* Revert r33661, which broke all buildbots.Amaury Forgeot d'Arc2008-09-091-7/+4
* #3705: Fix crash when given a non-ascii value on the command line for the "-c...Amaury Forgeot d'Arc2008-09-091-4/+7
* fixes deferred/release blocker issue #3797: Fixed the dbm, marshal, mmap,Gregory P. Smith2008-09-061-4/+4
* compile _bytesio and _stringio into the binary and initalize stdio before sit...Benjamin Peterson2008-09-051-2/+2
* #3773: Check for errors around the use of PyTokenizer_FindEncoding().Amaury Forgeot d'Arc2008-09-041-0/+2
* Fix a memory leak in reloading extension modules #3667Benjamin Peterson2008-09-041-1/+1
* Issue #3696: Error parsing arguments on OpenBSD <= 4.4 and Cygwin.Antoine Pitrou2008-09-031-1/+10
* Issue #3697: "Fatal Python error: Cannot recover from stack overflow"Antoine Pitrou2008-09-031-1/+1
* The _warnings module did not properly handle cases where strings were not beingBrett Cannon2008-09-021-4/+12
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-40/+14
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-021-1/+4
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-16/+47
* Issue 3611: in some cases (a __del__ re-raising an exception, when called fro...Amaury Forgeot d'Arc2008-08-292-10/+9
* #3706: fix error message for wrong exec() argument type. R=Guido.Georg Brandl2008-08-281-13/+9
* Fix #3651 various memory leaks when using the buffer interfaceBenjamin Peterson2008-08-271-10/+11
* Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as toAntoine Pitrou2008-08-261-2/+3
* #3663: extra DECREF on syntax errors.Antoine Pitrou2008-08-261-1/+4
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-241-3/+7
* fix #3653 Python could segfault if invalid values were passed to sys.excepthookBenjamin Peterson2008-08-231-0/+7
* apply a fix for #3611 where the current exception context was deleted with a ...Benjamin Peterson2008-08-201-1/+1
* allow keyword args after *args in a function callBenjamin Peterson2008-08-192-2/+8
* Merged revisions 65715,65724,65726,65732,65736-65739,65775 via svnmerge fromBenjamin Peterson2008-08-171-4/+9
* Merged revisions 65654 via svnmerge fromMartin v. Löwis2008-08-132-12/+113