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
*
Update with the version that has been running for a while. Most of
Neal Norwitz
2007-04-29
1
-7/+24
*
Backport fix for r54646-7: properly clear locale cache in time.strptime when
Brett Cannon
2007-04-27
1
-0/+3
*
Backport r54712: document that calling file.next() on a file open for writing
Brett Cannon
2007-04-27
1
-0/+7
*
Patch #1698768: updated the "using Python on the Mac" intro.
Georg Brandl
2007-04-25
1
-0/+2
*
Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file
Georg Brandl
2007-04-24
1
-0/+4
*
Recommit r54805:
Barry Warsaw
2007-04-23
1
-0/+3
*
Backport r54786:
Walter Dörwald
2007-04-21
1
-0/+2
*
Patch #1695229: Fix a regression with tarfile.open() and a missing name
Lars Gustäbel
2007-04-20
1
-0/+3
*
Fix directory names to have only one trailing slash.
Lars Gustäbel
2007-04-20
1
-0/+11
*
2.5.1 final
v2.5.1
Anthony Baxter
2007-04-18
1
-1/+1
*
Revert 53667
Raymond Hettinger
2007-04-18
1
-0/+1
*
Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() or
Neal Norwitz
2007-04-16
1
-0/+12
*
preparing for 2.5.1c1
Anthony Baxter
2007-04-05
2
-2/+2
*
Bug #1563759: struct.unpack doens't support buffer protocol objects
Raymond Hettinger
2007-04-04
1
-0/+2
*
Bug #1686475: Support stat'ing open files on Windows again.
Martin v. Löwis
2007-04-04
1
-0/+2
*
- Fix an off-by-one bug in locale.strxfrm().
Matthias Klose
2007-04-03
1
-0/+2
*
Array module's buffer interface can now handle empty arrays.
Raymond Hettinger
2007-04-02
1
-0/+2
*
SF #1693079 Array module cannot pickle empty arrays
Raymond Hettinger
2007-04-02
1
-0/+2
*
Backport 54644:
Neal Norwitz
2007-04-01
1
-0/+2
*
Bug #1655392: don't add -L/usr/lib/pythonX.Y/config to the LDFLAGS
Georg Brandl
2007-03-31
2
-1/+7
*
Backport 54594:
Neal Norwitz
2007-03-31
1
-0/+2
*
Patch #1489771: update syntax rules in Python Reference Manual.
Žiga Seilnacht
2007-03-24
1
-0/+3
*
Bug #978833: Revert r50844, as it broke _socketobject.dup.
Martin v. Löwis
2007-03-23
1
-0/+2
*
Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
Martin v. Löwis
2007-03-23
1
-0/+7
*
Back out "Patch #1643874: memory leak in ctypes fixed."
Thomas Heller
2007-03-22
1
-2/+0
*
Bug #1675967: re patterns pickled with older Python versions can
Žiga Seilnacht
2007-03-21
1
-0/+3
*
Add NEWS entry for old item
Andrew M. Kuchling
2007-03-21
1
-1/+4
*
Bug #1684254: webbrowser now uses shlex to split any command lines
Georg Brandl
2007-03-21
1
-0/+4
*
Patch #1682205: a TypeError while unpacking an iterable is no longer
Georg Brandl
2007-03-21
1
-0/+3
*
move note to the correct section
Gregory P. Smith
2007-03-17
1
-3/+3
*
Patch #1642547: Fix an error/crash when encountering syntax errors in complex...
Collin Winter
2007-03-16
1
-0/+3
*
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
Žiga Seilnacht
2007-03-15
1
-0/+3
*
Patch #1681153: the wave module now closes a file object it opened if
Georg Brandl
2007-03-15
1
-0/+3
*
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Martin v. Löwis
2007-03-14
1
-0/+2
*
Document fixed bugs
Barry Warsaw
2007-03-14
1
-0/+5
*
Patch #1680015: Don't modify __slots__ tuple if it contains an unicode
Žiga Seilnacht
2007-03-14
1
-0/+3
*
Bug #767111: fix long-standing bug in urllib which caused an
Georg Brandl
2007-03-14
1
-0/+4
*
Bug #1622896: fix a rare corner case where the bz2 module raised an
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1449244: Support Unicode strings in
Martin v. Löwis
2007-03-13
1
-0/+3
*
Patch #1569798: fix a bug in distutils when building Python from a
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1542681: add entries for "with", "as" and "CONTEXTMANAGERS" to
Georg Brandl
2007-03-13
1
-0/+3
*
Patch #1679379: add documentation for fnmatch.translate().
Georg Brandl
2007-03-13
1
-0/+2
*
Bug #742342: make Python stop segfaulting on infinitely-recursive reload()s. ...
Collin Winter
2007-03-12
1
-0/+3
*
Bug #1675511: Use -Kpic instead of -xcode=pic32 on Solaris/x86.
Martin v. Löwis
2007-03-12
1
-0/+2
*
Patch #1192590: Fix pdb's "ignore" and "condition" commands so they trap the ...
Collin Winter
2007-03-11
1
-0/+3
*
Patch #1675981: remove unreachable code from type.__new__() method.
Žiga Seilnacht
2007-03-11
1
-0/+2
*
Revert rev. 54198, it's not really backwards compatible.
Georg Brandl
2007-03-10
1
-3/+0
*
Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to...
Collin Winter
2007-03-10
1
-0/+5
*
Merged revisions 54248 via svnmerge from
Thomas Heller
2007-03-09
1
-0/+2
*
Merged revisions 54244 via svnmerge from
Thomas Heller
2007-03-09
1
-0/+3
[next]