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
*
Patch #1710352: add missing public functions to locale.__all__.
Georg Brandl
2007-05-01
1
-3/+5
*
Backport fix for r54646-7: properly clear locale cache in time.strptime when
Brett Cannon
2007-04-27
2
-5/+33
*
bump email package version to 4.0.2
Barry Warsaw
2007-04-25
1
-1/+1
*
Whitespace normalization
Neal Norwitz
2007-04-25
15
-38/+38
*
Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
Georg Brandl
2007-04-24
1
-1/+2
*
Fix SF #1703110, Incorrect example for add_password() (use uri, not host)
Neal Norwitz
2007-04-24
1
-1/+4
*
Convert PyUnit -> unittest. Backported from r54929.
Collin Winter
2007-04-24
1
-11/+10
*
Recommit r54805:
Barry Warsaw
2007-04-23
1
-0/+18
*
Bug #1704790: bind name "sys" locally in __del__ method so that it is
Georg Brandl
2007-04-21
1
-1/+1
*
Bug #1704156: Support for unicode strings as input filenames is
Lars Gustäbel
2007-04-21
1
-1/+1
*
Backport r54786:
Walter Dörwald
2007-04-21
2
-7/+17
*
Backport r54762: exceptions are no longer old-style instances.
Georg Brandl
2007-04-21
1
-2/+2
*
Backport r54787 - better error messages in rexec and bastion
Georg Brandl
2007-04-21
2
-2/+2
*
Patch #1695229: Fix a regression with tarfile.open() and a missing name
Lars Gustäbel
2007-04-20
2
-3/+11
*
Fix directory names to have only one trailing slash.
Lars Gustäbel
2007-04-20
2
-1/+8
*
2.5.1 final
v2.5.1
Anthony Baxter
2007-04-18
2
-1/+6
*
Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or
Neal Norwitz
2007-04-16
1
-8/+0
*
Revert 54805 for 2.5.1 release. Can be applied after 2.5 branch is unfrozen.
Neal Norwitz
2007-04-16
1
-18/+0
*
Add code to read from master_fd in the parent, breaking when we get an OSError
Barry Warsaw
2007-04-13
1
-0/+18
*
preparing for 2.5.1c1
Anthony Baxter
2007-04-05
2
-1/+6
*
Bug #1563759: struct.unpack doens't support buffer protocol objects
Raymond Hettinger
2007-04-04
1
-0/+6
*
Bug #1686475: Support stat'ing open files on Windows again.
Martin v. Löwis
2007-04-04
1
-0/+9
*
SF 1602378 Clarify docstrings for bisect
Raymond Hettinger
2007-04-03
1
-4/+4
*
Array module's buffer interface can now handle empty arrays.
Raymond Hettinger
2007-04-02
1
-0/+7
*
SF #1693079 Array module cannot pickle empty arrays
Raymond Hettinger
2007-04-02
1
-0/+15
*
Backport 54644:
Neal Norwitz
2007-04-01
1
-0/+14
*
Bump the patch level version of distutils since there were a few bug fixes
Marc-André Lemburg
2007-03-31
1
-1/+1
*
Backport 54594:
Neal Norwitz
2007-03-31
1
-0/+7
*
Bug #978833: Revert r50844, as it broke _socketobject.dup.
Martin v. Löwis
2007-03-23
2
-5/+2
*
Bug #1675967: re patterns pickled with older Python versions can
Žiga Seilnacht
2007-03-21
2
-0/+12
*
Test and fix fromkeys optional argument.
Raymond Hettinger
2007-03-21
1
-0/+3
*
Bug #1684254: webbrowser now uses shlex to split any command lines
Georg Brandl
2007-03-21
1
-1/+6
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
1
-1/+1
*
Extend work on rev 52962 and 53830 eliminating redundant PyObject_Hash() call...
Raymond Hettinger
2007-03-20
1
-2/+6
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-0/+50
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
1
-0/+32
*
Also commit the patch ;)
Georg Brandl
2007-03-15
1
-2/+12
*
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Martin v. Löwis
2007-03-14
1
-1/+1
*
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
Žiga Seilnacht
2007-03-14
1
-0/+23
*
Bug #767111: fix long-standing bug in urllib which caused an
Georg Brandl
2007-03-14
2
-0/+17
*
SF bug #1582282; decode_header() incorrectly splits not-conformant RFC
Barry Warsaw
2007-03-14
3
-1/+26
*
Patch #1194449: correctly detect unbound methods in pydoc.
Georg Brandl
2007-03-13
1
-2/+2
*
Patch #1449244: Support Unicode strings in
Martin v. Löwis
2007-03-13
2
-2/+11
*
Patch #1569798: fix a bug in distutils when building Python from a
Georg Brandl
2007-03-13
1
-2/+2
*
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
Georg Brandl
2007-03-13
1
-0/+3
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
2
-0/+19
*
Tokio Kikuchi's fix for SF bug #1629369; folding whitespace allowed in the
Barry Warsaw
2007-03-12
3
-4/+17
*
Patch #1678662: ftp.python.org does not exist. So the testcode in urllib.py m...
Collin Winter
2007-03-12
1
-1/+1
*
Fix resource leak reported in SF #1516995.
Vinay Sajip
2007-03-11
1
-0/+2
*
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...
Collin Winter
2007-03-11
1
-2/+10
[next]