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
...
*
Add another link to colorsys docs.
Georg Brandl
2008-05-09
1
-4/+5
*
Add a sentence to basicConfig() that is in the docstring.
Georg Brandl
2008-05-09
1
-0/+2
*
#2781: fix function name.
Georg Brandl
2008-05-09
1
-2/+2
*
#2788: add .hgignore file.
Georg Brandl
2008-05-09
1
-0/+69
*
Deprecate the toaiff module for removal in 3.0.
Brett Cannon
2008-05-09
3
-0/+8
*
Deprecate test.testall for removal in 3.0.
Brett Cannon
2008-05-09
4
-1/+11
*
Deprecate the new module for removal in 3.0.
Brett Cannon
2008-05-09
5
-5/+13
*
reindent example
Benjamin Peterson
2008-05-09
1
-17/+17
*
Add an example about using NamedTemporaryFile() to replace mktemp(). I'm
Skip Montanaro
2008-05-09
1
-0/+18
*
Add Py3k warnings to os.path.walk
Benjamin Peterson
2008-05-09
6
-6/+23
*
Replace instances of os.path.walk with os.walk
Benjamin Peterson
2008-05-08
2
-13/+9
*
Deprecate the user module for removal in 3.0.
Brett Cannon
2008-05-08
4
-1/+8
*
Add test.test_support.catch_warning()'s new argument.
Brett Cannon
2008-05-08
1
-0/+2
*
Add a missing entry on the fix for issue #2790.
Brett Cannon
2008-05-08
1
-0/+2
*
Fix sys.flags to properly expose bytes_warning.
Brett Cannon
2008-05-08
2
-3/+3
*
Document the 'record' argument for test.test_support.catch_warning().
Brett Cannon
2008-05-08
1
-4/+6
*
Fix a bug introduced by the addition of the 'record' argument to
Brett Cannon
2008-05-08
1
-2/+2
*
Deprecate stringold for removal in 3.0.
Brett Cannon
2008-05-08
2
-1/+6
*
Make test.test_support.catch_warning() take an argument specifying if any
Brett Cannon
2008-05-08
1
-5/+6
*
The mutex module has been deprecated for removal in 3.0.
Brett Cannon
2008-05-08
6
-3/+26
*
Deprecate the imputil module for removal in 3.0.
Brett Cannon
2008-05-08
4
-1/+27
*
Issue 2778. Document the temporary frozenset swap in __contains__(), remove(...
Raymond Hettinger
2008-05-08
1
-9/+12
*
Post tag updates.
Barry Warsaw
2008-05-08
2
-1/+3
*
Tagging 2.6a3
Barry Warsaw
2008-05-08
1
-0/+1
*
Bump to 2.6a3
v2.6a3
Barry Warsaw
2008-05-08
6
-7/+7
*
Fix for issue 1770190: platform.mac_ver() now returns the right
Ronald Oussoren
2008-05-08
1
-1/+11
*
Fix-up the enumerate type example and move it to the end.
Raymond Hettinger
2008-05-08
1
-10/+9
*
The __all__ variable forgot to expose the gcd() function.
Raymond Hettinger
2008-05-08
1
-1/+1
*
Frozensets do not benefit from autoconversion.
Raymond Hettinger
2008-05-08
1
-3/+3
*
Practice EAFP, and revert 62787
Benjamin Peterson
2008-05-07
1
-3/+0
*
Replace more float hacks with correct math functions
Christian Heimes
2008-05-07
1
-7/+7
*
update .bzrignore
Benjamin Peterson
2008-05-07
1
-1/+5
*
Re-added getbuildinfo.c solution item
Christian Heimes
2008-05-06
1
-0/+1
*
Create a TextMate directory in Misc to house a Python-Dev bundle.
Brett Cannon
2008-05-06
7
-0/+194
*
Disabled some unit tests for the upcoming release. See #2777
Christian Heimes
2008-05-06
1
-6/+6
*
Add an entry about audiodev being slated for removal in 3.0.
Brett Cannon
2008-05-06
1
-0/+2
*
Deprecate the audiodev module for 3.0.
Brett Cannon
2008-05-06
3
-1/+40
*
When testing a module's __all__, we really don't care if it is deprecated.
Brett Cannon
2008-05-06
1
-15/+10
*
Implemented PEP 370
Christian Heimes
2008-05-06
10
-62/+397
*
Make the Python implementation of warnings compatible with the C implementati...
Benjamin Peterson
2008-05-06
1
-0/+3
*
Fix logic error in Python/_warnings.c and add a test to verify
Benjamin Peterson
2008-05-06
2
-0/+11
*
> != (!<).
Georg Brandl
2008-05-06
1
-2/+2
*
#2773: fix description of 'g' and 'G' formatting spec.
Georg Brandl
2008-05-06
1
-6/+6
*
Intern static string
Christian Heimes
2008-05-06
2
-12/+2
*
fix issue2707 - os.walk docstring example correctness typo.
Gregory P. Smith
2008-05-06
1
-1/+2
*
Fix a bug in the handling of the stacklevel argument in warnings.warn() where
Brett Cannon
2008-05-06
2
-3/+3
*
PEP 8 nits in json package
Benjamin Peterson
2008-05-06
3
-2/+3
*
Fix a bug introduced in r62627. see issue2760 and issue2632.
Gregory P. Smith
2008-05-05
2
-19/+45
*
#2752: fix second example too.
Georg Brandl
2008-05-05
1
-1/+1
*
#2769: markup glitch.
Georg Brandl
2008-05-05
1
-1/+1
[prev]
[next]