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
*
Patch #1212287: fileinput.input() now has a mode parameter for
Georg Brandl
2006-02-19
4
-15/+51
*
Patch #1215184: fileinput now has a fileno() function for getting the
Georg Brandl
2006-02-19
4
-7/+51
*
Patch #1349274: gettext.install() now optionally installs additional
Georg Brandl
2006-02-19
4
-5/+41
*
Patch #1337756: fileinput now accepts Unicode filenames.
Georg Brandl
2006-02-19
3
-1/+13
*
Patch #1352711: make zipimport raise a complete IOError
Georg Brandl
2006-02-19
1
-2/+1
*
test_gopher(): Squash another deprecation
Tim Peters
2006-02-19
1
-0/+5
*
PyEnumKey(): Stop including the trailing NUL byte
Tim Peters
2006-02-19
1
-5/+4
*
PyEnumKey(): Remove unused local.
Tim Peters
2006-02-19
1
-1/+0
*
Add a unit test for bug fix #1396678.
Georg Brandl
2006-02-19
2
-6/+11
*
Bug #1396678: a closed bsddb.DB raises AttributeError on repr().
Georg Brandl
2006-02-19
1
-1/+4
*
This fixes test _locale failing on macteagle (Mac OS 10.4 AFAIK).
Neal Norwitz
2006-02-19
1
-3/+5
*
Bug #801349: document that start/stop/step slice arguments can be None
Georg Brandl
2006-02-19
2
-6/+7
*
Add sizeof() instead of hardcoding variable length
Georg Brandl
2006-02-18
1
-1/+1
*
Patch #977553: speed up RegEnumKey call
Georg Brandl
2006-02-18
1
-19/+12
*
Remove unused variable
Neal Norwitz
2006-02-18
1
-1/+0
*
Patch #1426648: urllib proxy_bypass broken
Georg Brandl
2006-02-18
1
-3/+10
*
Patch #1415507: clarify docs on reference stealing
Georg Brandl
2006-02-18
1
-3/+13
*
Patch #1393157: os.startfile() now has an optional argument to specify
Georg Brandl
2006-02-18
3
-9/+28
*
Bug #1366000: cleanup BZ2File.seek() logic. Fixes the case of whence=2, offse...
Georg Brandl
2006-02-18
1
-42/+33
*
This should get test_timeout to pass when running on any python.org host. Wi...
Neal Norwitz
2006-02-18
1
-0/+5
*
Patch #1373643: The chunk module can now read chunks larger than
Georg Brandl
2006-02-18
2
-1/+4
*
Fix intptr_t fallback for Py_ssize_t.
Martin v. Löwis
2006-02-18
1
-1/+1
*
Fix typo.
Martin v. Löwis
2006-02-18
1
-1/+1
*
Fix size computation on Win64.
Martin v. Löwis
2006-02-18
1
-12/+46
*
Suppress new deprecation warnings when running the
Tim Peters
2006-02-18
4
-1/+16
*
Changed the new deprecation warning to show the
Tim Peters
2006-02-18
1
-1/+2
*
Whitespace normalization.
Tim Peters
2006-02-18
2
-3/+0
*
Move test case for HTTP response dict to httplib.
Georg Brandl
2006-02-17
2
-5/+5
*
Move "httpresponses" dict from urllib2 to httplib where it belongs.
Georg Brandl
2006-02-17
5
-68/+69
*
Remove size constraints in SLICE opcodes.
Martin v. Löwis
2006-02-17
2
-19/+14
*
Make ssize_t-clean.
Martin v. Löwis
2006-02-17
1
-38/+40
*
Add NEWS entry to previous checkin.
Georg Brandl
2006-02-17
1
-0/+2
*
Patch #1417555: SimpleHTTPServer now returns Last-Modified headers.
Georg Brandl
2006-02-17
4
-8/+21
*
Update "undocumented modules" section.
Georg Brandl
2006-02-17
1
-8/+10
*
Add deprecation warning to modules deprecated since 2000.
Georg Brandl
2006-02-17
2
-0/+8
*
Add deprecation notices to modules deprecated since 2000.
Georg Brandl
2006-02-17
2
-1/+6
*
Fix typo.
Thomas Wouters
2006-02-17
1
-1/+1
*
Bug #1430298: It is now possible to send a mail with an empty
Georg Brandl
2006-02-17
2
-1/+7
*
Add bug number to NEWS entry.
Georg Brandl
2006-02-17
1
-1/+2
*
The names of lambda functions are now properly displayed in pydoc.
Georg Brandl
2006-02-17
2
-1/+3
*
Bug #1432350: arrayobject should use PyObject_VAR_HEAD
Georg Brandl
2006-02-17
2
-3/+2
*
Patch #1432345: Make python compile on DragonFly.
Martin v. Löwis
2006-02-17
3
-9/+13
*
Remove size restrictions.
Martin v. Löwis
2006-02-17
1
-29/+19
*
mmap_flush_method(): Squash compiler warning about
Tim Peters
2006-02-17
1
-2/+2
*
Remove space between function name and left paren
Tim Peters
2006-02-17
1
-94/+92
*
Removed pointless parens around `return` expressions;
Tim Peters
2006-02-16
1
-22/+20
*
Trimmed trailing whitespace.
Tim Peters
2006-02-16
1
-41/+41
*
new_mmap_object(), Windows flavor.
Tim Peters
2006-02-16
1
-2/+16
*
More Py_ssize_t format characters.
Thomas Wouters
2006-02-16
1
-1/+1
*
struct_pack(): Repair new assert-fail crash in
Tim Peters
2006-02-16
1
-1/+1
[next]