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
*
Put method-wrappers into trashcan. Fixes #927248.
Martin v. Löwis
2006-07-03
1
-0/+3
*
Patch #825417: Fix timeout processing in expect,
Martin v. Löwis
2006-07-03
1
-0/+3
*
Bug #1267547: Put proper recursive setup.py call into the
Martin v. Löwis
2006-07-03
1
-0/+3
*
Bug #1417699: Reject locale-specific decimal point in float()
Martin v. Löwis
2006-07-03
1
-0/+3
*
Bug #1514693: Update turtle's heading when switching between
Martin v. Löwis
2006-07-03
1
-1/+4
*
Reimplement turtle.circle using a polyline, to allow correct
Martin v. Löwis
2006-07-03
1
-0/+3
*
Only setup canvas when it is first created.
Martin v. Löwis
2006-07-03
1
-0/+3
*
Correct arithmetic in access on Win32. Fixes #1513646.
Martin v. Löwis
2006-07-02
1
-0/+3
*
The sqlite3 module did cut off data from the SQLite database at the first null
Gerhard Häring
2006-07-02
1
-0/+4
*
Release all forwarded functions in .close. Fixes #1513223.
Martin v. Löwis
2006-07-01
1
-0/+3
*
Added entry for fileConfig() bugfix.
Vinay Sajip
2006-07-01
1
-4/+7
*
Patch #1509163: MS Toolkit Compiler no longer available
Martin v. Löwis
2006-06-29
1
-0/+5
*
Protect the thread api calls in the _ctypes extension module within
Thomas Heller
2006-06-29
1
-0/+3
*
Add new utility function, reap_children(), to test_support. This should
Neal Norwitz
2006-06-29
1
-0/+6
*
document recent bugfixes in sgmllib
Fred Drake
2006-06-29
1
-0/+6
*
Mention the expat upgrade and pyexpat fix I put in 2.5b1.
Trent Mick
2006-06-28
1
-0/+4
*
Fix end_fill().
Georg Brandl
2006-06-28
1
-0/+2
*
Fix bug #1512695: cPickle.loads could crash if it was interrupted with
Neal Norwitz
2006-06-28
1
-0/+6
*
Verify buildbot picks up these changes (really needs testing after last chang...
Neal Norwitz
2006-06-27
1
-1/+1
*
Try again: test unimportant change to verify buildbot does not try to build
Neal Norwitz
2006-06-27
1
-0/+1
*
Test unimportant change to verify buildbot does not try to build
Neal Norwitz
2006-06-27
1
-1/+0
*
Fix SF bug #1513032, 'make install' failure on FreeBSD 5.3.
Neal Norwitz
2006-06-27
1
-0/+5
*
Instead of doing a make test, run the regression tests out of the installed
Neal Norwitz
2006-06-27
1
-5/+17
*
Ignore some more warnings in the dynamic linker on an older gentoo
Neal Norwitz
2006-06-27
1
-0/+9
*
Bug #1511381: codec_getstreamcodec() in codec.c is corrected to
Hye-Shik Chang
2006-06-23
1
-0/+3
*
'warning's was improperly requiring that a command-line Warning category be
Brett Cannon
2006-06-22
1
-0/+4
*
Copy the wsgiref package during make install.
Neal Norwitz
2006-06-22
1
-0/+2
*
fix [ 1509132 ] compiler module builds incorrect AST for TryExceptFinally
Georg Brandl
2006-06-21
1
-1/+18
*
Preparing for 2.5b1.
Anthony Baxter
2006-06-19
1
-1/+1
*
Patch #1506645: add Python wrappers for the curses functions
Walter Dörwald
2006-06-19
1
-0/+2
*
Add news entry about error msg improvement.
Georg Brandl
2006-06-19
1
-0/+4
*
Prevent spurious leaks when running regrtest.py -R. There may be more
Neal Norwitz
2006-06-18
1
-1/+1
*
Patch #815924: Restore ability to pass type= and icon=
Martin v. Löwis
2006-06-17
1
-0/+3
*
Patch #812986: Update the canvas even if not tracing.
Martin v. Löwis
2006-06-17
1
-0/+2
*
Patch #1494750: Destroy master after deleting children.
Martin v. Löwis
2006-06-17
1
-0/+3
*
Patch #1096231: Add default argument to wm_iconbitmap.
Martin v. Löwis
2006-06-17
2
-0/+3
*
Patch #763580: Add name and value arguments to
Martin v. Löwis
2006-06-17
1
-0/+3
*
SF patch 1504676: Make sgmllib char and entity references pluggable
Fred Drake
2006-06-16
1
-0/+1
*
- bsddb: multithreaded DB access using the simple bsddb module interface
Gregory P. Smith
2006-06-15
1
-0/+6
*
Patch #1446489 (zipfile: support for ZIP64)
Ronald Oussoren
2006-06-15
1
-0/+1
*
Bug #1117556: SimpleHTTPServer now tries to find and use the system's
Georg Brandl
2006-06-14
1
-0/+3
*
Bug #1339007: Shelf objects now don't raise an exception in their
Georg Brandl
2006-06-14
1
-0/+3
*
Patch #1455898: Incremental mode for "mbcs" codec.
Martin v. Löwis
2006-06-14
1
-0/+3
*
SequenceMatcher.get_matching_blocks(): This now guarantees that
Tim Peters
2006-06-14
1
-0/+6
*
If a classic class defined a __coerce__() method that just returned its two
Brett Cannon
2006-06-13
1
-0/+3
*
Patch #1454481: Make thread stack size runtime tunable.
Andrew MacIntyre
2006-06-13
1
-0/+3
*
Patch #1503046, Conditional compilation of zlib.(de)compressobj.copy
Neal Norwitz
2006-06-12
1
-0/+1
*
Fix the socket tests so they can be run concurrently. Backport candidate
Neal Norwitz
2006-06-12
1
-0/+2
*
Get rid of f_restricted too. Doc the other 4 ints that were already removed
Neal Norwitz
2006-06-12
1
-0/+3
*
Bug #1498146: fix optparse to handle Unicode strings in option help,
Greg Ward
2006-06-11
1
-0/+3
[next]