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
...
*
Backport r58942:
Walter Dörwald
2007-11-12
1
-1/+1
*
Fix for #1427: Error in standard module calendar
Christian Heimes
2007-11-12
1
-8/+12
*
when talking about an imminent 2.5.2c1, the build should identify itself
Fred Drake
2007-11-09
1
-3/+3
*
Fix issue #1705170 (backport from trunk)
Nick Coghlan
2007-11-07
3
-0/+24
*
* fix failing test_recno.py - backport from trunk.
Gregory P. Smith
2007-11-07
2
-6/+6
*
Backport r58892.
Guido van Rossum
2007-11-07
1
-0/+1
*
Backport r58868:
Gregory P. Smith
2007-11-06
4
-2/+142
*
Note change to get_dialect semantics in 2.5.
Skip Montanaro
2007-11-04
1
-0/+5
*
Backport r58709 from trunk:
Georg Brandl
2007-11-02
2
-7/+12
*
Backport r58757, r58758, r58759.
Gregory P. Smith
2007-11-01
4
-12/+26
*
#1364: os.lstat is available on Windows too, as an alias to os.stat.
Georg Brandl
2007-11-01
1
-2/+3
*
Sets are marshalable.
Raymond Hettinger
2007-10-31
1
-1/+1
*
Clarify the reasons why pickle is almost always better than marshal
Raymond Hettinger
2007-10-31
1
-1/+9
*
- Build using system ffi library on arm*-linux*, pass --with-system-ffi to CO...
Matthias Klose
2007-10-25
2
-3/+3
*
- Build using system ffi library on arm*-linux*.
Matthias Klose
2007-10-24
3
-5/+147
*
Bug #1321: Fixed logic error in TimedRotatingFileHandler.__init__()
Vinay Sajip
2007-10-24
1
-7/+7
*
Backport 58618:
Neal Norwitz
2007-10-24
1
-1/+1
*
Bug #1313, fix typo (wrong variable name) in example.
Neal Norwitz
2007-10-23
1
-1/+1
*
Backport 58594:
Neal Norwitz
2007-10-23
2
-1/+3
*
Backport r58545.
Georg Brandl
2007-10-19
1
-1/+1
*
Backport r58542.
Georg Brandl
2007-10-19
1
-6/+4
*
Backport 58539: squelch the warning that this test is intended to raise.
Gregory P. Smith
2007-10-19
1
-2/+7
*
Backport 58532, 58533, 58534:
Gregory P. Smith
2007-10-18
3
-17/+17
*
Backport 58450: fix uncollectable reference leak in bsddb.db.DBShelf.append
Gregory P. Smith
2007-10-13
1
-2/+1
*
Fix email example.
Georg Brandl
2007-10-13
1
-1/+1
*
Merge trunk 58434:
Gregory P. Smith
2007-10-12
3
-23/+81
*
Silence a compiler warning about a function definition not being a prototype.
Brett Cannon
2007-10-12
1
-1/+1
*
Bug #1216: Restore support for Visual Studio 2002.
Martin v. Löwis
2007-10-12
2
-2/+7
*
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
Thomas Heller
2007-10-12
2
-6/+13
*
Backport 58424:
Neal Norwitz
2007-10-12
1
-0/+2
*
Backport 58385 from trunk: fix a double free bug in the _bsddb module
Gregory P. Smith
2007-10-09
2
-1/+33
*
Backport rev 58343: fix DBSequence.get_key() to not crash/fail/etc.
Gregory P. Smith
2007-10-06
1
-1/+7
*
Backport 58348: use a reliable host in the test.
Gregory P. Smith
2007-10-06
1
-4/+1
*
Backport 58344: allow BerkeleyDB 4.6.x >= 4.6.21 for the bsddb module
Gregory P. Smith
2007-10-06
1
-3/+13
*
Backport 58332: Fix Coverity #159.
Neal Norwitz
2007-10-05
1
-1/+1
*
Backport 58330:
Neal Norwitz
2007-10-05
1
-1/+1
*
move descriptions of ac_(in|out)_buffer_size to the right place
Fred Drake
2007-10-05
2
-11/+11
*
#1196: document default radix for int().
Georg Brandl
2007-09-24
1
-1/+1
*
Fix -- being converted to - in HTML. #1186.
Georg Brandl
2007-09-24
1
-30/+30
*
Fix #1169: remove docstrings in functions for -OO.
Georg Brandl
2007-09-19
1
-1/+1
*
issue1172: Documentation of "done" attribute in cgi module.
Sean Reifscheider
2007-09-18
1
-0/+5
*
issue1082: Fixing system and platform names for Vista.
Sean Reifscheider
2007-09-17
1
-0/+6
*
issue1140: Guido's patch from revision 58098 (2.6) applied to 2.5.
Sean Reifscheider
2007-09-17
2
-17/+33
*
issue1597011: Fix for bz2 module corner-case error due to error checking bug.
Sean Reifscheider
2007-09-17
1
-23/+17
*
ctypes.util.find_library uses dump(1) instead of objdump(1) on Solaris.
Thomas Heller
2007-09-14
2
-9/+24
*
Backport 58150: Rename debug import lib to _msi_d.lib.
Martin v. Löwis
2007-09-14
1
-1/+1
*
Backport r58149: Clean Release projects as well.
Martin v. Löwis
2007-09-14
1
-0/+1
*
Add 2.5 MSI builder.
Martin v. Löwis
2007-09-13
2
-0/+29
*
Bug #1153: repr.repr() now doesn't require set and dictionary items
Georg Brandl
2007-09-12
3
-5/+28
*
bug #1154: release memory allocated by "es" PyArg_ParseTuple format specifier.
Georg Brandl
2007-09-12
3
-0/+3
[prev]
[next]