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
*
Remove binary property on project files, set eol-style
Martin v. Löwis
2006-10-15
3
-424/+424
*
Bug #1567666: Emulate GetFileAttributesExA for Win95.
Martin v. Löwis
2006-10-15
2
-2/+105
*
Patch #1577551: Add ctypes and ET build support for VC6.
Martin v. Löwis
2006-10-15
4
-16/+476
*
Patch #1576954: Update VC6 build directory; remove redundant
Martin v. Löwis
2006-10-15
3
-22/+78
*
Fix tarfile depending on buggy int('1\0', base) behavior.
Georg Brandl
2006-10-12
1
-1/+1
*
Small grammar fix, thanks Sjoerd.
Georg Brandl
2006-10-12
1
-1/+1
*
Bug #1560114: the Mac filesystem does have accurate information
Georg Brandl
2006-10-12
1
-1/+1
*
Add a note to fpectl docs that it's not built by default
Georg Brandl
2006-10-12
1
-1/+6
*
Bug #1545497: when given an explicit base, int() did ignore NULs
Georg Brandl
2006-10-12
3
-2/+27
*
Bug #1546628: add a note about urlparse.urljoin() and absolute paths.
Georg Brandl
2006-10-12
1
-1/+15
*
Bug #1548891: The cStringIO.StringIO() constructor now encodes unicode
Georg Brandl
2006-10-12
3
-4/+28
*
Bug #1550524: better heuristics to find correct class definition
Georg Brandl
2006-10-12
1
-2/+17
*
Bug #1565919: document set types in the Language Reference.
Georg Brandl
2006-10-12
2
-0/+37
*
Bug #813342: Start the IDLE subprocess with -Qnew if the parent
Georg Brandl
2006-10-12
2
-0/+5
*
Bug #1575746: fix typo in property() docs.
Georg Brandl
2006-10-12
1
-1/+1
*
Macosx: fix permission problem in generated installer
Ronald Oussoren
2006-10-10
1
-1/+7
*
Bug #1565150: Fix subsecond processing for os.utime on Windows.
Martin v. Löwis
2006-10-09
3
-3/+13
*
List gc.get_count() in the module docstring.
Barry Warsaw
2006-10-09
1
-0/+1
*
Patch #1572724: fix typo ('=' instead of '==') in _msi.c.
Georg Brandl
2006-10-09
2
-1/+3
*
[Bug #1545341] Let the 'classifiers' parameter be a tuple as well as a list.
Andrew M. Kuchling
2006-10-09
2
-1/+4
*
Backport of r52238
Ronald Oussoren
2006-10-08
1
-7/+14
*
Backport of r52236
Ronald Oussoren
2006-10-08
1
-0/+16
*
Backport libcsv.tex bugfix from rev 52218. (SF ticket 1572471)
Skip Montanaro
2006-10-08
1
-10/+10
*
Backport of r52233
Ronald Oussoren
2006-10-08
1
-1/+5
*
Backport of r52229
Ronald Oussoren
2006-10-08
1
-3/+3
*
Backport of r52227.
Ronald Oussoren
2006-10-08
1
-2/+1
*
Backport from trunk r52223:
Hye-Shik Chang
2006-10-08
3
-14/+35
*
Fix #1569998: no break inside try statement (outside loop) allowed.
Georg Brandl
2006-10-08
3
-1/+30
*
Patch #1542451: fix crash with continue in nested try/finally
Georg Brandl
2006-10-08
3
-4/+96
*
Backport the .sln and .vcproj files for PCBuild8 from the python trunk to the...
Kristján Valur Jónsson
2006-10-07
17
-736/+1781
*
Fix name.
Georg Brandl
2006-10-06
2
-2/+2
*
Case fixes
Andrew M. Kuchling
2006-10-06
1
-1/+1
*
- update links
Fred Drake
2006-10-06
1
-6/+8
*
[Backport to 2-5maint of r52147 | andrew.kuchling ; the buildbots seem OK
Andrew M. Kuchling
2006-10-05
2
-2/+22
*
Forward-port of r52136: a review of overflow-detecting code.
Armin Rigo
2006-10-04
19
-113/+187
*
Compilation problem caused by conflicting typedefs for uint32_t
Armin Rigo
2006-10-04
2
-0/+4
*
Fix integer negation and absolute value to not rely
Martin v. Löwis
2006-10-04
3
-4/+7
*
decode_rfc2231(): As Christian Robottom Reis points out, it makes no sense to
Barry Warsaw
2006-10-04
1
-4/+0
*
Guard uintptr_t test with HAVE_STDINT_H, test for
Martin v. Löwis
2006-10-02
3
-7/+16
*
Fix test for uintptr_t. Fixes #1568842.
Martin v. Löwis
2006-10-02
4
-28/+32
*
Bug #1546052: clarify that PyString_FromString(AndSize) copies the
Georg Brandl
2006-09-30
2
-5/+8
*
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
*
Bug #1566663: remove obsolete example from datetime docs.
Georg Brandl
2006-09-30
2
-16/+20
*
Bug #1566800: make sure that EnvironmentError can be called with any
Georg Brandl
2006-09-30
3
-4/+12
*
Patch #1567691: super() and new.instancemethod() now don't accept
Georg Brandl
2006-09-30
5
-0/+23
*
Bug #1565661: in webbrowser, split() the command for the default
Georg Brandl
2006-09-30
2
-1/+4
*
Bug #1567375: a minor logical glitch in example description.
Georg Brandl
2006-09-30
1
-2/+4
[next]