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
*
GNUTranslations._parse(): Fix portability problems on 64-bit machines
Barry Warsaw
2000-08-31
1
-5/+14
*
closes bug #112468 (and all the other bugs that surfaced when
Fredrik Lundh
2000-08-31
2
-43/+85
*
Test case to exercise fix for error propogation bug in dictionarys.
Fred Drake
2000-08-31
2
-2/+28
*
fixes bug #111951
Jeremy Hylton
2000-08-31
3
-2/+18
*
GNUTranslations.BE_MAGIC: don't be so clever in calculating this from
Barry Warsaw
2000-08-31
1
-1/+1
*
New method getnamespace.
Sjoerd Mullender
2000-08-31
1
-0/+7
*
tg@freebsd.org
Jeremy Hylton
2000-08-31
10
-0/+1629
*
Add /GX to 'compile_options'. This is definitely needed for C++ source;
Greg Ward
2000-08-31
1
-2/+3
*
Add ".cxx" to the list of known C++ extensions.
Greg Ward
2000-08-30
1
-1/+1
*
Added docstring for 'wrap()' function.
Greg Ward
2000-08-30
1
-0/+5
*
patches from David Goodger. Closes patch 101085.
Skip Montanaro
2000-08-30
1
-69/+104
*
Expand the test suite to test both the GNU gettext and translation
Barry Warsaw
2000-08-30
2
-257/+154
*
Finalize this module for Python 2.0 based on feedback and input from
Barry Warsaw
2000-08-30
1
-173/+140
*
Fix for two problems on FreeBSD:
Andrew M. Kuchling
2000-08-29
1
-3/+6
*
Add support for FreeBSD-[45].
Guido van Rossum
2000-08-29
2
-3/+3
*
Patch by tg@FreeBSD.org to try /var/tmp first.
Guido van Rossum
2000-08-29
1
-1/+1
*
Added tests of "print >> None"
Barry Warsaw
2000-08-29
2
-0/+26
*
Added 'script_name' and 'script_args' instance attributes to Distribution.
Greg Ward
2000-08-29
4
-37/+58
*
Added os.popen2() and os.popen3() for non-Windows platforms.
Fred Drake
2000-08-28
4
-4/+57
*
Fix line-endings.
Greg Ward
2000-08-27
1
-1/+1
*
Open binary files in binary mode. Fixes test failure under Windows.
Tim Peters
2000-08-26
1
-1/+1
*
Tim Peters:
Moshe Zadka
2000-08-26
1
-26/+0
*
Another new test using "from test.test_support import ...", causing
Tim Peters
2000-08-26
1
-3/+1
*
New release of the Windows installer from Thomas Heller.
Greg Ward
2000-08-26
1
-283/+296
*
Bumped version to 0.9.2pre.
Greg Ward
2000-08-26
1
-1/+1
*
In 'check_extensions_list()': when converting old-style 'buildinfo' dict,
Greg Ward
2000-08-26
1
-1/+3
*
Update the parser module to support augmented assignment.
Fred Drake
2000-08-25
2
-43/+122
*
Output of the new test
Marc-André Lemburg
2000-08-25
1
-0/+1
*
New test suite for file objects by Jeremy Hilton. This will need
Marc-André Lemburg
2000-08-25
1
-0/+45
*
Closing patch #101120 -- After everyone agreed.
Moshe Zadka
2000-08-25
2
-26/+36
*
_expand_lang(), _find(): Added support for unaliasing and expanded the
Barry Warsaw
2000-08-25
1
-4/+53
*
Group consensus is that supporting alternative locale categories is
Barry Warsaw
2000-08-25
1
-6/+0
*
Group consensus is that supporting alternative locale categories is
Barry Warsaw
2000-08-25
1
-21/+2
*
Set this test up so that we don't have to create xx/LC_MESSAGES in the
Barry Warsaw
2000-08-25
1
-66/+320
*
updated test output
Barry Warsaw
2000-08-25
1
-3/+24
*
output from test_gettext.py test suite
Barry Warsaw
2000-08-25
1
-0/+4
*
Test suite for new gettext.py module.
Barry Warsaw
2000-08-25
1
-0/+76
*
Initial revision of gettext support for Python. This will undergo
Barry Warsaw
2000-08-25
1
-0/+288
*
Pass data on to retrieve method.
Sjoerd Mullender
2000-08-25
1
-1/+1
*
Test suite for poll() interface (SF patch #100852)
Andrew M. Kuchling
2000-08-25
2
-0/+214
*
Add missing opcodes. Thanx to jeremy for reminding me ;)
Thomas Wouters
2000-08-24
1
-1/+2
*
simple typo that makes regression test test_userstring fail
Peter Schneider-Kamp
2000-08-24
1
-1/+1
*
Update for augmented assignment, tested & approved by Guido.
Thomas Wouters
2000-08-24
1
-2/+5
*
Update for augmented assignment.
Thomas Wouters
2000-08-24
2
-54/+66
*
Support for augmented assignment in the UserList, UserDict, UserString and
Thomas Wouters
2000-08-24
6
-1/+327
*
Promote the server version from a local variable to a class variable,
Guido van Rossum
2000-08-24
1
-3/+4
*
Whitespace cleanup; now passes the regression test (the last checkin made
Fred Drake
2000-08-24
1
-21/+15
*
Updated test suite: test repr() and str() of cookies, and test metadata
Andrew M. Kuchling
2000-08-24
2
-1/+15
*
Updated version of Cookie.py (rev. 2.29) from timo
Andrew M. Kuchling
2000-08-24
1
-19/+33
*
Randall Hopper <aa8vb@yahoo.com>>:
Fred Drake
2000-08-24
1
-3/+3
[next]