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
...
*
Adding versionadded to several new functions in unittest documentation.
Michael Foord
2010-04-26
1
-0/+8
*
Remove unused import
Antoine Pitrou
2010-04-26
1
-1/+0
*
Hopefully fix sporadic Windows issue by avoiding calling getpeername()
Antoine Pitrou
2010-04-26
1
-12/+15
*
Merged revisions 80507 via svnmerge from
Antoine Pitrou
2010-04-26
1
-1/+4
*
Merged revisions 80503 via svnmerge from
R. David Murray
2010-04-26
1
-26/+33
*
Ignore errors.
Barry Warsaw
2010-04-26
1
-2/+2
*
Bug 8527 - multiple compileall calls produce cascading __pycache__ directories.
Barry Warsaw
2010-04-26
3
-1/+21
*
Blocked revisions 80496 via svnmerge
Benjamin Peterson
2010-04-25
0
-0/+0
*
Blocked revisions 80492 via svnmerge
Brett Cannon
2010-04-25
0
-0/+0
*
Merged revisions 80480 via svnmerge from
Antoine Pitrou
2010-04-25
1
-6/+5
*
Merged revisions 80484 via svnmerge from
Antoine Pitrou
2010-04-25
3
-12/+44
*
condense condition
Benjamin Peterson
2010-04-25
1
-4/+1
*
Makefile.pre.in (autoconf): Call autoconf/autoheader with -Wall (issue #8510).
Matthias Klose
2010-04-25
1
-2/+2
*
configure.in: Avoid autoconf warning: Assume C89 semantics that
Matthias Klose
2010-04-25
3
-43/+4
*
add versionadded
Benjamin Peterson
2010-04-25
1
-0/+2
*
configure.in: convert all obsolete AC_TRY_* macros to AC_*_IFELSE,
Matthias Klose
2010-04-25
2
-473/+546
*
Merged revisions 80476 via svnmerge from
Michael Foord
2010-04-25
4
-38/+67
*
configure.in: s/AC_AIX/AC_USE_SYSTEM_EXTENSIONS/
Matthias Klose
2010-04-25
2
-3/+2
*
- configure.in: Replace AC_HELP_STRING with AS_HELP_STRING
Matthias Klose
2010-04-25
2
-32/+32
*
Merged revisions 79786 via svnmerge from
Ezio Melotti
2010-04-25
1
-70/+72
*
Merged revisions 80150,80460-80461 via svnmerge from
Georg Brandl
2010-04-25
3
-6/+3
*
Porting commit 80458 to python 3
Sean Reifscheider
2010-04-25
1
-5/+10
*
Issue #8524: When creating an SSL socket, the timeout value of the
Antoine Pitrou
2010-04-24
3
-11/+23
*
Merged revisions 80451-80452 via svnmerge from
Antoine Pitrou
2010-04-24
4
-22/+125
*
prevent the dict constructor from accepting non-string keyword args #8419
Benjamin Peterson
2010-04-24
7
-2/+57
*
- Issue #8510: Update to autoconf2.65.
Matthias Klose
2010-04-24
4
-18942/+5142
*
Fix #5774. Change doc to reflect that some functions have defaults but not kw...
Brian Curtin
2010-04-24
1
-3/+3
*
Merged revisions 80443 via svnmerge from
Matthias Klose
2010-04-24
3
-96/+99
*
Merged revisions 80439 via svnmerge from
Brian Curtin
2010-04-24
2
-57/+132
*
Merged revisions 80434 via svnmerge from
Antoine Pitrou
2010-04-24
1
-16/+19
*
Note: I'm just merging in the additional test.
Antoine Pitrou
2010-04-23
1
-0/+18
*
Only the test is merged in.
Antoine Pitrou
2010-04-23
1
-0/+11
*
Fix test_undecodable_env of test_subproces for non-ASCII directory
Victor Stinner
2010-04-23
1
-2/+6
*
Issue #8391: os.execvpe() and os.getenv() supports unicode with surrogates and
Victor Stinner
2010-04-23
5
-169/+123
*
Issue #8495: test_gdb uses replace error handler when decoding utf8 output
Victor Stinner
2010-04-23
2
-3/+3
*
Issue #8467: Pure Python implementation of subprocess encodes the error message
Victor Stinner
2010-04-23
3
-3/+27
*
added a note about the ignore_dangling_symlinks option
Tarek Ziadé
2010-04-23
2
-3/+4
*
make sure os.symlink presence is tested before running some shutil tests -- a...
Tarek Ziadé
2010-04-23
1
-56/+59
*
Issue #8124: PySys_WriteStdout() and PySys_WriteStderr() don't execute
Victor Stinner
2010-04-23
2
-2/+49
*
Issue #8468: bz2.BZ2File() accepts str with surrogates and bytes filenames
Victor Stinner
2010-04-23
2
-2/+10
*
Port of issue8451 to python3: Syslog use sys.argv[0] for ident.
Sean Reifscheider
2010-04-23
3
-35/+159
*
Merged revisions 80392 via svnmerge from
Antoine Pitrou
2010-04-23
3
-18/+108
*
Merged revisions 80388 via svnmerge from
Georg Brandl
2010-04-22
5
-13/+48
*
Fix my previous commit (r80382) for wide build (unicodeobject.c)
Victor Stinner
2010-04-22
1
-2/+3
*
Issue #8092: Fix PyUnicode_EncodeUTF8() to support error handler producing
Victor Stinner
2010-04-22
3
-47/+93
*
Merged revisions 80375 via svnmerge from
Antoine Pitrou
2010-04-22
1
-0/+3
*
- Mention _posixsubprocess.c in Modules/Setup.dist
Matthias Klose
2010-04-22
1
-0/+1
*
Issue #8496: make mailcap.lookup() always return a list, rather than an itera...
Antoine Pitrou
2010-04-22
2
-1/+4
*
Fix mailcap.py built-in test.
Antoine Pitrou
2010-04-22
1
-4/+2
*
Merged revisions 80355 via svnmerge from
Martin v. Löwis
2010-04-22
1
-1/+1
[prev]
[next]