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
*
verify the types of AST strings and identifiers (closes #12609 and #12610)
Benjamin Peterson
2011-07-22
3
-6/+54
*
hardcode the old svn __version__
Benjamin Peterson
2011-07-22
1
-5/+3
*
Issue #12434: make StringIO.write error message consistent with Python 2.7 no...
Eli Bendersky
2011-07-22
1
-1/+1
*
Issue #12372: POSIX semaphores are broken on AIX: don't use them.
Charles-François Natali
2011-07-21
3
-11/+6
*
Fix markup.
Ezio Melotti
2011-07-21
1
-2/+2
*
#12601: fix typo.
Ezio Melotti
2011-07-21
1
-1/+1
*
merge from 3.2 - Fix closes issue12524 - update http.client POST example with...
Senthil Kumaran
2011-07-20
1
-4/+6
*
Upstream merge.
Barry Warsaw
2011-07-19
2
-9/+22
|
\
|
*
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
2
-9/+22
*
|
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
6
-0/+1087
|
/
*
Improve docstring for divmod()
Raymond Hettinger
2011-07-19
1
-1/+1
*
A number of small fixups for the sorting howto guide.
Raymond Hettinger
2011-07-19
1
-4/+17
*
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
3
-8/+17
*
merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. P...
Senthil Kumaran
2011-07-19
1
-2/+4
*
Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe unde...
Antoine Pitrou
2011-07-18
1
-1/+3
*
Better English.
R David Murray
2011-07-18
1
-1/+1
*
Add missing "a".
Georg Brandl
2011-07-18
1
-1/+1
*
Backport 2eb8789e30e7.
Alex Gaynor
2011-07-17
1
-6/+15
*
fix whitespace in rst.
Senthil Kumaran
2011-07-17
1
-2/+2
*
merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http...
Senthil Kumaran
2011-07-17
1
-1/+7
*
merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definit...
Senthil Kumaran
2011-07-17
1
-0/+5
*
merge from 3.2 - Issue10403 - datetime module documentation changes based on...
Senthil Kumaran
2011-07-17
1
-18/+20
*
merge from 3.2.
Senthil Kumaran
2011-07-17
1
-4/+5
*
Issue #12574: correct capitalization of the Queue module. Patch by Rafe Kettler
Eli Bendersky
2011-07-17
2
-2/+3
*
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
3
-1/+12
*
port 8d05f697acd4 (#11627)
Benjamin Peterson
2011-07-15
3
-2/+21
*
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali
2011-07-14
2
-2/+6
*
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
Victor Stinner
2011-07-14
1
-2/+1
*
It is really a suffix :-)
Raymond Hettinger
2011-07-14
1
-1/+1
*
carefully cleanup pointer cache after creating struct pointers
Benjamin Peterson
2011-07-14
1
-12/+12
*
Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
Ned Deily
2011-07-13
4
-4/+5
*
Close #4376: ctypes now supports nested structures in a endian different than
Victor Stinner
2011-07-13
4
-18/+40
*
Clarify that PyErr_NewException creates an exception *class*, not instance.
Georg Brandl
2011-07-13
1
-3/+3
*
this can be done without a custom dict (also fixes #12544)
Benjamin Peterson
2011-07-13
1
-22/+3
*
Issue #12149: Update the method cache after a type's dictionnary gets
Antoine Pitrou
2011-07-12
4
-1/+27
*
Mention logging.captureWarnings in the warnings module doc.
Antoine Pitrou
2011-07-09
1
-0/+4
*
Move sys.subversion at the right place in alphabetical order,
Antoine Pitrou
2011-07-09
1
-14/+20
*
Issue #12326: document the recommended idiom for checking sys.platform on Uni...
Antoine Pitrou
2011-07-09
2
-0/+19
*
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
Antoine Pitrou
2011-07-09
2
-0/+4
*
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
Antoine Pitrou
2011-07-08
2
-1/+20
*
Avoid failing in test_urllibnet.test_bad_address when some overzealous
Antoine Pitrou
2011-07-08
2
-0/+12
*
Issue #12423: Fix os.abort() documentation
Victor Stinner
2011-07-08
2
-3/+5
*
Close #12501: Adjust callable() warning: callable() is only not supported in
Victor Stinner
2011-07-08
3
-1/+5
*
Issue #8716: Instead of relying on Aqua Tk exceptions to detect lack of
Ned Deily
2011-07-06
1
-28/+38
*
Issue #8716: Back out temporary changeset 18ce15f841cf
Ned Deily
2011-07-05
1
-14/+0
*
Issue #8716: Add temporary code for 2.7 to help diagnose buildbot failure.
Ned Deily
2011-07-05
1
-0/+14
*
Issue #12493: skip test_communicate_eintr() if signal.SIGALRM is missing
Victor Stinner
2011-07-05
1
-0/+2
*
Issue #12493: subprocess: communicate() handles EINTR
Victor Stinner
2011-07-05
3
-3/+22
*
test_io: make quiet the DeprecationWarning('classic int division')
Victor Stinner
2011-07-05
1
-1/+1
*
test_array: make quiet the DeprecationWarning
Victor Stinner
2011-07-05
1
-1/+4
[next]