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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #3612: Added some missing basic types in ctypes.wintypes.
Hirokazu Yamamoto
2008-08-20
1
-11/+18
*
fixed get_file_system in test_os.py ('path' is unicode on py3k and ansi on tr...
Hirokazu Yamamoto
2008-08-20
1
-5/+8
*
fix silly errors of mine
Benjamin Peterson
2008-08-20
1
-3/+3
*
newSymbolTable is not public API
Benjamin Peterson
2008-08-20
1
-3/+2
*
deprecate some useless, noop methods in symtable
Benjamin Peterson
2008-08-20
2
-7/+27
*
follow-up of issue3473: update the compiler package to recognize the new syntax.
Amaury Forgeot d'Arc
2008-08-20
2
-26/+33
*
check that the parser module can handle the new keyword syntax
Benjamin Peterson
2008-08-19
1
-0/+1
*
Merged revisions 65876 via svnmerge from
Benjamin Peterson
2008-08-19
1
-0/+2
*
allow keyword args to be passed in after *args #3473
Benjamin Peterson
2008-08-19
1
-0/+8
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
1
-1/+6
*
silence callable warning in hmac
Benjamin Peterson
2008-08-19
1
-1/+1
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
9
-72/+66
*
Merged revisions 65853-65854 via svnmerge from
Benjamin Peterson
2008-08-19
1
-3/+5
*
add py3k warnings for old threading APIs
Benjamin Peterson
2008-08-18
2
-1/+45
*
#2234 distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
1
-4/+4
*
fix old API names in test_ssl
Benjamin Peterson
2008-08-18
1
-4/+4
*
patch up multiprocessing until it's API can be changed too
Benjamin Peterson
2008-08-18
4
-11/+17
*
bring back the old API
Benjamin Peterson
2008-08-18
1
-0/+12
*
change a few uses of the threading APIs
Benjamin Peterson
2008-08-18
6
-16/+16
*
backport threading property changes
Benjamin Peterson
2008-08-18
2
-24/+18
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
2
-3/+4
*
Restore Python 2.3 compatibility and remove "with" usage.
Marc-André Lemburg
2008-08-18
1
-2/+1
*
add a test for reduce's move
Benjamin Peterson
2008-08-18
1
-0/+6
*
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
Brett Cannon
2008-08-18
5
-6/+8
*
Remove an unneeded import of abc.ABCMeta from 'inspect'.
Brett Cannon
2008-08-18
1
-1/+0
*
Remove two unneeded imports in 'io'.
Brett Cannon
2008-08-18
1
-2/+0
*
Remove imports of 'warnings' that are no longer needed in dummy_thread,
Brett Cannon
2008-08-17
3
-3/+0
*
#3580: fix a failure in test_os
Antoine Pitrou
2008-08-17
1
-1/+1
*
get the symtable module back in working order
Benjamin Peterson
2008-08-17
2
-48/+185
*
#3556: test_raiseMemError consumes an insane amount of memory
Antoine Pitrou
2008-08-17
1
-8/+3
*
backport r65723: strengthen test_os.test_closerange
Antoine Pitrou
2008-08-17
1
-3/+21
*
fix ZipFile.testzip() to work with very large embedded files
Antoine Pitrou
2008-08-17
1
-1/+6
*
Update distutils so that it triggers no warnings when run under -3.
Brett Cannon
2008-08-17
3
-4/+5
*
Issue 2464. Supports a malformation in the URL received
Facundo Batista
2008-08-17
1
-0/+8
*
Make test_ossaudiodev work.
Antoine Pitrou
2008-08-17
1
-2/+2
*
include filename and line number in SyntaxError
Benjamin Peterson
2008-08-16
1
-1/+1
*
Silence DeprecationWarning raised by mimetools and rfc822 in cgi.
Brett Cannon
2008-08-16
1
-2/+9
*
Silence the DeprecationWarning raised in httplib when mimetools is imported.
Brett Cannon
2008-08-16
1
-1/+5
*
Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer.
Brett Cannon
2008-08-16
1
-1/+6
*
#3424 rearrange the order of tests in imghdr to place more common types first
Benjamin Peterson
2008-08-16
1
-32/+32
*
Issue #2776: fixed small issue when handling an URL with double slash
Facundo Batista
2008-08-16
2
-3/+35
*
Merged revisions 65397 via svnmerge from
Benjamin Peterson
2008-08-15
1
-18/+17
*
#2676: email/message.py [Message.get_content_type]: Trivial regex hangs on pa...
Antoine Pitrou
2008-08-15
1
-7/+11
*
Issue #3476: make BufferedReader and BufferedWriter thread-safe
Antoine Pitrou
2008-08-14
2
-40/+141
*
Disable the test until I have one that works.
Thomas Heller
2008-08-14
1
-9/+9
*
Try to fix the test on 64-bit platforms.
Thomas Heller
2008-08-14
1
-5/+4
*
issue #3554: ctypes.string_at and ctypes.wstring_at must use the
Thomas Heller
2008-08-14
2
-2/+13
*
Issue 1432. Fixes a bug caused because of the evolution
Facundo Batista
2008-08-14
2
-5/+21
*
Fixed test_distutils error (test_build_ext) on VC6.
Hirokazu Yamamoto
2008-08-14
1
-1/+4
*
Silence the DeprecationWarning of rfc822 triggered by its importation in
Brett Cannon
2008-08-14
1
-1/+5
[next]