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
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
1
-0/+6
*
Issue #8211: Save/restore CFLAGS around AC_PROG_CC in configure.in, compiler
Victor Stinner
2010-03-25
1
-0/+3
*
Add Brian Curtin.
Martin v. Löwis
2010-03-24
1
-0/+2
*
logging: Added LOG_FTP for SysLogHandler and updated documentation.
Vinay Sajip
2010-03-24
1
-0/+2
*
Issue #8205: Remove the "Modules" directory from sys.path when Python is runn...
Florent Xicluna
2010-03-22
1
-0/+3
*
#7667: Fix doctest failures with non-ASCII paths.
Florent Xicluna
2010-03-22
1
-0/+2
*
Issue #7512: shutil.copystat() could raise an OSError when the filesystem
Antoine Pitrou
2010-03-22
1
-0/+4
*
Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...
Florent Xicluna
2010-03-22
1
-0/+3
*
Issue #7860: platform.uname now reports the correct 'machine' type
R. David Murray
2010-03-22
1
-0/+3
*
logging: Added getChild utility method to Logger and added isEnabledFor metho...
Vinay Sajip
2010-03-22
1
-0/+3
*
pybsddb 4.8.4 integration. Please, comment in issue #8156
Jesus Cea
2010-03-22
1
-1/+3
*
Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger ...
Vinay Sajip
2010-03-22
1
-0/+4
*
Fix the NEWS about my last commit: an unicode subclass can now override the
Victor Stinner
2010-03-22
1
-1/+1
*
Issue #8200: logging: Handle errors when multiprocessing is not fully loaded ...
Vinay Sajip
2010-03-22
1
-0/+3
*
Issue #1583863: An unicode subclass can now override the __str__ method
Victor Stinner
2010-03-22
1
-0/+2
*
improve error message from passing inadequate number of keyword arguments #6474
Benjamin Peterson
2010-03-21
1
-0/+3
*
Issue #3890: Fix recv() and recv_into() on non-blocking SSL sockets.
Antoine Pitrou
2010-03-21
1
-0/+2
*
Issue #1628484: The Makefile doesn't ignore the CFLAGS environment
Antoine Pitrou
2010-03-21
1
-0/+4
*
Fix plural.
Georg Brandl
2010-03-21
1
-1/+1
*
#8180: Fix test_pep277 on OS X and add more tests for special Unicode normali...
Florent Xicluna
2010-03-21
1
-0/+3
*
Issue #8179: Fix macpath.realpath() on a non-existing path.
Florent Xicluna
2010-03-21
1
-0/+2
*
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
Matthias Klose
2010-03-19
1
-0/+2
*
Make python-config support multiple option flags on the same command line, ra...
Collin Winter
2010-03-19
2
-28/+33
*
Add support for weak references to code objects. This will be used by an opti...
Collin Winter
2010-03-18
1
-0/+2
*
Issue #8024: Update the Unicode database to 5.2
Florent Xicluna
2010-03-18
1
-0/+2
*
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
Antoine Pitrou
2010-03-17
1
-0/+4
*
prevent lambda functions from having docstrings #8164
Benjamin Peterson
2010-03-17
1
-0/+2
*
- Issue #4961: Inconsistent/wrong result of askyesno function in tkMessageBox
Matthias Klose
2010-03-16
1
-0/+3
*
Issue #7783 and #7787: open_urlresource invalidates the outdated files from t...
Florent Xicluna
2010-03-15
1
-0/+6
*
- Issue #8140: extend compileall to compile single files. Add -i option.
Matthias Klose
2010-03-15
1
-0/+2
*
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
Matthias Klose
2010-03-15
1
-0/+3
*
Issue #6716: Quote -x arguments of compileall in MSI installer.
Martin v. Löwis
2010-03-15
1
-0/+2
*
- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
Matthias Klose
2010-03-15
1
-0/+2
*
- Issue #8142: Update libffi to the 3.0.9 release.
Matthias Klose
2010-03-15
1
-0/+2
*
fix freebsd linking #7705
Benjamin Peterson
2010-03-14
1
-0/+5
*
Add a link about the Public Review Issue #29
Ezio Melotti
2010-03-14
1
-1/+1
*
Format and rewrap 2.7 NEWS consistently.
Georg Brandl
2010-03-14
1
-930/+897
*
Issue #7993: Add a test of IO packet processing bandwidth to ccbench.
Antoine Pitrou
2010-03-13
1
-0/+6
*
Deactivate automatic upload of the docs to python.org, they will now be built...
Georg Brandl
2010-03-12
1
-5/+6
*
NEWS: issue #7774 is related to Library (sys), not Core and Builtins
Victor Stinner
2010-03-12
1
-4/+4
*
Issue #8117: Updated NEWS entry and added to logging documentation.
Vinay Sajip
2010-03-12
1
-1/+4
*
Issue #8117: logging: Improved algorithm for computing initial rollover time.
Vinay Sajip
2010-03-12
1
-0/+2
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
1
-0/+3
*
Issue #7774: Set sys.executable to an empty string if argv[0] has been
Victor Stinner
2010-03-11
1
-0/+4
*
Issue #7880: Fix sysconfig when the python executable is a symbolic link.
Florent Xicluna
2010-03-10
1
-0/+2
*
Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt
Victor Stinner
2010-03-10
1
-0/+5
*
#7624: Fix isinstance(foo(), collections.Callable) for old-style classes.
Florent Xicluna
2010-03-08
1
-0/+3
*
Issue #7143: get_payload used to strip any trailing newline from a
R. David Murray
2010-03-08
2
-0/+7
*
Issue #1530559: When packing a non-integer with any integer conversion
Mark Dickinson
2010-03-07
1
-0/+16
*
#5341: more built-in vs builtin fixes.
Georg Brandl
2010-03-07
4
-47/+47
[next]