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
...
*
Update broken link.
Martin v. Löwis
2007-02-09
1
-1/+1
*
Bug #1600860: Search for shared python library in LIBDIR, not
Martin v. Löwis
2007-02-09
2
-3/+15
*
Bug #1653736: Properly discard third argument to slot_nb_inplace_power.
Martin v. Löwis
2007-02-09
2
-1/+9
*
Bug #1653736: Complain about keyword arguments to time.isoformat.
Martin v. Löwis
2007-02-08
3
-2/+9
*
Fix docstring bug
Raymond Hettinger
2007-02-08
1
-1/+1
*
Bypass set specific optimizations for set and frozenset subclasses.
Raymond Hettinger
2007-02-08
1
-7/+7
*
Do not let overflows in enumerate() and count() pass silently.
Raymond Hettinger
2007-02-07
4
-2/+16
*
Silence compiler warning
Raymond Hettinger
2007-02-07
1
-1/+1
*
Bug #1575169: operator.isSequenceType() now returns False for subclasses of d...
Raymond Hettinger
2007-02-07
3
-0/+6
*
Check for a common user error with defaultdict().
Raymond Hettinger
2007-02-07
3
-4/+13
*
SF: 1397711 Set docs conflated immutable and hashable
Raymond Hettinger
2007-02-07
1
-1/+1
*
SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclasses
Raymond Hettinger
2007-02-07
2
-1/+9
*
Applied patch 1124861.3.patch to solve bug #1124861: Automatically create pip...
Peter Astrand
2007-02-06
2
-3/+28
*
Bug #1648179: set.update() not recognizing __iter__ overrides in dict subcla...
Raymond Hettinger
2007-02-01
2
-4/+7
*
[Patch #783050 from Patrick Lynch] The emulation of forkpty() is incorrect;
Georg Brandl
2007-01-31
3
-0/+20
*
Bug #1648191: typo in docs.
Georg Brandl
2007-01-30
1
-1/+1
*
Bug #1645944: os.access now returns bool but docstring is not updated
Georg Brandl
2007-01-27
1
-1/+1
*
Patch #1638243: the compiler package is now able to correctly compile
Georg Brandl
2007-01-27
4
-1/+38
*
fix typo (extraneous ")")
Fred Drake
2007-01-26
1
-1/+1
*
Backport fix for bug #1643943.
Brett Cannon
2007-01-25
3
-31/+36
*
Merged revisions 53556 via svnmerge from
Thomas Heller
2007-01-25
2
-8/+23
*
Strengthen warning about using lock()
Andrew M. Kuchling
2007-01-24
1
-8/+12
*
Clarify bug #1377858 entry.
Brett Cannon
2007-01-23
1
-1/+2
*
If you created a weakref in an object's __del__ method to itself it would
Brett Cannon
2007-01-23
5
-1/+33
*
Make PyTraceBack_Here use the current thread, not the
Martin v. Löwis
2007-01-23
2
-1/+4
*
Backport trunk revision 53527:
Thomas Wouters
2007-01-23
4
-6/+13
*
Bug #1627316: handle error in condition/ignore pdb commands more gracefully.
Georg Brandl
2007-01-22
1
-2/+12
*
Bug #1249573: fix rfc822.parsedate not accepting a certain date format
Georg Brandl
2007-01-22
1
-0/+5
*
[Bug #1633678] Improve pattern used for mbox 'From' lines; add a simple test
Andrew M. Kuchling
2007-01-22
2
-3/+38
*
Make comment match the code
Andrew M. Kuchling
2007-01-22
1
-1/+1
*
[Bug #1552726] Avoid unnecessary polling at the interpreter prompt when certa...
Andrew M. Kuchling
2007-01-22
2
-1/+9
*
Update version of What's New
Andrew M. Kuchling
2007-01-22
1
-17/+27
*
Avoid O(N**2) bottleneck in _communicate_(). Fixes #1598181. Backport from re...
Peter Astrand
2007-01-21
2
-3/+6
*
Patch #1627441: close sockets properly in urllib2.
Georg Brandl
2007-01-21
5
-6/+63
*
Bug #1486663: don't reject keyword arguments for subclasses of builtin
Georg Brandl
2007-01-21
9
-16/+62
*
Add /GS- to Itanium build.
Martin v. Löwis
2007-01-20
15
-16/+16
*
Add /GS- flags for AMD64.
Martin v. Löwis
2007-01-20
4
-3/+5
*
SF# 1635892: Fix docs for betavariate's input parameters .
Raymond Hettinger
2007-01-19
2
-2/+2
*
Add UUIDs for 2.5.1 and 2.5.2
Martin v. Löwis
2007-01-19
1
-0/+4
*
Prefix AST symbols with _Py_. Fixes #1637022.
Martin v. Löwis
2007-01-19
3
-88/+153
*
SF #1635217, Fix unbalanced paren
Neal Norwitz
2007-01-19
1
-1/+1
*
Add a comment for some code I don't understand. Why would needsfree
Neal Norwitz
2007-01-18
1
-0/+1
*
Bug #1629125: fix wrong data type (int -> Py_ssize_t) in PyDict_Next docs.
Georg Brandl
2007-01-17
2
-2/+5
*
Bug #1637967: missing //= operator in list.
Georg Brandl
2007-01-17
1
-2/+2
*
[Part of bug #1599254] Add suggestion to Mailbox docs to use Maildir, and war...
Andrew M. Kuchling
2007-01-17
1
-25/+57
*
Bug #1610795: ctypes.util.find_library works now on BSD systems.
Thomas Heller
2007-01-17
1
-0/+2
*
Merged revisions 53402 via svnmerge from
Thomas Heller
2007-01-17
1
-28/+50
*
Merged revisions 53466 via svnmerge from
Thomas Heller
2007-01-17
1
-8/+12
*
Fix for bug #1634343: allow specifying empty arguments on Windows
Peter Astrand
2007-01-13
2
-1/+3
*
Blocked revisions 53361 via svnmerge
Thomas Heller
2007-01-12
0
-0/+0
[prev]
[next]