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
*
Buffer objects would return the read or write buffer for a wrapped object when
Brett Cannon
2006-06-08
4
-22/+85
*
Make binascii.hexlify() use s# for its arguments instead of t# to actually
Brett Cannon
2006-06-08
2
-1/+4
*
Convert test_file to unittest.
Georg Brandl
2006-06-08
1
-332/+305
*
Bug #1502805: don't alias file.__exit__ to file.close since the
Georg Brandl
2006-06-08
1
-1/+18
*
Add functools.update_wrapper() and functools.wraps() as described in PEP 356
Nick Coghlan
2006-06-08
4
-18/+202
*
Argh. "integer" is a very confusing word ;)
Georg Brandl
2006-06-08
2
-5/+2
*
Add news for recent bugfix.
Georg Brandl
2006-06-08
1
-0/+3
*
Bug #1502728: Correctly link against librt library on HP-UX.
Georg Brandl
2006-06-08
2
-1/+3
*
Bug #1502750: Fix getargs "i" format to use LONG_MIN and LONG_MAX for bounds ...
Georg Brandl
2006-06-08
1
-2/+2
*
Typo fix
Andrew M. Kuchling
2006-06-08
1
-1/+1
*
(arre, arigo) SF bug #1350060
Armin Rigo
2006-06-08
4
-11/+81
*
pasted set_lk_detect line in wrong spot in previous commit. fixed. passes t...
Gregory P. Smith
2006-06-08
1
-1/+1
*
* Turn the deadlock situation described in SF bug #775414 into a
Gregory P. Smith
2006-06-08
2
-0/+11
*
- bsddb: the bsddb.dbtables Modify method now raises the proper error and
Gregory P. Smith
2006-06-08
2
-18/+29
*
Fix a refleak in recvfrom_into
Neal Norwitz
2006-06-08
1
-1/+1
*
Clarify documentation for bf_getcharbuffer.
Brett Cannon
2006-06-07
1
-6/+10
*
Fix for foreign functions returning small structures on 64-bit big
Thomas Heller
2006-06-07
1
-1/+3
*
Add missing svn:eol-style property to text files.
Tim Peters
2006-06-07
0
-0/+0
*
Whitespace normalization.
Tim Peters
2006-06-07
2
-2/+2
*
* If BuildApplet.py is used as an applet it starts with a version of
Ronald Oussoren
2006-06-07
2
-57/+45
*
- Patch the correct version of python in the Info.plists at build time, instead
Ronald Oussoren
2006-06-07
4
-10/+18
*
And the last bit: move IDLE one level up and adjust makefiles
Ronald Oussoren
2006-06-07
8
-25/+350
*
Move Mac/OSX/* one level up
Ronald Oussoren
2006-06-07
101
-4042/+25
*
mv Mac/OSX/BuildScript one level up
Ronald Oussoren
2006-06-07
9
-0/+1261
*
Move Mac/OSX/PythonLauncher one level up
Ronald Oussoren
2006-06-07
24
-0/+1372
*
Move Mac/OSX/Tools one level up
Ronald Oussoren
2006-06-07
10
-0/+1046
*
Mention other placeholders
Andrew M. Kuchling
2006-06-07
1
-2/+3
*
Add an item; also, escape %
Andrew M. Kuchling
2006-06-07
1
-1/+6
*
Mention other placeholders
Andrew M. Kuchling
2006-06-07
1
-2/+3
*
Add an SQLite introduction, taken from the 'What's New' text
Andrew M. Kuchling
2006-06-07
1
-0/+98
*
SF patch 1501987: Remove randomness from test_exceptions,
Tim Peters
2006-06-07
1
-19/+30
*
dash_R_cleanup(): Clear filecmp._cache. This accounts for
Tim Peters
2006-06-07
1
-1/+2
*
A quick hack to ensure the right key-bindings for IDLE on osx: install patched
Ronald Oussoren
2006-06-06
3
-1/+170
*
* Ensure that "make altinstall" works when the tree was configured
Ronald Oussoren
2006-06-06
4
-10/+58
*
Use the same big-endian hack as in _ctypes/callproc.c for callback functions.
Thomas Heller
2006-06-06
1
-36/+7
*
Add a hack so that foreign functions returning float now do work on 64-bit
Thomas Heller
2006-06-06
1
-1/+6
*
Fix coding style guide bug.
Brett Cannon
2006-06-06
1
-1/+2
*
Fix comment typo
Andrew M. Kuchling
2006-06-06
1
-1/+1
*
On python-dev Thomas Heller said these were committed
Tim Peters
2006-06-06
2
-916/+108
*
BSequence_set_range(): Rev 46688 ("Fix a bunch of
Tim Peters
2006-06-06
1
-1/+1
*
Specify argtypes for all test functions. Maybe that helps on strange ;-) arch...
Thomas Heller
2006-06-06
3
-108/+924
*
Normalized a few cases of whitespace in function declarations.
Martin Blais
2006-06-06
10
-49/+49
*
Damn - the sentinel was missing. And fix another silly mistake.
Thomas Heller
2006-06-06
1
-1/+2
*
Convert CFieldObject tp_members to tp_getset, since there is no
Thomas Heller
2006-06-06
2
-15/+29
*
Fix a bunch of parameter strings
Neal Norwitz
2006-06-06
1
-7/+7
*
Remove unused variable (and stop compiler warning)
Neal Norwitz
2006-06-06
1
-1/+0
*
_PySys_Init(): It's rarely a good idea to size a buffer to the
Tim Peters
2006-06-06
1
-1/+1
*
- bsddb: the __len__ method of a DB object has been fixed to return correct
Gregory P. Smith
2006-06-05
2
-6/+21
*
Add 3 more bytes to a buffer to cover constants in string and null byte on to...
Brett Cannon
2006-06-05
1
-1/+1
*
add depends = ['md5.h'] to the _md5 module extension for correctness sake.
Gregory P. Smith
2006-06-05
1
-1/+3
[next]