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
*
docstring update.
Gregory P. Smith
2009-05-03
1
-0/+3
*
Optimization: move RFC defined network constant construction out of
Gregory P. Smith
2009-05-03
1
-14/+33
*
Further development of issue5559, handle Windows files
Kurt B. Kaiser
2009-05-03
1
-2/+4
*
idle.py modified and simplified to better support
Kurt B. Kaiser
2009-05-03
2
-21/+14
*
(no commit message)
Michael Foord
2009-05-02
2
-38/+227
*
Isue #5084: unpickling now interns the attribute names of pickled objects,
Antoine Pitrou
2009-05-02
2
-1/+23
*
Add addCleanup and doCleanups to unittest.TestCase.
Michael Foord
2009-05-02
2
-24/+158
*
#1607951: Make mailbox.Maildir re-read the directories less frequently.
Andrew M. Kuchling
2009-05-02
2
-4/+55
*
Convert test method names to PEP8 style.
Gregory P. Smith
2009-05-02
1
-46/+47
*
revert unrelated change
Benjamin Peterson
2009-05-02
1
-3/+1
*
remove py3k compat code
Benjamin Peterson
2009-05-02
3
-64/+10
*
don't let sys.argv be used in the tests
Benjamin Peterson
2009-05-02
1
-2/+5
*
Adds an exit parameter to unittest.main(). If False main no longer
Michael Foord
2009-05-02
2
-10/+78
*
Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an
Antoine Pitrou
2009-05-01
2
-4/+50
*
Adds the ipaddr module to the standard library. Issue #3959.
Gregory P. Smith
2009-05-01
2
-0/+1932
*
Make test.test_support.EnvironmentVarGuard behave like a dictionary.
Walter Dörwald
2009-05-01
10
-65/+64
*
Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the
Senthil Kumaran
2009-05-01
1
-10/+3
*
Issue #1588: Add complex.__format__.
Eric Smith
2009-04-30
1
-1/+60
*
prevent ref cycles by removing bound method on close()
Benjamin Peterson
2009-04-30
1
-0/+2
*
make sure to close file
Benjamin Peterson
2009-04-30
1
-1/+1
*
make sure mode is removable while cleaning up test droppings
Benjamin Peterson
2009-04-29
1
-0/+5
*
fix test_shutil on ZFS #5676
Benjamin Peterson
2009-04-29
1
-2/+16
*
Backport some of the float formatting tests from py3k.
Mark Dickinson
2009-04-29
2
-0/+375
*
Issue #5864: format(1234.5, '.4') gives misleading result
Mark Dickinson
2009-04-29
1
-0/+5
*
More aifc tests.
R. David Murray
2009-04-29
1
-7/+53
*
Now that we've got a test_aifc, add a few tests.
R. David Murray
2009-04-29
1
-0/+30
*
Fix issue 2245. aifc now skips any chunk type it doesn't actually
R. David Murray
2009-04-29
4
-8/+24
*
Fixed #5874 : distutils.tests.test_config_cmd is not locale-sensitive anymore
Tarek Ziadé
2009-04-29
1
-1/+1
*
Update spec version number.
Raymond Hettinger
2009-04-27
1
-1/+1
*
Issue #5853: calling a function of the mimetypes module from several threads
Antoine Pitrou
2009-04-27
1
-15/+13
*
Issue #5854: Updated __all__ to include some missing names and remove some na...
Vinay Sajip
2009-04-27
1
-5/+8
*
Right click 'go to file/line' not working if spaces
Kurt B. Kaiser
2009-04-26
2
-25/+13
*
Use test.test_support.EnvironmentVarGuard where tests change environment vars.
Walter Dörwald
2009-04-26
6
-56/+36
*
Fix typo.
Walter Dörwald
2009-04-26
1
-1/+1
*
Update pydoc topics.
Georg Brandl
2009-04-26
1
-28/+28
*
Move pydoc_topics module to its own subdirectory, so that no generated code i...
Georg Brandl
2009-04-26
3
-5/+5
*
Issue #4971: Fix titlecase for characters that are their own
Martin v. Löwis
2009-04-26
1
-1/+6
*
Issue #5835, deprecate PyOS_ascii_formatd.
Eric Smith
2009-04-25
1
-0/+62
*
#5841: add deprecation py3k warning and notice in the docs for commands module.
Georg Brandl
2009-04-25
1
-4/+4
*
Issue #5828 (Invalid behavior of unicode.lower): Fixed bogus logic in
Walter Dörwald
2009-04-25
1
-1/+14
*
#5810: Fixed Distutils test_build_scripts
Tarek Ziadé
2009-04-25
1
-1/+1
*
Issue #4951: Fixed failure in test_httpservers
Tarek Ziadé
2009-04-25
1
-2/+5
*
Issue #5837: Certain sequences of calls to set() and unset() for
Walter Dörwald
2009-04-25
1
-15/+17
*
Fix typo in complex parsing code; expand tests.
Mark Dickinson
2009-04-25
1
-3/+19
*
fix a segfault when setting __class__ in __del__ #5283
Benjamin Peterson
2009-04-25
1
-0/+10
*
Issue 5041: ctypes unwilling to allow pickling wide character.
Thomas Heller
2009-04-24
1
-0/+5
*
Remove unnecessary double negative
Mark Dickinson
2009-04-24
1
-1/+1
*
Issue #5593: Use more robust test for double-rounding in test_fsum.
Mark Dickinson
2009-04-24
1
-8/+9
*
Issue #5812: The two-argument form of the Fraction constructor
Mark Dickinson
2009-04-24
2
-13/+28
*
Issue #5816:
Mark Dickinson
2009-04-24
1
-10/+66
[next]