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
*
- fix generated Texinfo markup for \deprecated
Fred Drake
2005-03-10
1
-1/+10
*
bump buildno for 2.4c1
Anthony Baxter
2005-03-10
1
-3/+3
*
fix broken usage comment
Fred Drake
2005-03-10
1
-1/+1
*
add missing entries from GNU info conversion table
Fred Drake
2005-03-10
1
-0/+2
*
correct several markup errors caught by the GNU info conversion
Fred Drake
2005-03-10
1
-22/+25
*
SF bug #1160187: Setup file needs entries for collections, itertools, strop
Raymond Hettinger
2005-03-09
1
-0/+4
*
backport v1.216: add support for another DB library naming convention \n(Free...
Andrew MacIntyre
2005-03-09
1
-1/+3
*
pre-release magic
Anthony Baxter
2005-03-09
6
-12/+18
*
tabstop delenda est
Anthony Baxter
2005-03-09
1
-3/+3
*
backport
Skip Montanaro
2005-03-09
1
-2/+0
*
backport from head
Skip Montanaro
2005-03-09
1
-4/+4
*
SF #818006: revert addition of 'closed', 'mode', and 'name' attributes
Greg Ward
2005-03-09
3
-84/+27
*
Build with --disable-unicode again. Fixes #1158607.
Martin v. Löwis
2005-03-08
6
-12/+39
*
SF #1156412: document the __new__() static method.
Greg Ward
2005-03-08
1
-0/+29
*
SF #818006: add useful read-only attributes to oss_audio_device object:
Greg Ward
2005-03-07
4
-35/+101
*
Ensure that warnings.filters is properly restored after fiddling with it
Greg Ward
2005-03-07
1
-7/+10
*
Mention SF #1149508 (textwrap and hyphenated numbers).
Greg Ward
2005-03-05
1
-0/+4
*
SF #1149508: ensure textwrap handles hyphenated numbers correctly,
Greg Ward
2005-03-05
2
-3/+22
*
Patches #925152, #1118602: Avoid reading after the end of the buffer
Martin v. Löwis
2005-03-04
2
-1/+4
*
Patch #1075887: Don't require MSVC in distutils if there is nothing
Martin v. Löwis
2005-03-04
2
-0/+9
*
Convert "__init__ should return None" from an exception to a warning.
Raymond Hettinger
2005-03-04
2
-5/+12
*
Patch #1103407: Properly deal with tarfile iterators when untarring
Martin v. Löwis
2005-03-03
2
-4/+18
*
Patch #1107221: Updated "Working on Cygwin" section.
Martin v. Löwis
2005-03-03
1
-17/+28
*
Corrected bug in list2cmdline wrt backslashes. Fixes #1083306.
Peter Astrand
2005-03-03
1
-0/+1
*
Only run extensive subprocess tests if -usubprocess to regrtest is specified....
Peter Astrand
2005-03-03
2
-4/+7
*
minor edits:
Fred Drake
2005-03-03
1
-3/+4
*
SF bug #1155938: Missing None check for __init__().
Raymond Hettinger
2005-03-03
3
-0/+22
*
Revert previous checkin on getargs 'L' code. Try to convert all
Martin v. Löwis
2005-03-03
4
-25/+27
*
Patch #1117454: Remove code to special-case cookies without values
Martin v. Löwis
2005-03-03
5
-12/+26
*
Patch #1117339: Add cookielib special name tests.
Martin v. Löwis
2005-03-03
3
-5/+30
*
Document quiet parameter to decode. Fixes #803413.
Martin v. Löwis
2005-03-03
1
-1/+5
*
Patch #1112812: Make bsddb/__init__.py more friendly for modulefinder.
Martin v. Löwis
2005-03-03
2
-2/+4
*
Clear internal call error in 'L' format. Fixes #723201.
Martin v. Löwis
2005-03-03
3
-1/+16
*
Backport the non-spwd part of the change on head.
Skip Montanaro
2005-03-02
1
-2/+3
*
Patch #1121234: Properly cleanup _exit and tkerror commands.
Martin v. Löwis
2005-03-01
2
-0/+9
*
Patch #1093585: raise a ValueError for negative history items in
Martin v. Löwis
2005-02-27
2
-1/+17
*
Document missing opcodes.
Raymond Hettinger
2005-02-21
1
-0/+8
*
Use getdoc(object) instead of object.__doc__ to fix indentation problems.
Ka-Ping Yee
2005-02-19
1
-2/+10
*
Avoid using *W functions on Win95.
Martin v. Löwis
2005-02-18
1
-11/+24
*
Avoid using items() in environ.update(). Fixes #1124513.
Martin v. Löwis
2005-02-17
1
-8/+18
*
Backport: NEWS blurb for fix of:
Michael W. Hudson
2005-02-17
1
-0/+3
*
add notes about subprocess module & thread stacks, SSL support
Andrew MacIntyre
2005-02-17
1
-1/+18
*
add build machinery for the SSL socket module
Andrew MacIntyre
2005-02-17
1
-0/+8
*
Backport: Fix
Michael W. Hudson
2005-02-17
2
-2/+3
*
Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime.
Brett Cannon
2005-02-17
1
-1/+1
*
Remove dependency on order of mode flags
Raymond Hettinger
2005-02-16
1
-1/+1
*
Update refences to "Macintosh" to reflect the state of affairs for OS X and not
Brett Cannon
2005-02-13
18
-623/+201
*
fix decoding in _stringify to not depend on the default encoding
Fred Drake
2005-02-11
2
-1/+43
*
Fix tzset() check to not require the existence of tm->tm_zone. Also added more
Brett Cannon
2005-02-10
4
-7/+261
*
Fix typo
Andrew M. Kuchling
2005-02-10
2
-2/+2
[next]