aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* store the first w_globals that a code object is run in on the code object. if aCarl Friedrich Bolz2016-01-131-1/+1
* cleanups in pypy.moduleBrian Kearns2013-03-221-1/+0
* progressAmaury Forgeot d'Arc2012-10-291-7/+1
* fix fix fixMaciej Fijalkowski2012-10-121-1/+1
* use newer shinier interface a bit everywhereMaciej Fijalkowski2012-10-121-4/+4
* kill NoneNotWrappedMaciej Fijalkowski2012-10-101-2/+4
* try to use more consistently space.is_noneMaciej Fijalkowski2012-10-101-1/+1
* CPython Issue #12467: warnings: fix crash if globals()['__file__'] is None.Amaury Forgeot d'Arc2012-06-132-7/+12
* unwrap_spec in _warnings, _stacklessAmaury Forgeot d'Arc2011-02-161-3/+2
* Added space.len_w which is a shortcut for space.int_w(space.len(w_obj))Alex Gaynor2011-02-041-1/+1
* warnings.warn can still display the source line even whenAmaury Forgeot d'Arc2011-01-042-11/+42
* Fix the lineno returned in a warning messageAmaury Forgeot d'Arc2010-11-092-1/+8
* Fixes in the _warnings moduleAmaury Forgeot d'Arc2010-11-042-4/+17
* Fix translation of the _warnings moduleAmaury Forgeot d'Arc2010-11-041-19/+19
* Start implementing the _warnings moduleAmaury Forgeot d'Arc2010-11-043-0/+389