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
*
key binding handling dialog
Steven M. Gava
2002-01-12
1
-0/+208
*
Add a per-message fallback mechanism for translations.
Martin v. Löwis
2002-01-11
1
-13/+50
*
Add fallback argument to translation(). Request fallbacks on install.
Martin v. Löwis
2002-01-11
1
-2/+5
*
Fix webbrowser.py security bug: be more careful about what we pass to
Fred Drake
2002-01-07
1
-12/+15
*
Ensure Unicode filenames work with glob - they already do, but the test seems...
Mark Hammond
2002-01-07
1
-1/+9
*
Restore Python 2.1 StringIO.py behaviour: support concatenating
Marc-André Lemburg
2002-01-06
2
-5/+23
*
Time2Internaldate(): Call isinstance() once for each of the type tests
Fred Drake
2002-01-05
1
-4/+4
*
Remove unused imports, clean up trailing whitespace.
Fred Drake
2002-01-05
1
-2/+0
*
Check for time.struct_time in addition to tuples. Use 3 characters
Martin v. Löwis
2002-01-05
2
-5/+19
*
loading core keybindings via new config system plus
Steven M. Gava
2002-01-04
8
-31/+40
*
move core functionality of SearchBindings.py into EditorWindow.py proper
Steven M. Gava
2002-01-04
7
-139/+69
*
further development of highlighting and editor preference handling,
Steven M. Gava
2002-01-03
5
-64/+153
*
remove futzing with text font
Steven M. Gava
2002-01-03
1
-20/+10
*
fixups and improvements
Steven M. Gava
2002-01-03
1
-2/+3
*
moving to new config system
Steven M. Gava
2002-01-03
1
-15/+19
*
Fix typo in label
Andrew M. Kuchling
2002-01-02
1
-1/+1
*
SF Patch #494867 test file methods
Neal Norwitz
2002-01-01
1
-0/+29
*
Print encoded versions of the file names in test application. Fixes #496084
Martin v. Löwis
2001-12-30
1
-2/+16
*
test_support: add a docstring to vereq().
Tim Peters
2001-12-29
2
-2/+11
*
SF Patch #497487 add test to compare conjugate of a complex number
Neal Norwitz
2001-12-29
1
-1/+4
*
SF Patch #494873 add tests for complex numbers including calls to int()/long()
Neal Norwitz
2001-12-29
1
-0/+21
*
SF Patch #494874 add tests for int()/long() invalid parameters
Neal Norwitz
2001-12-29
1
-0/+23
*
SF Patch #494872 test repr() of a built-in module
Neal Norwitz
2001-12-29
1
-0/+1
*
SF Patch #494876, test invalid parameters to pow()
Neal Norwitz
2001-12-29
1
-0/+20
*
Thread.__bootstrap(): ignore exceptions in the self.__delete() call in
Guido van Rossum
2001-12-28
1
-1/+4
*
Fix for SF bug ##497426: can't deepcopy recursive new objects
Guido van Rossum
2001-12-28
1
-1/+10
*
Fix for SF bug ##497426: can't deepcopy recursive new objects
Guido van Rossum
2001-12-28
1
-4/+6
*
Update the docstring too. :-)
Guido van Rossum
2001-12-28
1
-1/+1
*
SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password
Guido van Rossum
2001-12-28
1
-13/+8
*
_reduce(): Avoid infinite recursion in the pickler when self.__class__
Guido van Rossum
2001-12-27
1
-0/+2
*
Don't set passiveserver to 0 in connect(). See SF bug #495693.
Guido van Rossum
2001-12-23
1
-1/+0
*
Regenerated for Linux 2.2.4.
Martin v. Löwis
2001-12-22
1
-55/+182
*
Merge of the release22 branch changes back into the trunk.
Barry Warsaw
2001-12-21
5
-4/+34
*
Suggested by Pete Shinners: treat .m and .mm files as source code.
Andrew M. Kuchling
2001-12-21
1
-1/+1
*
forward-patch from release21-maint branch:
Anthony Baxter
2001-12-21
1
-0/+6
*
test_parseaddr_empty(): New test for assuring that
Barry Warsaw
2001-12-20
1
-0/+4
*
SF patch #495358 (Artur Zaprzala): rfc822.AddressList and "<>" address
Guido van Rossum
2001-12-20
1
-1/+1
*
Whitespace normalization.
Tim Peters
2001-12-20
1
-1/+0
*
partial merge with current pythonware codebase:
Fredrik Lundh
2001-12-19
1
-3/+4
*
Add test for pickling new-style class with custom metaclass.
Guido van Rossum
2001-12-19
1
-0/+12
*
Pickler.save(): Fix for SF bug #494904: Cannot pickle a class with a
Guido van Rossum
2001-12-19
1
-0/+4
*
Add some additional tests that check more proxy behaviors.
Fred Drake
2001-12-19
1
-0/+18
*
Fix the test control support for the pickle & cPickle tests so the tests run
Fred Drake
2001-12-19
2
-8/+22
*
The test using class initarg failed, because it was lacking a
Guido van Rossum
2001-12-19
1
-0/+3
*
Make the module docstring agree with reality: the module prvides the
Fred Drake
2001-12-19
1
-1/+1
*
TemporaryFileWrapper: fixed typo in new comment.
Tim Peters
2001-12-18
1
-1/+1
*
TemporaryFileWrapper: cache the value of os.unlink for use by __del__,
Tim Peters
2001-12-18
1
-1/+8
*
Move the helper class _closedsocket *into* the _socketobject class.
Guido van Rossum
2001-12-18
1
-7/+6
*
Recreated after source changes.
Thomas Heller
2001-12-18
1
-284/+284
*
Second part of fix for bug [#483982] Python 2.2b2 bdist_wininst
Thomas Heller
2001-12-18
1
-3/+6
[next]