projects
/
python
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
python
2010-08-19
Victor Stinner
Fix test_os: workaround #8611 bug
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Martin v. Löwis
Decode NIS data to fs encoding, using the surrogate...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Senthil Kumaran
Fix Issue9638 - remove dead code from py3k imaplib
commit
|
commitdiff
|
tree
|
snapshot
2010-08-19
Victor Stinner
Create os.fsdecode(): decode from the filesystem encodi...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
what's new 3.2: use :mod:
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
test_sys: move tests at the right place
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Éric Araujo
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Andrew M. Kuchling
#7647: add ST_RDONLY, ST_NOSUID constants to os module.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Éric Araujo
Fix indentation level
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Fix PyUnicode_EncodeFSDefault() indentation
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Improve error message if the command is not decodable
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Amaury Forgeot...
Add more tests to unicodedata with large code points
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Fix reindent-rst.py: it works on binary files
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Issue #8622: Add PYTHONFSENCODING environment variable...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Amaury Forgeot...
Fix stupid typo in test.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Decompose TESTFN_UNICODE on Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Antoine Pitrou
Issue #5737: Add Solaris-specific mnemonics in the...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Amaury Forgeot...
#5127: Even on narrow unicode builds, the C functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Antoine Pitrou
Issue #9433: The "-j" option to regrtest now works...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Senthil Kumaran
Fix Issue672656 - Securing pydoc server.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Martin v. Löwis
Restore GIL in nis_cat in case of error.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Add versionadded tag to PyModule_GetFilenameObject...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-18
Victor Stinner
Improve PEP 383 tests (in test_os)
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Issue #9425: Create PyModule_GetFilenameObject() function
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Martin v. Löwis
Correct library name that Ask will work on.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Martin v. Löwis
Add Ask Solem.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Remove unused functions _PyImport_FindModule and _PyImp...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
libpython.py: py-bt commands escape unencodable characters
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Issue #8063: Call _PyGILState_Init() earlier in Py_Init...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Replace :func: by :cfunc:
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Éric Araujo
Fix example
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Add versionadded tags
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Modernize gzip examples
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Issue #3488: Provide convenient shorthand functions...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Brian Curtin
Cleanup and correct a few ints to be Py_ssize_t.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Brian Curtin
Properly downcast from size_t/Py_ssize_t in a few places.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Clean some 64-bit issues. Also, always spell "ssize_t...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Raymond Hettinger
Minor rewording to docs for the lru_cache decorator
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Fix <deque iterator>.__length_hint__() under 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Antoine Pitrou
Issue #9612: The set object is now 64-bit clean under...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
wrap
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Giampaolo Rodolà
fix issue #8807: adds a context parameter to POP3_SSL...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Giampaolo Rodolà
fix issue #8866: parameters passed to socket.getaddrinf...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Georg Brandl
Consistency check for versionadded/changed directives.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Georg Brandl
Markup nits.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Issue #8202: Set sys.argv[0] to -m rather than -c while...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Another attempt at pacifying the windows buildbots...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Address XXX comment in dis.py: inspect.py now attempts...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Ignore the exact ID value for the nested function in...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Ezio Melotti
Correct a couple of assert* methods. Patch by Dave...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Issue 9147: Add dis.code_info()
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Document and test the resolution of issue 3445 (tolerat...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Nick Coghlan
Remove some lingering remnants of the short-lived funct...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
added versionadded
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
add tests for mknod() and mkfifo() #9569
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
remove test for oldstyle classes
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
use assertTrue/assertFalse
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Benjamin Peterson
add support for abstract class and static methods ...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
test_zipimport: fix test name
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Issue #9425: save/restore exception on filename encoding
commit
|
commitdiff
|
tree
|
snapshot
2010-08-17
Victor Stinner
Issue #9425: zipimporter_repr() uses unicode
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Victor Stinner
Issue #9425: get_data() uses an unicode path
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Amaury Forgeot...
r82659 reintroduced some tab characters. Untabify again.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Amaury Forgeot...
Fix compilation warning on Windows
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Victor Stinner
Issue #9425: Create Py_UNICODE_strncmp() function
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Brian Curtin
Mark myself as assignable for winreg, and put myself...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Alexander Belopolsky
Issue #8983: Corrected docstrings.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Tim Golden
Add Tim Golden as interested in Windows
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Florent Xicluna
I get it wrong in r84097: s/relative/absolute/
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Alexander Belopolsky
Issue #665761: functools.reduce() will no longer mask...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Florent Xicluna
Use test.support and unittest features. Fix duplicated...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Victor Stinner
Add versionadded tag to PySys_FormatStd*() functions doc
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Victor Stinner
Issue #9425: read_directory() is fully unicode compliant
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Victor Stinner
Issue #9599: Create PySys_FormatStdout() and PySys_Form...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Antoine Pitrou
Remove debug hack
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Giampaolo Rodolà
fix getaddrinfo test failure on OSX caused by AI_CANNAM...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Richard Jones
close down sockets held by asyncore at end of test...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-16
Antoine Pitrou
Save and restore the global asyncore.socket_map, and...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Add debug output to the asyncore test
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Put test_ciphers in NetworkedTests
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Following Ezio's suggestion, force verbose mode on...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Florent Xicluna
Replace readfp() with read_file() in configparser docum...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Florent Xicluna
Replace the deprecated ConfigParser.readfp() method...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Victor Stinner
Fix TESTFN_UNENCODABLE of test.support on Mac OS X
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Fix more 64-bit warnings.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Fix other warnings under 64-bit Windows.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Fix (harmless) warning with MSVC.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Fix indentation and remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Fix some compilation warnings under 64-bit Windows...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Antoine Pitrou
Add pgen.stamp to svn:ignore and friends
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Martin v. Löwis
Don't run pgen twice when using make -j.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Victor Stinner
Oops, fix a typo in NEWS: surrogateespace => surrogatee...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Mark Dickinson
Clarify whatsnew entry for short float repr: roundtrip...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Victor Stinner
Issue #9605: posix.getlogin() decodes the username...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Victor Stinner
Issue #9604: posix.initgroups() encodes the username...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Victor Stinner
Issue #9603: posix.ttyname() and posix.ctermid() decode...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Raymond Hettinger
Fix __all__.
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Senthil Kumaran
Removing the comment lines for the modules which were...
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Raymond Hettinger
Remove unused imports
commit
|
commitdiff
|
tree
|
snapshot
2010-08-15
Raymond Hettinger
Remove the lfu_cache. Add more tests.
commit
|
commitdiff
|
tree
|
snapshot
next