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
*
#12601: fix typo.
Ezio Melotti
2011-07-21
1
-1/+1
*
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
Antoine Pitrou
2011-07-19
5
-0/+1083
*
#7484: no more <> around addresses in VRFY or EXPN
R David Murray
2011-07-19
2
-8/+14
*
Backport 2eb8789e30e7.
Alex Gaynor
2011-07-17
1
-6/+15
*
Issue #11603: Fix a crash when __str__ is rebound as __repr__.
Antoine Pitrou
2011-07-15
1
-0/+8
*
port 8d05f697acd4 (#11627)
Benjamin Peterson
2011-07-15
1
-0/+8
*
Issue #12502: asyncore: fix polling loop with AF_UNIX sockets.
Charles-François Natali
2011-07-14
1
-2/+4
*
Issue #12250: test_socketserver uses a timeout of 60 seconds instead of 20
Victor Stinner
2011-07-14
1
-2/+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
2
-1/+2
*
Close #4376: ctypes now supports nested structures in a endian different than
Victor Stinner
2011-07-13
2
-18/+36
*
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
1
-1/+18
*
Skip network tests when getaddrinfo() returns EAI_AGAIN, meaning a temporary
Antoine Pitrou
2011-07-09
1
-0/+1
*
Avoid failing in test_robotparser when mueblesmoraleda.com is flaky and
Antoine Pitrou
2011-07-08
1
-1/+16
*
Avoid failing in test_urllibnet.test_bad_address when some overzealous
Antoine Pitrou
2011-07-08
1
-0/+8
*
Close #12501: Adjust callable() warning: callable() is only not supported in
Victor Stinner
2011-07-08
1
-0/+1
*
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
2
-3/+19
*
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
*
Issue #12429: Skip interrupted write tests on FreeBSD <= 7
Victor Stinner
2011-07-04
1
-0/+2
*
Issue #8716: Fix errors in the non-OS X path of the 27 backport.
Ned Deily
2011-07-04
1
-1/+2
*
Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run
Ned Deily
2011-07-04
3
-16/+45
*
Issue #10734: Temporarily disable test_ttk test_heading_callback on 2.7 as well.
Ned Deily
2011-07-04
1
-1/+2
*
Issue #12467: warnings: fix a race condition if a warning is emitted at
Victor Stinner
2011-07-04
1
-0/+12
*
Fix closes issue12438 - idlelib.PyShell's showformatwarning method was passi...
Senthil Kumaran
2011-07-04
1
-1/+1
*
Issue #12352: In test_free_from_gc(), restore the GC thresholds even if the GC
Charles-François Natali
2011-07-02
1
-4/+3
*
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
Charles-François Natali
2011-07-02
2
-6/+58
*
Issue #11870: Skip test_threading.test_2_join_in_forked_process() on platforms
Victor Stinner
2011-07-01
1
-22/+13
*
Fixup repr for dict_proxy objects.
Raymond Hettinger
2011-06-29
1
-0/+4
*
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily
2011-06-29
2
-16/+27
*
Issue #9516: Correct and expand OS X deployment target tests in distutils
Ned Deily
2011-06-29
1
-11/+38
*
Issue #12141: Install a copy of template C module file so that
Ned Deily
2011-06-28
1
-0/+5
*
Issue #8746: Correct faulty configure checks so that os.chflags() and
Ned Deily
2011-06-28
2
-12/+50
*
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
Ned Deily
2011-06-28
1
-4/+16
*
fix ws
Benjamin Peterson
2011-06-27
1
-1/+1
*
add more ast tests (closes #11302)
Benjamin Peterson
2011-06-27
1
-0/+178
*
strip trailing ws
Benjamin Peterson
2011-06-27
2
-6/+6
*
update profile license (closes #12417)
Benjamin Peterson
2011-06-27
2
-49/+32
*
Fix closes issue1067702 The problem with close multiple ftp transfers were d...
Senthil Kumaran
2011-06-26
1
-3/+4
*
Issue 11802: filecmp cache was growing without bound.
Raymond Hettinger
2011-06-25
1
-5/+6
*
Issue 10326: Fix regression to get test cases to pickle again.
Raymond Hettinger
2011-06-25
2
-7/+43
*
Code simplification suggested by Sven Marnach.
Raymond Hettinger
2011-06-25
1
-5/+3
*
Revert d370d609d09b as requested by Terry Jan Reedy:
Victor Stinner
2011-06-20
1
-1/+1
*
Issue #12285: multiprocessing.Pool() raises a ValueError if the number of
Victor Stinner
2011-06-20
2
-0/+5
*
Close #3067: locale.setlocale() accepts a Unicode locale.
Victor Stinner
2011-06-20
1
-1/+1
[next]