COMMITS
/ Python/_warnings.c January 18, 2012
A
Finally fix all test_capi refleaks
Antoine Pitrou committed
January 12, 2012
B
remove some usage of Py_UNICODE_TOUPPER/LOWER
Benjamin Peterson committed
December 9, 2011
F
Remove obsolete py3k comment.
Florent Xicluna committed
November 21, 2011
V
Fix misuse of PyUnicode_GET_SIZE() => PyUnicode_GET_LENGTH()
Victor Stinner committed
November 7, 2011
M
Make _PyUnicode_FromId return borrowed references.
Martin v. Löwis committed
October 14, 2011
M
Port SetAttrString/HasAttrString to SetAttrId/GetAttrId.
Martin v. Löwis committed
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
October 6, 2011
V
Fix _warnings.c: make the filename string ready
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
July 18, 2011
B
Make warnings accept a callable for showwarnings instead of
Brett Cannon committed
July 5, 2011
B
start out this branch always with filename NULL
Benjamin Peterson committed
July 4, 2011
B
plug refleak
Benjamin Peterson committed
V
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
E
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti committed
December 27, 2010
V
Issue #10779: PyErr_WarnExplicit() decodes the filename from the filesystem
Victor Stinner committed
October 24, 2010
G
September 4, 2010
B
_warnings exposed two variables with the name 'default_action' and
Brett Cannon committed
August 13, 2010
V
Issue #9425: Create PyErr_WarnFormat() function
Victor Stinner committed
August 8, 2010
V
Issue #9425: fix setup_context() for non-ascii filenames
Victor Stinner committed
June 28, 2010
B
Merged revisions 77402,77505,77510 via svnmerge from
Benjamin Peterson committed
June 17, 2010
V
Merged revisions 82059,82061 via svnmerge from
Victor Stinner committed
V
Issue #6543: Write the traceback in the terminal encoding instead of utf-8.
Victor Stinner committed
May 20, 2010
V
Recorded merge of revisions 81364 via svnmerge from
Victor Stinner committed
May 19, 2010
V
Issue #8766: Initialize _warnings module before importing the first module.
Victor Stinner committed
May 9, 2010
A
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou committed
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
July 21, 2009
A
Merged revisions 72487-72488,72879 via svnmerge from
Alexandre Vassalotti committed
July 17, 2009
H
Merged revisions 74046 via svnmerge from
Hirokazu Yamamoto committed
H
Merged revisions 74040,74042 via svnmerge from
Hirokazu Yamamoto committed
April 1, 2009
B
Merged revisions 70965 via svnmerge from
Brett Cannon committed
October 2, 2008
C
Merged revisions 66748 via svnmerge from
Christian Heimes committed
September 2, 2008
B
The _warnings module did not properly handle cases where strings were not being
Brett Cannon committed
B
Merge in r66135. Doing also required removing a stale DeprecationWarning along
Brett Cannon committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
July 16, 2008
July 15, 2008
B
implement chained exception tracebacks
Benjamin Peterson committed
June 27, 2008
B
Merged revisions 64549 via svnmerge from
Brett Cannon committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
May 16, 2008
May 6, 2008
C
Merged revisions 62774-62775,62785,62787-62788 via svnmerge from
Christian Heimes committed
C
Merged revisions 62713,62715,62728,62737,62740,62744,62749,62756 via svnmerge from
Christian Heimes committed
May 4, 2008
B
Fix merge error
Benjamin Peterson committed
April 15, 2008
April 13, 2008