index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Backport rev. 51669 by brett.cannon]
Andrew M. Kuchling
2006-10-03
2
-2/+4
*
[Backport rev. 47171 by neal.norwitz]
Andrew M. Kuchling
2006-10-03
2
-1/+3
*
Guard uintptr_t test with HAVE_STDINT_H, test for
Martin v. Löwis
2006-10-02
3
-5/+14
*
Fix test for uintptr_t. Fixes #1568842.
Martin v. Löwis
2006-10-02
4
-29/+33
*
Back out r52076, it's causing the buildbots to fail because of test_charmapco...
Georg Brandl
2006-09-30
2
-4/+1
*
Bug #1446043: correctly raise a LookupError if an encoding name given
Georg Brandl
2006-09-30
2
-1/+4
*
Bug #1556784: allow format strings longer than 127 characters in
Georg Brandl
2006-09-30
3
-2/+6
*
Bug #1560617: in pyclbr, return full module name not only for classes,
Georg Brandl
2006-09-30
3
-1/+7
*
Bug #1566602: correct failure of posixpath unittest when $HOME ends
Georg Brandl
2006-09-30
2
-2/+4
*
Patch #1567691: super() and new.instancemethod() now don't accept
Georg Brandl
2006-09-30
5
-0/+23
*
Bug #1567375: a minor logical glitch in example description.
Georg Brandl
2006-09-30
1
-2/+4
*
wording change
Gregory P. Smith
2006-09-30
1
-1/+1
*
[Backport rev. 46882 by neal.norwitz]
Andrew M. Kuchling
2006-09-29
5
-6/+52
*
Typo fix from rev. 46879
Andrew M. Kuchling
2006-09-29
1
-1/+1
*
[Backport rev. 46878 by neal.norwitz]
Andrew M. Kuchling
2006-09-29
1
-1/+3
*
[Backport rev. 39743 by lemburg]
Andrew M. Kuchling
2006-09-29
2
-8/+18
*
[Backport rev. 41696 by neal.norwitz]
Andrew M. Kuchling
2006-09-29
2
-1/+4
*
[Backport rev39767 by nnorwitz]
Andrew M. Kuchling
2006-09-29
2
-0/+5
*
[Backport rev.39739 by nnorwitz]
Andrew M. Kuchling
2006-09-29
1
-2/+2
*
[Backport rev 39653 by nnorwitz]
Andrew M. Kuchling
2006-09-29
1
-0/+4
*
[Backport rev. 39645 by nnorwitz]
Andrew M. Kuchling
2006-09-29
1
-0/+2
*
[Backport rev. 39135 by mwh]
Andrew M. Kuchling
2006-09-28
2
-0/+5
*
[Backport rev.39030 by nascheme]
Andrew M. Kuchling
2006-09-28
2
-0/+3
*
[Backport rev. 39012 by mwh]
Andrew M. Kuchling
2006-09-28
2
-0/+3
*
[Backport rev. 38534 by loewis]
Andrew M. Kuchling
2006-09-27
2
-1/+5
*
Make examples do error checking on Py_InitModule
Andrew M. Kuchling
2006-09-27
1
-4/+10
*
[Backport of rev. 42093 by neal.norwitz]
Andrew M. Kuchling
2006-09-27
75
-0/+149
*
[Backport of rev. 51683 by neal.norwitz]
Andrew M. Kuchling
2006-09-27
2
-0/+6
*
[Backport rev.51254 from neal.norwitz]
Andrew M. Kuchling
2006-09-27
2
-9/+18
*
fix a bug with bsddb.DB.stat reversing its flags and txn keyword
Gregory P. Smith
2006-09-19
2
-1/+4
*
Backport 51850 from release25-maint branch.
Neal Norwitz
2006-09-11
4
-25/+236
*
Backport from trunk r51737:
Hye-Shik Chang
2006-09-07
6
-28/+53
*
Remove bogus NEWS entry.
Georg Brandl
2006-09-07
1
-4/+0
*
Fix missing import of the types module in logging.config.
Georg Brandl
2006-09-06
2
-1/+7
*
Bug #1551427: fix a wrong NULL pointer check in the win32 version
Georg Brandl
2006-09-06
2
-1/+4
*
Merge rev 51711 from the 2.5 branch.
Tim Peters
2006-09-05
2
-2/+11
*
Backport trunk's revision 51565:
Thomas Wouters
2006-08-24
3
-1/+9
*
Backport rev 51448:
Georg Brandl
2006-08-22
4
-12/+35
*
Patch #1540329: _hotshot.c fix backports.
Georg Brandl
2006-08-19
1
-3/+8
*
Minor edits
Andrew M. Kuchling
2006-08-18
2
-3/+3
*
Typo in tp_clear docs.
Georg Brandl
2006-08-18
1
-1/+1
*
Bug #1541682: Fix example in the "Refcount details" API docs.
Georg Brandl
2006-08-18
4
-22/+24
*
Add an additional test: BZ2File write methods should raise IOError
Georg Brandl
2006-08-14
1
-0/+9
*
Patch #1535500: fix segfault in BZ2File.writelines and make sure it
Georg Brandl
2006-08-14
3
-3/+22
*
Backport a patch applied to trunk that allows Python to compile with
Matt Fleming
2006-08-13
1
-0/+8
*
Fix typo.
Georg Brandl
2006-08-11
1
-1/+1
*
Backport whitespace-normalization-proofing test_cgi fix.
Georg Brandl
2006-08-11
1
-2/+2
*
Chris McDonough's patch to defend against certain DoS attacks on FieldStorage.
Georg Brandl
2006-08-11
4
-5/+88
*
Backport fixes for #1523610 (crashes in PyArg_ParseTuple):
Georg Brandl
2006-08-09
3
-3/+42
*
Bug #1536660: separate two words.
Georg Brandl
2006-08-08
1
-1/+1
[prev]
[next]