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
path:
root
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Properly generate logical file ids. Fixes #1515998.
Martin v. Löwis
2006-07-06
1
-4/+6
*
Test using all CJK encodings for the testcases which don't require
Hye-Shik Chang
2006-07-06
1
-6/+26
*
Add a testcase for r47086 which fixed a bug in codec_getstreamcodec().
Hye-Shik Chang
2006-07-06
1
-1/+9
*
Ignore ImportWarning by default
Nick Coghlan
2006-07-06
1
-0/+1
*
Revert the __module_name__ changes made in rev 47142. We'll revisit this in P...
Nick Coghlan
2006-07-06
2
-34/+18
*
added XMLParser alias for cElementTree compatibility
Fredrik Lundh
2006-07-06
1
-1/+4
*
Patch #1517790: It is now possible to use custom objects in the ctypes
Thomas Heller
2006-07-06
1
-0/+35
*
The test that calls a function with invalid arguments and catches the
Thomas Heller
2006-07-06
1
-9/+5
*
A couple of examples about how to attack the fact that _PyType_Lookup()
Armin Rigo
2006-07-06
2
-0/+67
*
Revert the change done in svn revision 47206:
Thomas Heller
2006-07-06
1
-5/+9
*
Fix bug in passing tuples to string.Template. All other values (with working
Thomas Wouters
2006-07-05
2
-3/+10
*
Put method-wrappers into trashcan. Fixes #927248.
Martin v. Löwis
2006-07-03
1
-0/+8
*
Patch #825417: Fix timeout processing in expect,
Martin v. Löwis
2006-07-03
1
-1/+15
*
Bug #1267547: Put proper recursive setup.py call into the
Martin v. Löwis
2006-07-03
1
-3/+4
*
Bug #1417699: Reject locale-specific decimal point in float()
Martin v. Löwis
2006-07-03
2
-3/+17
*
Bug #1514693: Update turtle's heading when switching between
Martin v. Löwis
2006-07-03
1
-1/+6
*
Reimplement turtle.circle using a polyline, to allow correct
Martin v. Löwis
2006-07-03
1
-48/+14
*
Only setup canvas when it is first created.
Martin v. Löwis
2006-07-03
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-07-03
1
-1/+1
*
Add a new function uses_seh() to the _ctypes extension module. This
Thomas Heller
2006-07-03
1
-9/+5
*
Don't run the doctests with Python 2.3 because it doesn't have the ELLIPSIS f...
Thomas Heller
2006-07-03
1
-4/+8
*
Correct arithmetic in access on Win32. Fixes #1513646.
Martin v. Löwis
2006-07-02
1
-0/+14
*
The sqlite3 module did cut off data from the SQLite database at the first null
Gerhard Häring
2006-07-02
1
-2/+20
*
SF bug #1296433 (Expat bug #1515266): Unchecked calls to character data
Fred Drake
2006-07-01
2
-56/+21
*
Release all forwarded functions in .close. Fixes #1513223.
Martin v. Löwis
2006-07-01
2
-14/+31
*
Added duplicate call to fileConfig() to ensure that it cleans up after itself...
Vinay Sajip
2006-07-01
1
-0/+2
*
Whitespace normalization.
Tim Peters
2006-06-30
1
-4/+4
*
Fixed bug in fileConfig() which failed to clear logging._handlerList
Vinay Sajip
2006-06-30
1
-0/+1
*
This should fix the buildbot failure on s/390 which can't connect to gmail.org.
Neal Norwitz
2006-06-29
1
-6/+9
*
Add new utility function, reap_children(), to test_support. This should
Neal Norwitz
2006-06-29
13
-8/+52
*
SF bug #1504333: sgmlib should allow angle brackets in quoted values
Fred Drake
2006-06-29
2
-9/+25
*
Fix end_fill().
Georg Brandl
2006-06-28
1
-1/+1
*
A couple of crashers of the "won't fix" kind.
Armin Rigo
2006-06-28
2
-0/+26
*
Make full module name available as __module_name__ even when __name__ is set ...
Nick Coghlan
2006-06-28
2
-18/+34
*
According to the man pages on Gentoo Linux and Tru64, EACCES or EAGAIN
Neal Norwitz
2006-06-28
1
-1/+1
*
Whitespace normalization.
Tim Peters
2006-06-27
3
-4/+4
*
MacOSX: fix rather dumb buglet that made it impossible to create extensions on
Ronald Oussoren
2006-06-27
2
-2/+2
*
Removed buggy exception handling in doRollover of rotating file handlers. Exc...
Vinay Sajip
2006-06-27
1
-12/+2
*
Attempt to fix build failure on OS X and Debian alpha; the symptom is
Andrew M. Kuchling
2006-06-26
1
-1/+1
*
Windows doesn't have os.fork(). I'll just disable this test for now
Andrew M. Kuchling
2006-06-26
1
-0/+2
*
Add a test for a conflicting lock.
Andrew M. Kuchling
2006-06-26
1
-0/+22
*
[Bug #1512163] Use one set of locking methods, lockf();
Andrew M. Kuchling
2006-06-26
1
-12/+2
*
[Bug #1512163] Fix typo.
Andrew M. Kuchling
2006-06-26
1
-1/+1
*
Workaround for bug #1512124
Ronald Oussoren
2006-06-25
1
-1/+8
*
- SF bug #853506: IP6 address parsing in sgmllib
Fred Drake
2006-06-23
2
-11/+45
*
Applied patch #1506758: Prevent MemoryErrors with large MAXFD.
Peter Astrand
2006-06-22
2
-2/+2
*
Make it possible to run test_subprocess.py on Python 2.2, which lacks test_su...
Peter Astrand
2006-06-22
1
-1/+2
*
'warning's was improperly requiring that a command-line Warning category be
Brett Cannon
2006-06-22
2
-2/+14
*
Test for correct compilation of try-except-finally stmt.
Georg Brandl
2006-06-22
1
-0/+15
*
Set lineno correctly on list, tuple and dict literals.
Georg Brandl
2006-06-22
1
-5/+5
[prev]
[next]