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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the
Matthias Klose
2010-03-19
33
-448/+1403
*
Generate libffi's Makefiles again to be able to run the libffi testsuite
Matthias Klose
2010-03-19
4
-375/+7592
*
- Issue #1039, #8154: Fix os.execlp() crash with missing 2nd argument.
Matthias Klose
2010-03-19
1
-0/+5
*
Issue #8024: Update the Unicode database to 5.2
Florent Xicluna
2010-03-18
2
-18020/+20394
*
Issue #8104: socket.recv_into() and socket.recvfrom_into() now support
Antoine Pitrou
2010-03-17
1
-17/+29
*
- Issue #6949: Allow the _bsddb extension to be built with db-4.8.x.
Matthias Klose
2010-03-15
1
-3/+26
*
Backport from the libffi trunk:
Matthias Klose
2010-03-15
1
-1/+2
*
- Issue #8142: Update libffi to the 3.0.9 release.
Matthias Klose
2010-03-15
212
-28062/+57788
*
Silence compiler warnings.
Ezio Melotti
2010-03-13
1
-8/+8
*
sqlite3: Fix a segfault on calling a connection with something else than a
Victor Stinner
2010-03-13
1
-0/+6
*
Fix repr of tree Element on windows.
Florent Xicluna
2010-03-11
1
-7/+8
*
Issue #6472: The xml.etree package is updated to ElementTree 1.3. The cEleme...
Florent Xicluna
2010-03-11
1
-253/+506
*
Issue #7774: Set sys.executable to an empty string if argv[0] has been
Victor Stinner
2010-03-11
1
-1/+1
*
Issue #3137: Don't ignore errors at startup, especially a keyboard interrupt
Victor Stinner
2010-03-10
1
-4/+10
*
Silence compiler warning.
Mark Dickinson
2010-03-07
1
-1/+4
*
Issue #1530559: When packing a non-integer with any integer conversion
Mark Dickinson
2010-03-07
1
-12/+52
*
Remove the redundant #define: PY_STRUCT_FLOAT_COERCE
Mark Dickinson
2010-03-05
1
-13/+0
*
Fix incorrect stacklevel for DeprecationWarnings originating from the struct ...
Mark Dickinson
2010-03-05
1
-1/+1
*
Merged code from pysqlite 2.6.0.
Gerhard Häring
2010-03-05
17
-65/+323
*
Issue #1054943: Fix unicodedata.normalize('NFC', text) for the Public Review
Victor Stinner
2010-03-04
1
-1/+1
*
Issue #7494: fix a crash in _lsprof (cProfile) after clearing the profiler,
Victor Stinner
2010-03-04
1
-1/+6
*
Issue #7544: Preallocate thread memory before creating the thread to avoid a
Victor Stinner
2010-03-03
1
-2/+10
*
Issue #3299: fix curses.panel.new_panel() error handler, replace PyObject_DEL()
Victor Stinner
2010-03-03
1
-5/+8
*
Issue #3299: fix thread.allocate_lock() error handler, replace PyObject_Del()
Victor Stinner
2010-03-03
1
-8/+9
*
Issue #2973: Fix gcc warning on the 2nd argument of ASN1_item_d2i() and
Victor Stinner
2010-03-02
1
-0/+5
*
remove CVS id
Benjamin Peterson
2010-03-01
1
-2/+0
*
#7808: Fix reference leaks in _bsddb and related tests.
Florent Xicluna
2010-03-01
1
-3/+4
*
Fixes issue #7999: os.setreuid() and os.setregid() would refuse to accept
Gregory P. Smith
2010-03-01
1
-6/+20
*
Fix for r78527. It left out updating forkpty.
Gregory P. Smith
2010-03-01
1
-4/+7
*
Issue #7242: On Solaris 9 and earlier calling os.fork() from within a
Gregory P. Smith
2010-03-01
1
-10/+19
*
#4852: Remove dead code in every thread implementation, unused for many years.
Amaury Forgeot d'Arc
2010-02-23
1
-16/+0
*
#6544: fix refleak in kqueue, occurring in certain error conditions.
Georg Brandl
2010-02-23
1
-16/+15
*
ctypes CThunkObject was not registered correctly with the cycle
Thomas Heller
2010-02-23
1
-3/+4
*
#7706: add include guards where they're missing; required for Windows CE
Andrew M. Kuchling
2010-02-22
2
-1/+12
*
Fix comment typo
Andrew M. Kuchling
2010-02-22
1
-1/+1
*
#7597: curses.use_env() can be called before initscr(). Noted by Kan-Ru Chen
Andrew M. Kuchling
2010-02-22
1
-2/+0
*
Silence more 'comparison between signed and unsigned' warnings.
Mark Dickinson
2010-02-14
1
-2/+2
*
Add guard around the prototype for completion_matches to enable
Ronald Oussoren
2010-02-11
1
-0/+3
*
Issue #4772: Raise a ValueError when an unknown Bluetooth protocol is
Antoine Pitrou
2010-02-04
1
-1/+5
*
Issue #7385: Fix a crash in `MemoryView_FromObject` when
Antoine Pitrou
2010-02-02
1
-0/+95
*
- Issue #6939: Fix file I/O objects in the `io` module to keep the original
Antoine Pitrou
2010-01-31
5
-35/+55
*
be robust against test being run over and over (such as -R)
Benjamin Peterson
2010-01-30
1
-3/+13
*
move test outside WITH_THREAD section
Benjamin Peterson
2010-01-30
1
-2/+3
*
Issue #7767: Add new C-API function PyLong_AsLongLongAndOverflow, a
Mark Dickinson
2010-01-30
1
-0/+167
*
Issue #7788: Fix a crash produced by deleting a list slice with huge
Mark Dickinson
2010-01-29
1
-2/+3
*
- Expat: Fix DoS via XML document with malformed UTF-8 sequences
Matthias Klose
2010-01-22
1
-0/+3
*
Do not compile stubs for the sha2 series hashes in the openssl hashlib
Gregory P. Smith
2010-01-19
1
-0/+12
*
- Issue #7658: Ensure that the new pythonw executable works on OSX 10.4
Ronald Oussoren
2010-01-17
1
-0/+4
*
Followup to #7703: a2b_hqx() didn't follow the new buffer API (neither in trunk
Antoine Pitrou
2010-01-16
1
-3/+14
*
Issue #7701: Fix crash in binascii.b2a_uu() in debug mode when given a
Antoine Pitrou
2010-01-15
1
-1/+1
[next]