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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ensure the last line has a trailing newline #8782
Benjamin Peterson
2010-05-21
1
-0/+3
*
return NotImplemented from Mapping when comparing to a non-mapping #8729
Benjamin Peterson
2010-05-21
1
-0/+3
*
Issue #5753: A new C API function, :cfunc:`PySys_SetArgvEx`, allows
Antoine Pitrou
2010-05-21
1
-0/+8
*
Turned out that if you used explicit relative import syntax
Brett Cannon
2010-05-20
1
-0/+3
*
#8759: Fixed user paths in sysconfig for posix and os2 schemes
Tarek Ziadé
2010-05-19
1
-0/+2
*
Issue #7079: Fix a possible crash when closing a file object while using
Antoine Pitrou
2010-05-17
1
-0/+3
*
Issue #1285086: Speed up urllib.quote and urllib.unquote for simple cases.
Florent Xicluna
2010-05-17
1
-0/+2
*
Fixed #8688: Distutils now recalculates MANIFEST everytime.
Tarek Ziadé
2010-05-17
1
-0/+2
*
NEWS: strip trailing spaces
Victor Stinner
2010-05-15
1
-7/+7
*
subprocess.Popen.__del__ referenced global objects, which is a no-no thanks to
Brett Cannon
2010-05-14
1
-0/+4
*
test_site was failing under darwin for non-framework builds because a test was
Brett Cannon
2010-05-13
1
-0/+8
*
Issue #8681: Make the zlib module's error messages more informative when
Antoine Pitrou
2010-05-11
1
-0/+3
*
Issue #8672: Add a zlib test ensuring that an incomplete stream can be
Antoine Pitrou
2010-05-11
1
-0/+4
*
Issue #8674: Fix incorrect and UB-inducing overflow checks in audioop
Mark Dickinson
2010-05-10
2
-0/+6
*
Issue #8490: adds a more solid test suite for asyncore
Giampaolo Rodolà
2010-05-10
1
-0/+3
*
Remove spurious newlines, and add version number.
Antoine Pitrou
2010-05-09
1
-4/+2
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
1
-76/+76
*
Issue #8644: Improve accuracy of timedelta.total_seconds method.
Mark Dickinson
2010-05-09
1
-0/+2
*
Revert r81012. buildbot problems and its questionable of me to even
Gregory P. Smith
2010-05-09
1
-2/+0
*
Fixes [issue7245] Better Ctrl-C support in pdb.
Gregory P. Smith
2010-05-08
1
-0/+2
*
Skip signal handler re-installation if it is not necessary. Issue 8354.
Jean-Paul Calderone
2010-05-08
1
-0/+3
*
towards 2.7 release candidate 1
Benjamin Peterson
2010-05-08
1
-0/+12
*
bump version to 2.7 beta 2
v2.7b2
Benjamin Peterson
2010-05-08
2
-2/+2
*
Revert r80963 - it broke compilation everywhere
Antoine Pitrou
2010-05-08
1
-3/+0
*
Issue #8084: ensure that the --user directory
Ronald Oussoren
2010-05-08
1
-0/+6
*
- Issue #8510: Update to autoconf2.65.
Matthias Klose
2010-05-08
1
-0/+2
*
Fix for issue #7724: make it possible to build using
Ronald Oussoren
2010-05-08
1
-0/+3
*
Issue #8571: Fix an internal error when compressing or decompressing a
Antoine Pitrou
2010-05-07
1
-0/+4
*
Fix asyncore issues 8573 and 8483: _strerror might throw ValueError; asyncore...
Giampaolo Rodolà
2010-05-06
1
-0/+7
*
Issue #8625: Turn off gcc optimization in debug builds.
Mark Dickinson
2010-05-05
1
-0/+5
*
Fixed #4265: shutil.copyfile() was leaking file descriptors when disk fills
Tarek Ziadé
2010-05-05
1
-0/+3
*
Mention how Clang's static anaylzer was run over Objects/ and Python/.
Brett Cannon
2010-05-05
1
-0/+2
*
In a number of places code still revers
Ronald Oussoren
2010-05-05
2
-2/+2
*
NEWS
Barry Warsaw
2010-05-05
1
-0/+2
*
The C function used by uuid.uuid4 is broken on
Ronald Oussoren
2010-05-05
1
-0/+3
*
Update the NEWS entry for issue #8211.
Marc-André Lemburg
2010-05-05
1
-2/+2
*
Issue #8313: traceback.format_exception_only() encodes unicode message to
Victor Stinner
2010-05-05
1
-0/+3
*
On Windows, ctypes does no longer check the stack before and after
Thomas Heller
2010-05-04
1
-0/+4
*
Issue #1533: fix inconsistency in range function argument processing:
Mark Dickinson
2010-05-04
1
-0/+6
*
Issue #8567: Fix incorrect precedence of signals in Decimal module.
Mark Dickinson
2010-05-04
1
-0/+6
*
Issue #8404: Fix set operations on dictionary views.
Alexandre Vassalotti
2010-05-04
1
-0/+2
*
Mention the code clean-up thanks to Clang's static analyzer in Modules.
Brett Cannon
2010-05-04
1
-0/+2
*
Issue #7865: The close() method of :mod:`io` objects should not swallow
Antoine Pitrou
2010-05-03
1
-0/+4
*
Issue #8576: logging updated to remove usage of find_unused_port().
Vinay Sajip
2010-05-03
1
-0/+2
*
Update the Vim syntax highlight file.
Brett Cannon
2010-05-02
2
-20/+26
*
Issue #4687: Fix accuracy of garbage collection runtimes displayed with
Antoine Pitrou
2010-05-02
1
-0/+3
*
For for issue #7192: with this patch webbrowser.get("firefox")
Ronald Oussoren
2010-05-02
1
-0/+3
*
Issue #8576: Remove use of find_unused_port() in test_smtplib and
Antoine Pitrou
2010-04-30
1
-0/+3
*
Fixed #8577. distutils.sysconfig.get_python_inc() now differenciates buildir ...
Tarek Ziadé
2010-04-30
1
-0/+4
*
Fix for issue #3646: with this patch it is possible to do a
Ronald Oussoren
2010-04-30
1
-0/+3
[prev]
[next]